JHUGen MELA
JHUGen v7.5.6, MELA v2.4.2
Matrix element calculations as used in JHUGen.
|
#include <TCouplings.hh>
Public Member Functions | |
VprimeCouplings () | |
VprimeCouplings (VprimeCouplings const &other) | |
virtual | ~VprimeCouplings () |
void | reset () |
void | copy (VprimeCouplings const &other) |
VprimeCouplings * | getRef () |
void | SetVpffCouplings (unsigned int index, double c_real, double c_imag, bool setWpff=false, int whichResonance=1) |
void | SetZPrimeMassWidth (double inmass, double inwidth) |
void | SetWPrimeMassWidth (double inmass, double inwidth) |
Public Attributes | |
double | Zpffcoupl [SIZE_Vpff][2] |
double | Wpffcoupl [SIZE_Vpff][2] |
double | M_Zprime |
double | Ga_Zprime |
double | M_Wprime |
double | Ga_Wprime |
Definition at line 108 of file TCouplings.hh.
VprimeCouplings::VprimeCouplings | ( | ) |
Definition at line 389 of file TCouplings.cc.
VprimeCouplings::VprimeCouplings | ( | VprimeCouplings const & | other | ) |
Definition at line 390 of file TCouplings.cc.
|
virtual |
Definition at line 391 of file TCouplings.cc.
void VprimeCouplings::copy | ( | VprimeCouplings const & | other | ) |
Definition at line 404 of file TCouplings.cc.
VprimeCouplings * VprimeCouplings::getRef | ( | ) |
Definition at line 417 of file TCouplings.cc.
void VprimeCouplings::reset | ( | ) |
Definition at line 393 of file TCouplings.cc.
void VprimeCouplings::SetVpffCouplings | ( | unsigned int | index, |
double | c_real, | ||
double | c_imag, | ||
bool | setWpff = false , |
||
int | whichResonance = 1 |
||
) |
Definition at line 419 of file TCouplings.cc.
void VprimeCouplings::SetWPrimeMassWidth | ( | double | inmass, |
double | inwidth | ||
) |
Definition at line 443 of file TCouplings.cc.
void VprimeCouplings::SetZPrimeMassWidth | ( | double | inmass, |
double | inwidth | ||
) |
Definition at line 442 of file TCouplings.cc.
double VprimeCouplings::Ga_Wprime |
Definition at line 128 of file TCouplings.hh.
double VprimeCouplings::Ga_Zprime |
Definition at line 126 of file TCouplings.hh.
double VprimeCouplings::M_Wprime |
Definition at line 127 of file TCouplings.hh.
double VprimeCouplings::M_Zprime |
Definition at line 125 of file TCouplings.hh.
double VprimeCouplings::Wpffcoupl[SIZE_Vpff][2] |
Definition at line 123 of file TCouplings.hh.
double VprimeCouplings::Zpffcoupl[SIZE_Vpff][2] |
Definition at line 122 of file TCouplings.hh.