Herwig++
2.7.0
|
Enhance NLO virtual or real emission contributions. More...
#include <EnhanceNLOContributions.h>
Public Member Functions | |
virtual double | enhanceInitialPoints (const StandardXComb &) const |
Return an enhancement factor for the number of initial points to presample the given XComb. | |
virtual double | oversamplingFactor (const StandardXComb &) const |
Return an oversampling factor for the the given XComb. | |
Standard constructors and destructors. | |
EnhanceNLOContributions () | |
The default constructor. | |
virtual | ~EnhanceNLOContributions () |
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. | |
Protected Member Functions | |
Clone Methods. | |
virtual IBPtr | clone () const |
Make a simple clone of this object. | |
virtual IBPtr | fullclone () const |
Make a clone of this object, possibly modifying the cloned object to make it sane. | |
Private Member Functions | |
EnhanceNLOContributions & | operator= (const EnhanceNLOContributions &) |
The assignment operator is private and must never be called. | |
Private Attributes | |
double | theEnhanceInitialPointsVirtual |
The enhancement factor for the number of initial points to presample the given XComb. | |
double | theOversamplingFactorVirtual |
The oversampling factor for the the given XComb. | |
double | theEnhanceInitialPointsReal |
The enhancement factor for the number of initial points to presample the given XComb. | |
double | theOversamplingFactorReal |
The oversampling factor for the the given XComb. |
Enhance NLO virtual or real emission contributions.
Definition at line 27 of file EnhanceNLOContributions.h.
virtual IBPtr Herwig::EnhanceNLOContributions::clone | ( | ) | const [protected, virtual] |
Make a simple clone of this object.
Implements ThePEG::InterfacedBase.
virtual IBPtr Herwig::EnhanceNLOContributions::fullclone | ( | ) | const [protected, virtual] |
Make a clone of this object, possibly modifying the cloned object to make it sane.
Reimplemented from ThePEG::InterfacedBase.
static void Herwig::EnhanceNLOContributions::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 Herwig::SamplingBias.
EnhanceNLOContributions& Herwig::EnhanceNLOContributions::operator= | ( | const EnhanceNLOContributions & | ) | [private] |
The assignment operator is private and must never be called.
In fact, it should not even be implemented.
void Herwig::EnhanceNLOContributions::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 Herwig::SamplingBias.
void Herwig::EnhanceNLOContributions::persistentOutput | ( | PersistentOStream & | os | ) | const |
Function used to write out object persistently.
os | the persistent output stream written to. |
Reimplemented from Herwig::SamplingBias.