![]() |
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 | ||
| ) |
|
virtual |
| chigen::PartonicModel::ClassDef | ( | PartonicModel | , |
| 1 | |||
| ) |
|
virtual |
Calculates the partonic cross section
|
inlinevirtual |
fills kinematic variables
Reimplemented in chigen::models::ColorSingletPartonicModel.
Definition at line 28 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 33 of file PartonicModel.h.
| double chigen::PartonicModel::eCM |
C.m. energy
Definition at line 41 of file PartonicModel.h.
| EvtId chigen::PartonicModel::evtId |
EvtGen id
Definition at line 53 of file PartonicModel.h.
| double chigen::PartonicModel::MaxSigma |
Maximal sigma
Definition at line 73 of file PartonicModel.h.
| double chigen::PartonicModel::MaxSigmaBackup |
Definition at line 73 of file PartonicModel.h.
| double chigen::PartonicModel::mesonMass |
Meson mass and its squared
Definition at line 57 of file PartonicModel.h.
| double chigen::PartonicModel::mesonMass2 |
Definition at line 57 of file PartonicModel.h.
| int chigen::PartonicModel::nCall |
number of attempts
Definition at line 78 of file PartonicModel.h.
| int chigen::PartonicModel::pdgId |
Meson id
Definition at line 45 of file PartonicModel.h.
| double chigen::PartonicModel::sH |
Mandelstam variables of the hard process
Definition at line 65 of file PartonicModel.h.
| double chigen::PartonicModel::sigma |
dsdt
Definition at line 69 of file PartonicModel.h.
| EvtSpinDensity chigen::PartonicModel::spinDensity |
Spin density corresponding to this polarization
Definition at line 49 of file PartonicModel.h.
| double chigen::PartonicModel::tH |
Definition at line 65 of file PartonicModel.h.
| double chigen::PartonicModel::uH |
Definition at line 65 of file PartonicModel.h.
| double chigen::PartonicModel::x1 |
Momentum fractions of the incoming partons
Definition at line 61 of file PartonicModel.h.
| double chigen::PartonicModel::x2 |
Definition at line 61 of file PartonicModel.h.