![]() |
AliPhysics
e34b7ac (e34b7ac)
|
Configuration analysis task filtering events and calorimeter data into AOD format. More...
Go to the source code of this file.
Functions | |
AliAnalysisTaskCaloFilter * | AddTaskCaloFilter (const Bool_t bias=kTRUE, const Bool_t mc=kFALSE, const Float_t minE=6, const Float_t minN=3, const Float_t vz=10., const Int_t opt=AliAnalysisTaskCaloFilter::kBoth, const Bool_t correct=kFALSE, const Bool_t fillTrack=kTRUE, const Bool_t fillAOD=kTRUE) |
Configuration analysis task filtering events and calorimeter data into AOD format.
The parameters for the analysis are:
bias | bias or not depending on EMCal signal. |
mc | simulation or data. |
minE | at least one cluster in EMCal with this energy. |
minN | at least one cluster in EMCal with this number of cells. |
vz | z vertex cut. |
opt | filter EMCal only, PHOS only or both. |
correct | calibrate the EMCal, remove bad cells ... |
fillTrack | Fill event with hybrid tracks |
fillAOD | Output AOD is filled, not used only for a secondary task analysis at the same time. |
The configuration is EMCal oriented, if PHOS oriented modifications are needed.
Definition in file AddTaskCaloFilter.C.
AliAnalysisTaskCaloFilter* AddTaskCaloFilter | ( | const Bool_t | bias = kTRUE , |
const Bool_t | mc = kFALSE , |
||
const Float_t | minE = 6 , |
||
const Float_t | minN = 3 , |
||
const Float_t | vz = 10. , |
||
const Int_t | opt = AliAnalysisTaskCaloFilter::kBoth , |
||
const Bool_t | correct = kFALSE , |
||
const Bool_t | fillTrack = kTRUE , |
||
const Bool_t | fillAOD = kTRUE |
||
) |
Definition at line 20 of file AddTaskCaloFilter.C.
Referenced by anaCaloFilter().