Herwig++
2.7.0
|
The RadiativeZPrimeModel class is the main class for the radiative model of hep-ph/0501154. More...
#include <RadiativeZPrimeModel.h>
Public Member Functions | |
RadiativeZPrimeModel () | |
The default constructor. | |
double | gZprime () const |
The coupling of the . | |
double | zPrimevnu () const |
The vector neutrino- coupling. | |
double | zPrimeve () const |
The vector charged lepton- coupling. | |
double | zPrimevu () const |
The vector up-type- coupling. | |
double | zPrimevd () const |
The vector down-type- coupling. | |
double | zPrimeanu () const |
The axial neutrino- coupling. | |
double | zPrimeae () const |
The axial charged lepton- coupling. | |
double | zPrimeau () const |
The axial up-type- coupling. | |
double | zPrimead () const |
The axial down-type- coupling. | |
AbstractFFVVertexPtr | vertexFFZPrime () const |
The vertex. | |
AbstractVVVVertexPtr | vertexGammaZPrimeZ () const |
The vertex. | |
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 | |
RadiativeZPrimeModel & | operator= (const RadiativeZPrimeModel &) |
The assignment operator is private and must never be called. | |
Private Attributes | |
double | _gZprime |
The free coupling . | |
bool | _useZcouplings |
Switch to control the setting of the couplings to fermions. | |
double | _vnu |
Vector coupling between a fundamental fermion and . | |
double | _ve |
Vector coupling between a fundamental fermion and . | |
double | _vu |
Vector coupling between a fundamental fermion and . | |
double | _vd |
Vector coupling between a fundamental fermion and . | |
double | _anu |
Axial coupling between a fundamental fermions and . | |
double | _ae |
Axial coupling between a fundamental fermions and . | |
double | _au |
Axial coupling between a fundamental fermions and . | |
double | _ad |
Axial coupling between a fundamental fermions and . | |
AbstractFFVVertexPtr | _ffZPrimeVertex |
The vertex. | |
AbstractVVVVertexPtr | _gammaZPrimeZVertex |
The vertex. | |
Static Private Attributes | |
static ClassDescription < RadiativeZPrimeModel > | initRadiativeZPrimeModel |
The static object used to initialize the description of this class. |
The RadiativeZPrimeModel class is the main class for the radiative model of hep-ph/0501154.
Definition at line 21 of file RadiativeZPrimeModel.h.
virtual IBPtr RadiativeZPrime::RadiativeZPrimeModel::clone | ( | ) | const [inline, protected, virtual] |
Make a simple clone of this object.
Reimplemented from Herwig::StandardModel.
Definition at line 122 of file RadiativeZPrimeModel.h.
virtual void RadiativeZPrime::RadiativeZPrimeModel::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::StandardModel.
virtual IBPtr RadiativeZPrime::RadiativeZPrimeModel::fullclone | ( | ) | const [inline, protected, virtual] |
Make a clone of this object, possibly modifying the cloned object to make it sane.
Reimplemented from Herwig::StandardModel.
Definition at line 128 of file RadiativeZPrimeModel.h.
static void RadiativeZPrime::RadiativeZPrimeModel::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::StandardModel.
RadiativeZPrimeModel& RadiativeZPrime::RadiativeZPrimeModel::operator= | ( | const RadiativeZPrimeModel & | ) | [private] |
The assignment operator is private and must never be called.
In fact, it should not even be implemented.
void RadiativeZPrime::RadiativeZPrimeModel::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::StandardModel.
void RadiativeZPrime::RadiativeZPrimeModel::persistentOutput | ( | PersistentOStream & | os | ) | const |
Function used to write out object persistently.
os | the persistent output stream written to. |
Reimplemented from Herwig::StandardModel.
ClassDescription<RadiativeZPrimeModel> RadiativeZPrime::RadiativeZPrimeModel::initRadiativeZPrimeModel [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 137 of file RadiativeZPrimeModel.h.