Herwig++
2.7.0
|
Here is the documentation of the GammaZPrimeZVertex class. More...
#include <GammaZPrimeZVertex.h>
Public Member Functions | |
GammaZPrimeZVertex () | |
The default constructor. | |
virtual void | setCoupling (Energy2 q2, tcPDPtr part1, tcPDPtr part2, tcPDPtr part3) |
Calculate the couplings. | |
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 | |
GammaZPrimeZVertex & | operator= (const GammaZPrimeZVertex &) |
The assignment operator is private and must never be called. | |
Private Attributes | |
double | _coup |
Storage of the coupling. | |
Static Private Attributes | |
static ClassDescription < GammaZPrimeZVertex > | initGammaZPrimeZVertex |
The static object used to initialize the description of this class. |
Here is the documentation of the GammaZPrimeZVertex class.
Definition at line 20 of file GammaZPrimeZVertex.h.
virtual IBPtr RadiativeZPrime::GammaZPrimeZVertex::clone | ( | ) | const [inline, protected, virtual] |
Make a simple clone of this object.
Implements ThePEG::InterfacedBase.
Definition at line 73 of file GammaZPrimeZVertex.h.
virtual void RadiativeZPrime::GammaZPrimeZVertex::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 ThePEG::Helicity::VertexBase.
virtual IBPtr RadiativeZPrime::GammaZPrimeZVertex::fullclone | ( | ) | const [inline, protected, virtual] |
Make a clone of this object, possibly modifying the cloned object to make it sane.
Reimplemented from ThePEG::InterfacedBase.
Definition at line 79 of file GammaZPrimeZVertex.h.
static void RadiativeZPrime::GammaZPrimeZVertex::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 RadiativeZPrime::AnomalousVVVVertex.
GammaZPrimeZVertex& RadiativeZPrime::GammaZPrimeZVertex::operator= | ( | const GammaZPrimeZVertex & | ) | [private] |
The assignment operator is private and must never be called.
In fact, it should not even be implemented.
void RadiativeZPrime::GammaZPrimeZVertex::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::Helicity::VertexBase.
void RadiativeZPrime::GammaZPrimeZVertex::persistentOutput | ( | PersistentOStream & | os | ) | const |
Function used to write out object persistently.
os | the persistent output stream written to. |
Reimplemented from ThePEG::Helicity::VertexBase.
virtual void RadiativeZPrime::GammaZPrimeZVertex::setCoupling | ( | Energy2 | q2, |
tcPDPtr | part1, | ||
tcPDPtr | part2, | ||
tcPDPtr | part3 | ||
) | [virtual] |
Calculate the couplings.
This method is virtual and must be implemented in classes inheriting from this.
q2 | The scale for the coupling at the vertex. |
part1 | The ParticleData pointer for the first particle. |
part2 | The ParticleData pointer for the second particle. |
part3 | The ParticleData pointer for the third particle. |
Implements RadiativeZPrime::AnomalousVVVVertex.
ClassDescription<GammaZPrimeZVertex> RadiativeZPrime::GammaZPrimeZVertex::initGammaZPrimeZVertex [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 100 of file GammaZPrimeZVertex.h.