Event generator configuration
Definition at line 188 of file BaseConfig.C.
VirtualEGCfg::VirtualEGCfg |
( |
| ) |
|
|
inline |
virtual VirtualEGCfg::~VirtualEGCfg |
( |
| ) |
|
|
inlinevirtual |
virtual TVirtualMCDecayer* VirtualEGCfg::CreateDecayer |
( |
const TString & |
runType | ) |
|
|
protectedpure virtual |
Create the decayer. This function must be defined in a derived class.
- Parameters
-
runType | The generator ID (all lower case) |
- Returns
- Must return a pointer to a new TVirtualMCDecayer or null
Implemented in EGCfg.
Create the generator. This function must be defined in a derived class.
- Parameters
-
runType | The generator ID (all lower case) |
b1 | Least impact parameter |
b2 | Largest impact parameter |
- Returns
- Must return a pointer to a new AliGenerator or null
Implemented in EGCfg.
static const char* VirtualEGCfg::DeduceRunType |
( |
| ) |
|
|
inlinestatic |
virtual Bool_t VirtualEGCfg::IsLego |
( |
| ) |
const |
|
inlinevirtual |
static void VirtualEGCfg::LoadAmpt |
( |
| ) |
|
|
inlinestatic |
static void VirtualEGCfg::LoadDpmjet |
( |
| ) |
|
|
inlinestatic |
static void VirtualEGCfg::LoadEpos |
( |
| ) |
|
|
inlinestatic |
static void VirtualEGCfg::LoadEposLHC |
( |
| ) |
|
|
inlinestatic |
static void VirtualEGCfg::LoadGen |
( |
const TString & |
runType | ) |
|
|
inlinestatic |
static void VirtualEGCfg::LoadHijing |
( |
| ) |
|
|
inlinestatic |
static void VirtualEGCfg::LoadHydjet |
( |
| ) |
|
|
inlinestatic |
static void VirtualEGCfg::LoadLibrary |
( |
const TString & |
name, |
|
|
const TString & |
cls = "" |
|
) |
| |
|
inlinestatic |
static void VirtualEGCfg::LoadPythia |
( |
Bool_t |
gen = true , |
|
|
const char * |
vers = "6.4.21" |
|
) |
| |
|
inlinestatic |
static void VirtualEGCfg::LoadTherminator |
( |
| ) |
|
|
inlinestatic |
TVirtualMCDecayer* VirtualEGCfg::MakeDecayer |
( |
const TString & |
rt | ) |
|
|
inline |
Make our decayer
- Parameters
-
- Returns
- Newly allocated decayer or null
Definition at line 346 of file BaseConfig.C.
Referenced by Config().
Make the generator
- Parameters
-
rt | Event generator identifier |
b1 | Least impact parameter |
b2 | Largest impact parameter |
smear | If true, smear interaction per event |
- Returns
- Point to newly allocated generator or null
Definition at line 315 of file BaseConfig.C.
Referenced by Config().
The documentation for this struct was generated from the following file: