FairRoot/PandaRoot
|
#include <PartonicModel.h>
Public Member Functions | |
PartonicModel (double ecm, int pdgId, EvtId evtId, EvtSpinDensity spinDensity, double mesonMass) | |
virtual | ~PartonicModel () |
virtual bool | next () |
virtual bool | setKin () |
virtual void | setSigma () |
ClassDef (PartonicModel, 1) | |
Public Attributes | |
double | eCM |
int | pdgId |
EvtSpinDensity | spinDensity |
EvtId | evtId |
double | mesonMass |
double | mesonMass2 |
double | x1 |
double | x2 |
double | sH |
double | tH |
double | uH |
double | sigma |
double | MaxSigma |
double | MaxSigmaBackup |
int | nCall |
Definition at line 15 of file PartonicModel.h.
chigen::PartonicModel::PartonicModel | ( | double | ecm, |
int | pdgId, | ||
EvtId | evtId, | ||
EvtSpinDensity | spinDensity, | ||
double | mesonMass | ||
) |
Definition at line 8 of file PartonicModel.cxx.
References eCM, chigen::ensure_chigen_is_initialized(), evt, evtId, m, mesonMass, mesonMass2, pdgId, and spinDensity.
|
virtual |
Definition at line 19 of file PartonicModel.cxx.
chigen::PartonicModel::ClassDef | ( | PartonicModel | , |
1 | |||
) |
|
virtual |
Calculates the partonic cross section
Definition at line 22 of file PartonicModel.cxx.
References __chigen_cout__, i, chigen::random::random_engine, and sigma.
|
inlinevirtual |
fills kinematic variables
Reimplemented in chigen::models::ColorSingletPartonicModel.
Definition at line 29 of file PartonicModel.h.
|
inlinevirtual |
calculate f1*f2*dSigma/dT of the hard process for the selected kinematics
Reimplemented in chigen::models::ColorSingletPartonicModel.
Definition at line 36 of file PartonicModel.h.
double chigen::PartonicModel::eCM |
C.m. energy
Definition at line 44 of file PartonicModel.h.
Referenced by chigen::ChiGen::ChiGen(), chigen::models::ColorSingletPartonicModel::ColorSingletPartonicModel(), PartonicModel(), and chigen::PythiaChiGen::PythiaChiGen().
EvtId chigen::PartonicModel::evtId |
double chigen::PartonicModel::MaxSigma |
Maximal sigma
Definition at line 76 of file PartonicModel.h.
Referenced by chigen::models::ColorSingletPartonicModel::ColorSingletPartonicModel().
double chigen::PartonicModel::MaxSigmaBackup |
Definition at line 76 of file PartonicModel.h.
Referenced by chigen::models::ColorSingletPartonicModel::ColorSingletPartonicModel().
double chigen::PartonicModel::mesonMass |
Meson mass and its squared
Definition at line 60 of file PartonicModel.h.
Referenced by PartonicModel(), and chigen::PndChiGenExclusive::PndChiGenExclusive().
double chigen::PartonicModel::mesonMass2 |
Definition at line 60 of file PartonicModel.h.
Referenced by chigen::models::ColorSingletPartonicModel::ColorSingletPartonicModel(), and PartonicModel().
int chigen::PartonicModel::nCall |
number of attempts
Definition at line 81 of file PartonicModel.h.
int chigen::PartonicModel::pdgId |
double chigen::PartonicModel::sH |
Mandelstam variables of the hard process
Definition at line 68 of file PartonicModel.h.
double chigen::PartonicModel::sigma |
dsdt
Definition at line 72 of file PartonicModel.h.
EvtSpinDensity chigen::PartonicModel::spinDensity |
Spin density corresponding to this polarization
Definition at line 52 of file PartonicModel.h.
Referenced by PartonicModel().
double chigen::PartonicModel::tH |
Definition at line 68 of file PartonicModel.h.
double chigen::PartonicModel::uH |
Definition at line 68 of file PartonicModel.h.
double chigen::PartonicModel::x1 |
Momentum fractions of the incoming partons
Definition at line 64 of file PartonicModel.h.
double chigen::PartonicModel::x2 |
Definition at line 64 of file PartonicModel.h.