Herwig++
2.7.0
|
Bias sampling by certain criteria. More...
#include <SamplingBias.h>
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 | |
SamplingBias & | operator= (const SamplingBias &) |
The assignment operator is private and must never be called. |
Bias sampling by certain criteria.
Definition at line 28 of file SamplingBias.h.
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.
is | the persistent input stream read from. |
version | the version number of the object when written. |
Reimplemented from ThePEG::Interfaced.
Reimplemented in Herwig::EnhanceNLOContributions.
void Herwig::SamplingBias::persistentOutput | ( | PersistentOStream & | os | ) | const |
Function used to write out object persistently.
os | the persistent output stream written to. |
Reimplemented from ThePEG::Interfaced.
Reimplemented in Herwig::EnhanceNLOContributions.