herwig is hosted by Hepforge, IPPP Durham
Herwig++  2.7.0
Herwig::SamplingBias Class Reference

Bias sampling by certain criteria. More...

#include <SamplingBias.h>

Inheritance diagram for Herwig::SamplingBias:

List of all members.

Public Member Functions

virtual double enhanceInitialPoints (const StandardXComb &) const =0
 Return an enhancement factor for the number of initial points to presample the given XComb.
virtual double oversamplingFactor (const StandardXComb &) const =0
 Return an oversampling factor for the the given XComb.
Standard constructors and destructors.
 SamplingBias ()
 The default constructor.
virtual ~SamplingBias ()
 The destructor.
Functions used by the persistent I/O system.
void persistentOutput (PersistentOStream &os) const
 Function used to write out object persistently.
void persistentInput (PersistentIStream &is, int version)
 Function used to read in object persistently.

Static Public Member Functions

static void Init ()
 The standard Init function used to initialize the interfaces.

Private Member Functions

SamplingBiasoperator= (const SamplingBias &)
 The assignment operator is private and must never be called.

Detailed Description

Bias sampling by certain criteria.

Author:
Simon Platzer

Definition at line 28 of file SamplingBias.h.


Member Function Documentation

static void Herwig::SamplingBias::Init ( ) [static]

The standard Init function used to initialize the interfaces.

Called exactly once for each class by the class description system before the main function starts or when this class is dynamically loaded.

Reimplemented from ThePEG::Interfaced.

Reimplemented in Herwig::EnhanceNLOContributions.

SamplingBias& Herwig::SamplingBias::operator= ( const SamplingBias ) [private]

The assignment operator is private and must never be called.

In fact, it should not even be implemented.

void Herwig::SamplingBias::persistentInput ( PersistentIStream is,
int  version 
)

Function used to read in object persistently.

Parameters:
isthe persistent input stream read from.
versionthe version number of the object when written.

Reimplemented from ThePEG::Interfaced.

Reimplemented in Herwig::EnhanceNLOContributions.

Function used to write out object persistently.

Parameters:
osthe persistent output stream written to.

Reimplemented from ThePEG::Interfaced.

Reimplemented in Herwig::EnhanceNLOContributions.


The documentation for this class was generated from the following file: