![]() |
AliPhysics
5e2c166 (5e2c166)
|
Master script for AOD production. More...
Go to the source code of this file.
Classes | |
struct | VirtualAODCfg |
Functions | |
Bool_t | LoadLibrary (const char *module) |
Bool_t | LoadCommonLibraries () |
Bool_t | LoadAnalysisLibraries () |
void | AddAnalysisTasks (const char *cdb_location) |
TChain * | CreateChain () |
void | ValidateOutput () |
void | AODMerge (const char *dir, Int_t stage) |
void | AOD (UInt_t run, const char *xmlfile=0, Int_t stage=0) |
Variables | |
const char * | cdbPath = "raw://" |
Bool_t | cholm = false |
VirtualAODCfg * | aodCfg = 0 |
Master script for AOD production.
This script reads in 4 other scripts
Users can customize QAConfig.C and DetConfig.C according to their needs
Definition in file AOD.C.
void AddAnalysisTasks | ( | const char * | cdb_location | ) |
void AODMerge | ( | const char * | dir, |
Int_t | stage | ||
) |
TChain* CreateChain | ( | ) |
Create the input chain
Definition at line 532 of file AOD.C.
Referenced by AOD(), and VirtualTrain::Run().
Bool_t LoadAnalysisLibraries | ( | ) |
Bool_t LoadCommonLibraries | ( | ) |
Bool_t LoadLibrary | ( | const char * | module | ) |
Load a library/module
module | Library/module name |
Definition at line 144 of file AOD.C.
Referenced by QATrain::CreateCALO(), QATrain::CreateFMD(), QATrain::CreateMUON(), QATrain::CreateMUONTRG(), QATrain::CreateTasks(), VirtualEGCfg::LoadAmpt(), LoadAnalysisLibraries(), VirtualTrain::LoadBaseLibraries(), LoadCommonLibraries(), VirtualEGCfg::LoadDpmjet(), VirtualEGCfg::LoadEpos(), VirtualEGCfg::LoadEposLHC(), VirtualEGCfg::LoadGen(), VirtualEGCfg::LoadHijing(), VirtualEGCfg::LoadHydjet(), VirtualEGCfg::LoadPythia(), and VirtualEGCfg::LoadTherminator().
void ValidateOutput | ( | ) |
Helper function to make outputs_valid
file
Definition at line 549 of file AOD.C.
Referenced by AODMerge(), and VirtualTrain::Merge().
VirtualAODCfg* aodCfg = 0 |
Definition at line 134 of file AOD.C.
Referenced by AODConfig().
const char* cdbPath = "raw://" |
Path to CDB
Definition at line 26 of file AOD.C.
Referenced by AOD(), and AliMTRChEffAnalysis::ReadEffHistoList().
Bool_t cholm = false |
Definition at line 27 of file AOD.C.
Referenced by AOD(), LoadAnalysisLibraries(), and Reconstruct().