Herwig++
2.7.0
|
Here is the documentation of the FFZPrimeVertex class. More...
#include <FFZPrimeVertex.h>
Public Member Functions | |
FFZPrimeVertex () | |
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 | |
virtual void | doinit () |
Initialize this object after the setup phase before saving and EventGenerator to disk. | |
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 | |
FFZPrimeVertex & | operator= (const FFZPrimeVertex &) |
The assignment operator is private and must never be called. | |
Private Attributes | |
vector< double > | _gl |
Storage of the couplings. | |
vector< double > | _gr |
The right couplings of the Standard Model fermions. | |
Static Private Attributes | |
static ClassDescription < FFZPrimeVertex > | initFFZPrimeVertex |
The static object used to initialize the description of this class. |
Here is the documentation of the FFZPrimeVertex class.
Definition at line 20 of file FFZPrimeVertex.h.
virtual IBPtr RadiativeZPrime::FFZPrimeVertex::clone | ( | ) | const [inline, protected, virtual] |
Make a simple clone of this object.
Implements ThePEG::InterfacedBase.
Definition at line 72 of file FFZPrimeVertex.h.
virtual void RadiativeZPrime::FFZPrimeVertex::doinit | ( | ) | [protected, virtual] |
Initialize this object after the setup phase before saving and EventGenerator to disk.
InitException | if object could not be initialized properly. |
Reimplemented from ThePEG::Helicity::VertexBase.
virtual IBPtr RadiativeZPrime::FFZPrimeVertex::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 78 of file FFZPrimeVertex.h.
static void RadiativeZPrime::FFZPrimeVertex::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 ThePEG::Helicity::FFVVertex.
FFZPrimeVertex& RadiativeZPrime::FFZPrimeVertex::operator= | ( | const FFZPrimeVertex & | ) | [private] |
The assignment operator is private and must never be called.
In fact, it should not even be implemented.
void RadiativeZPrime::FFZPrimeVertex::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::FFZPrimeVertex::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::FFZPrimeVertex::setCoupling | ( | Energy2 | q2, |
tcPDPtr | part1, | ||
tcPDPtr | part2, | ||
tcPDPtr | part3 | ||
) | [virtual] |
Calculate the couplings.
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 ThePEG::Helicity::FFVVertex.
vector<double> RadiativeZPrime::FFZPrimeVertex::_gl [private] |
Storage of the couplings.
The left couplings of the Standard Model fermions.
Definition at line 112 of file FFZPrimeVertex.h.
ClassDescription<FFZPrimeVertex> RadiativeZPrime::FFZPrimeVertex::initFFZPrimeVertex [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 96 of file FFZPrimeVertex.h.