Herwig++
2.7.0
|
The MEPP2WH class provides the matrix elements for the production of the boson in association with the Higgs in hadron collisions.
More...
#include <MEPP2WH.h>
Public Member Functions | |
MEPP2WH () | |
Default constructor. | |
Virtual functions required by the MEBase class. | |
virtual void | getDiagrams () const |
Add all possible diagrams with the add() function. | |
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. | |
Standard Interfaced functions. | |
virtual void | doinit () |
Initialize this object after the setup phase before saving an EventGenerator to disk. | |
Private Member Functions | |
MEPP2WH & | operator= (const MEPP2WH &) |
The assignment operator is private and must never be called. | |
Private Attributes | |
unsigned int | _plusminus |
Which intermediate ![]() | |
Static Private Attributes | |
static ClassDescription< MEPP2WH > | initMEPP2WH |
The static object used to initialize the description of this class. |
The MEPP2WH class provides the matrix elements for the production of the boson in association with the Higgs in hadron collisions.
virtual IBPtr Herwig::MEPP2WH::clone | ( | ) | const [inline, protected, virtual] |
Make a simple clone of this object.
Implements ThePEG::InterfacedBase.
Reimplemented in Herwig::MEPP2WHPowheg.
virtual void Herwig::MEPP2WH::doinit | ( | ) | [protected, virtual] |
Initialize this object after the setup phase before saving an EventGenerator to disk.
InitException | if object could not be initialized properly. |
Reimplemented from Herwig::MEfftoVH.
Reimplemented in Herwig::MEPP2WHPowheg.
virtual IBPtr Herwig::MEPP2WH::fullclone | ( | ) | const [inline, protected, virtual] |
Make a clone of this object, possibly modifying the cloned object to make it sane.
Reimplemented from ThePEG::InterfacedBase.
Reimplemented in Herwig::MEPP2WHPowheg.
static void Herwig::MEPP2WH::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::MEfftoVH.
Reimplemented in Herwig::MEPP2WHPowheg.
The assignment operator is private and must never be called.
In fact, it should not even be implemented.
void Herwig::MEPP2WH::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::MEfftoVH.
Reimplemented in Herwig::MEPP2WHPowheg.
void Herwig::MEPP2WH::persistentOutput | ( | PersistentOStream & | os | ) | const |
Function used to write out object persistently.
os | the persistent output stream written to. |
Reimplemented from Herwig::MEfftoVH.
Reimplemented in Herwig::MEPP2WHPowheg.
ClassDescription<MEPP2WH> Herwig::MEPP2WH::initMEPP2WH [static, private] |