Herwig++
2.7.0
|
Here is the documentation of the GeneralfftoVH class. More...
#include <GeneralfftoVH.h>
Public Types | |
enum | Process { Lepton, HadronWplus, HadronWminus, HadronZ } |
Type of process. | |
Public Member Functions | |
GeneralfftoVH () | |
The default constructor. | |
void | setProcessInfo (Process proc, PDPtr higgs, AbstractVVSVertexPtr vertex, unsigned int shapeOpt) |
Set up the matrix element. | |
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. | |
Private Member Functions | |
GeneralfftoVH & | operator= (const GeneralfftoVH &) |
The assignment operator is private and must never be called. | |
Private Attributes | |
Process | process_ |
The vector boson. | |
Static Private Attributes | |
static ClassDescription < GeneralfftoVH > | initGeneralfftoVH |
The static object used to initialize the description of this class. |
Here is the documentation of the GeneralfftoVH class.
Definition at line 21 of file GeneralfftoVH.h.
virtual IBPtr Herwig::GeneralfftoVH::clone | ( | ) | const [protected, virtual] |
Make a simple clone of this object.
Implements ThePEG::InterfacedBase.
virtual IBPtr Herwig::GeneralfftoVH::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::GeneralfftoVH::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.
GeneralfftoVH& Herwig::GeneralfftoVH::operator= | ( | const GeneralfftoVH & | ) | [private] |
The assignment operator is private and must never be called.
In fact, it should not even be implemented.
void Herwig::GeneralfftoVH::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.
void Herwig::GeneralfftoVH::persistentOutput | ( | PersistentOStream & | os | ) | const |
Function used to write out object persistently.
os | the persistent output stream written to. |
Reimplemented from Herwig::MEfftoVH.
ClassDescription<GeneralfftoVH> Herwig::GeneralfftoVH::initGeneralfftoVH [static, private] |
The static object used to initialize the description of this class.
Indicates that this is a concrete class with persistent data.
Definition at line 101 of file GeneralfftoVH.h.