![]() |
AliPhysics
31210d0 (31210d0)
|
Configuration analysis task filtering events and calorimeter data into AOD format. More...
#include <TString.h>
#include <TROOT.h>
#include "AliAnalysisTaskCaloFilter.h"
#include "AliAnalysisManager.h"
#include "AliInputEventHandler.h"
#include "AliEMCALRecoUtils.h"
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 Int_t minN=3, const Float_t vz=10., const Int_t opt=0, const Bool_t correct=kFALSE, const Bool_t fillTrack=kFALSE, const Bool_t fillAOD=kTRUE) |
Configuration analysis task filtering events and calorimeter data into AOD format.
The configuration is EMCal oriented, if PHOS oriented modifications are needed. Events filtered with at least EMCal or PHOS clusters/cells are stored in a new AOD file. Optionally tracks and other event info can be stored. Event selection depending on EMCal/PHOS/TPC info can be set.
Definition in file AddTaskCaloFilter.C.
AliAnalysisTaskCaloFilter* AddTaskCaloFilter | ( | const Bool_t | bias = kTRUE , |
const Bool_t | mc = kFALSE , |
||
const Float_t | minE = 6. , |
||
const Int_t | minN = 3 , |
||
const Float_t | vz = 10. , |
||
const Int_t | opt = 0 , |
||
const Bool_t | correct = kFALSE , |
||
const Bool_t | fillTrack = kFALSE , |
||
const Bool_t | fillAOD = kTRUE |
||
) |
Main method calling all the configuration
The parameters passed to 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. |
Definition at line 42 of file AddTaskCaloFilter.C.
Referenced by anaCaloFilter().