![]() |
AliPhysics
27da6ee (27da6ee)
|
Go to the source code of this file.
Functions | |
TChain * | MakeAODInputChain (const char *collectionfileAOD, const char *collectionfileAODfriend, Int_t nfiles=-1, Bool_t stdoutCheck=kFALSE) |
TChain * | MakeAODInputChain (const char *pathname="", Int_t firstdir=1, Int_t lastdir=-1) |
TFileCollection * | MakeRootArchFileCollection (const char *collectionfileAOD, Int_t nfiles=-1, Bool_t stdoutCheck=kFALSE) |
void | StageToCAF (TString xmlcoll="collAODLHC08x.xml", TString datasetname="AODVertexingHF_LHC08x_10files", Int_t nfiles=-1) |
Bool_t | CheckStdout (TString aodlfn) |
Bool_t CheckStdout | ( | TString | aodlfn | ) |
Definition at line 250 of file MakeAODInputChain.C.
Referenced by MakeAODInputChain(), and MakeRootArchFileCollection().
TChain* MakeAODInputChain | ( | const char * | collectionfileAOD, |
const char * | collectionfileAODfriend, | ||
Int_t | nfiles = -1 , |
||
Bool_t | stdoutCheck = kFALSE |
||
) |
Definition at line 1 of file MakeAODInputChain.C.
Referenced by RunAnalysisAODVertexingHF().
TChain* MakeAODInputChain | ( | const char * | pathname = "" , |
Int_t | firstdir = 1 , |
||
Int_t | lastdir = -1 |
||
) |
Definition at line 123 of file MakeAODInputChain.C.
TFileCollection* MakeRootArchFileCollection | ( | const char * | collectionfileAOD, |
Int_t | nfiles = -1 , |
||
Bool_t | stdoutCheck = kFALSE |
||
) |
Definition at line 177 of file MakeAODInputChain.C.
Referenced by StageToCAF().
void StageToCAF | ( | TString | xmlcoll = "collAODLHC08x.xml" , |
TString | datasetname = "AODVertexingHF_LHC08x_10files" , |
||
Int_t | nfiles = -1 |
||
) |
Definition at line 225 of file MakeAODInputChain.C.