![]() |
AliPhysics
3bba2fe (3bba2fe)
|
Master script for QA train. More...
Go to the source code of this file.
Classes | |
struct | VirtualQACfg |
Functions | |
void | LoadLibraries () |
void | AddAnalysisTasks (const char *cdb_location) |
void | ValidateOutput () |
void | QAMerge (const char *dir, Int_t stage) |
void | QA (UInt_t run, const char *xmlfile="wn.xml", Int_t stage=0, const char *cdb="raw://") |
Variables | |
UInt_t | kTriggerInt = AliVEvent::kAnyINT |
UInt_t | kTriggerMuonAll |
UInt_t | kTriggerMuonBarell = AliVEvent::kMUU7 |
UInt_t | kTriggerEMC |
UInt_t | kTriggerHM = AliVEvent::kHighMult |
UInt_t | kTriggerMask = kTriggerInt |
VirtualQACfg * | qaCfg = 0 |
Master script for QA train.
This script reads in 4 other scripts
Users can customize QAConfig.C and DetConfig.C according to their needs
Definition in file QA.C.
void AddAnalysisTasks | ( | const char * | cdb_location | ) |
void LoadLibraries | ( | ) |
void QA | ( | UInt_t | run, |
const char * | xmlfile = "wn.xml" , |
||
Int_t | stage = 0 , |
||
const char * | cdb = "raw://" |
||
) |
Run QA trains
run | Run number |
xmlfile | Collection file |
stage | Stage |
cdb | CDB location |
Definition at line 626 of file QA.C.
Referenced by AliAnalysisTaskVnV0::Analyze().
void QAMerge | ( | const char * | dir, |
Int_t | stage | ||
) |
void ValidateOutput | ( | ) |
UInt_t kTriggerEMC |
Definition at line 37 of file QA.C.
Referenced by AddAnalysisTasks().
UInt_t kTriggerHM = AliVEvent::kHighMult |
Definition at line 41 of file QA.C.
Referenced by AddAnalysisTasks().
UInt_t kTriggerMask = kTriggerInt |
Definition at line 42 of file QA.C.
Referenced by AddAnalysisTasks(), and AliFMDEventInspector::Process().
UInt_t kTriggerMuonAll |
UInt_t kTriggerMuonBarell = AliVEvent::kMUU7 |
Definition at line 36 of file QA.C.
Referenced by AddAnalysisTasks().
VirtualQACfg* qaCfg = 0 |
Definition at line 160 of file QA.C.
Referenced by QAConfig().