1 #ifndef AliAnalysisTaskEMCALAlig_H 2 #define AliAnalysisTaskEMCALAlig_H 20 class AliEMCALRecoUtils;
24 class AliEMCALGeometry;
79 x_resitual_def = -999;
80 y_resitual_def = -999;
81 z_resitual_def = -999;
82 phi_resitual_def = -999;
83 eta_resitual_def = -999;
89 phi_resitual_e = -999;
90 eta_resitual_e = -999;
92 super_module_number = 99;
94 n_sigma_electron_TPC = -999;
114 x_resitual_def = -999;
115 y_resitual_def = -999;
116 z_resitual_def = -999;
117 phi_resitual_def = -999;
118 eta_resitual_def = -999;
124 phi_resitual_e = -999;
125 eta_resitual_e = -999;
127 super_module_number = 99;
129 n_sigma_electron_TPC = -999;
146 void UserCreateOutputObjects();
ElectronForAlignment fElectronInformation
PID response task used to perform electron identification.
void SetSuffix(TString suff)
AliPIDResponse * fPIDResponse
EMCAL geometry class.
Base task in the EMCAL framework.
Float_t n_sigma_electron_TPC
UShort_t super_module_number
TTree * fElectronTree
Object to hold the electron information.
TString fTreeSuffix
Electron tree output.
AliEMCALGeometry * fEMCALGeo
EMCAL Reco utils used to recalculate the matching.
AliEMCALRecoUtils * fEMCALRecoUtils