![]() |
AliPhysics
8417398 (8417398)
|
Example of execution macro to run the Calorimeter filter task locally or on the grid (not plugin) More...
Go to the source code of this file.
Enumerations | |
enum | anaModes { mLocal = 0, mPROOF = 1, mPlugin = 2, mGRID = 3, mLocal, mGRID, mLocal = 0, mPROOF = 1, mPlugin = 2, mGRID = 3, mLocal, mLocalCAF, mPROOF, mGRID, mLocal, mLocalCAF, mPROOF, mGRID } |
Functions | |
void | anaCaloFilter (Int_t mode=mLocal) |
void | LoadLibraries (const anaModes mode) |
void | SetupPar (char *pararchivename) |
void | CreateChain (const anaModes mode, TChain *chain) |
Variables | |
char * | kInDir = "/user/data/files/" |
char * | kPattern = "" |
Int_t | kFile = 1 |
char * | kXML = "collection.xml" |
const TString | kInputData = "ESD" |
TString | kTreeName = "esdTree" |
Bool_t | kUsePhysSel = kTRUE |
Example of execution macro to run the Calorimeter filter task locally or on the grid (not plugin)
Basic example macro to do Calorimeters filtering copy ESDs into AODs, or AODs to AODs and filtering
Pay attention to the options and definitions set in the lines below
A more up-to-date macro can be found in PWGGA/CaloTrackCorrelations/macros/ana.C
Definition in file anaCaloFilter.C.
enum anaModes |
Definition at line 16 of file anaCaloFilter.C.
void anaCaloFilter | ( | Int_t | mode = mLocal | ) |
Definition at line 37 of file anaCaloFilter.C.
void CreateChain | ( | const anaModes | mode, |
TChain * | chain | ||
) |
Definition at line 283 of file anaCaloFilter.C.
Referenced by anaCaloFilter().
void LoadLibraries | ( | const anaModes | mode | ) |
Definition at line 148 of file anaCaloFilter.C.
Referenced by anaCaloFilter().
void SetupPar | ( | char * | pararchivename | ) |
Definition at line 232 of file anaCaloFilter.C.
Int_t kFile = 1 |
Definition at line 27 of file anaCaloFilter.C.
Referenced by CreateChain().
char* kInDir = "/user/data/files/" |
Definition at line 25 of file anaCaloFilter.C.
Referenced by CreateChain().
const TString kInputData = "ESD" |
Definition at line 33 of file anaCaloFilter.C.
Referenced by anaCaloFilter(), and CreateChain().
char* kPattern = "" |
Definition at line 26 of file anaCaloFilter.C.
Referenced by CreateChain().
TString kTreeName = "esdTree" |
Definition at line 34 of file anaCaloFilter.C.
Referenced by anaCaloFilter(), and CreateChain().
Bool_t kUsePhysSel = kTRUE |
Definition at line 35 of file anaCaloFilter.C.
Referenced by anaCaloFilter().
char* kXML = "collection.xml" |
Definition at line 30 of file anaCaloFilter.C.
Referenced by CreateChain().