![]() |
AliPhysics
116b2d6 (116b2d6)
|
Go to the source code of this file.
Enumerations | |
enum | { kLocal, kInteractif_xml, kInteractif_ESDList } |
Functions | |
void | RunMuonQA (TString inputFileName="AliESDs.root", Bool_t isMC=kFALSE, Bool_t selectEvent=kTRUE, Bool_t selectMatched=kTRUE, Bool_t applyAccCut=kTRUE, Short_t selectCharge=0) |
Int_t | GetMode (TString inputFileName) |
TChain * | CreateChainFromCollection (const char *xmlfile) |
TChain * | CreateChainFromFile (const char *rootfile) |
TChain * | CreateChainFromESDList (const char *esdList) |
TChain * | CreateChain (TString inputFileName) |
anonymous enum |
Enumerator | |
---|---|
kLocal | |
kInteractif_xml | |
kInteractif_ESDList |
Definition at line 18 of file RunMuonQA.C.
TChain* CreateChain | ( | TString | inputFileName | ) |
Definition at line 165 of file RunMuonQA.C.
Referenced by RunMuonQA().
TChain * CreateChainFromCollection | ( | const char * | xmlfile | ) |
Definition at line 103 of file RunMuonQA.C.
Referenced by CreateChain().
TChain * CreateChainFromESDList | ( | const char * | esdList | ) |
Definition at line 145 of file RunMuonQA.C.
Referenced by CreateChain().
TChain * CreateChainFromFile | ( | const char * | rootfile | ) |
Definition at line 134 of file RunMuonQA.C.
Referenced by CreateChain().
Int_t GetMode | ( | TString | inputFileName | ) |
Definition at line 94 of file RunMuonQA.C.
Referenced by CreateChain(), and RunMuonQA().
void RunMuonQA | ( | TString | inputFileName = "AliESDs.root" , |
Bool_t | isMC = kFALSE , |
||
Bool_t | selectEvent = kTRUE , |
||
Bool_t | selectMatched = kTRUE , |
||
Bool_t | applyAccCut = kTRUE , |
||
Short_t | selectCharge = 0 |
||
) |
Definition at line 20 of file RunMuonQA.C.