Herwig++
2.7.0
|
Here is the documentation of the SMTopPOWHEGDecayer class. More...
#include <SMTopPOWHEGDecayer.h>
Public Member Functions | |
SMTopPOWHEGDecayer () | |
The default constructor. | |
virtual POWHEGType | hasPOWHEGCorrection () |
Has a POWHEG style correction. | |
virtual HardTreePtr | generateHardest (ShowerTreePtr) |
Apply the POWHEG style correction. | |
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 | |
bool | deadZoneCheck (double xw, double xg) |
check if event is in dead region | |
double | matrixElementRatio (vector< Lorentz5Momentum > particleMomenta) |
Calculate matrix element ratio B/R. | |
bool | calcMomenta (int j, Energy pT, double y, double phi, double &xg, double &xw, double &xb, double &xb_z, vector< Lorentz5Momentum > &particleMomenta) |
Calculate momenta of t, b, W, g. | |
bool | psCheck (double xg, double xw) |
Check the calculated momenta are physical. | |
vector< Lorentz5Momentum > | hardMomenta () |
Return the momenta including the hard emission. | |
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 | |
SMTopPOWHEGDecayer & | operator= (const SMTopPOWHEGDecayer &) |
The assignment operator is private and must never be called. | |
Private Attributes | |
Energy | mt_ |
Top quark mass. | |
double | w_ |
Reduced mass. | |
double | b_ |
Reduced bottom mass. | |
double | w2_ |
Reduced mass squared. | |
double | b2_ |
Reduced bottom mass squared. | |
Energy | pTmin_ |
Minimum . | |
Energy | pT_ |
Transverse momentum of the emission. |
Here is the documentation of the SMTopPOWHEGDecayer class.
Definition at line 20 of file SMTopPOWHEGDecayer.h.
virtual IBPtr Herwig::SMTopPOWHEGDecayer::clone | ( | ) | const [protected, virtual] |
Make a simple clone of this object.
Reimplemented from Herwig::SMTopDecayer.
virtual IBPtr Herwig::SMTopPOWHEGDecayer::fullclone | ( | ) | const [protected, virtual] |
Make a clone of this object, possibly modifying the cloned object to make it sane.
Reimplemented from Herwig::SMTopDecayer.
static void Herwig::SMTopPOWHEGDecayer::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::SMTopDecayer.
SMTopPOWHEGDecayer& Herwig::SMTopPOWHEGDecayer::operator= | ( | const SMTopPOWHEGDecayer & | ) | [private] |
The assignment operator is private and must never be called.
In fact, it should not even be implemented.
void Herwig::SMTopPOWHEGDecayer::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::SMTopDecayer.
void Herwig::SMTopPOWHEGDecayer::persistentOutput | ( | PersistentOStream & | os | ) | const |
Function used to write out object persistently.
os | the persistent output stream written to. |
Reimplemented from Herwig::SMTopDecayer.