1 #ifndef ALIANALYSISETRECONSTRUCTEDEMCAL_H
2 #define ALIANALYSISETRECONSTRUCTEDEMCAL_H
3 //_________________________________________________________________________
4 // Utility Class for transverse energy studies
5 // Base class for ESD analysis, for EMCAL
6 // - reconstruction output
8 //*-- Authors: Oystein Djuvsland (Bergen), David Silvermyr (ORNL)
9 //_________________________________________________________________________
10 #include "AliAnalysisEtReconstructed.h"
13 class AliAnalysisEtReconstructedEmcal : public AliAnalysisEtReconstructed
18 AliAnalysisEtReconstructedEmcal();
19 virtual ~AliAnalysisEtReconstructedEmcal();
23 void CreateHistograms();
27 virtual bool TrackHitsCalorimeter(AliVParticle *track, Double_t magField);
30 virtual Double_t GetCorrectionModification(const AliESDCaloCluster& cluster,Int_t nonLinCorr, Int_t effCorr, Int_t cent);//nonLinCorr 0 = nominal 1 = high -1 = low, effCorr 0 = nominal 1 = high -1 = low
33 ClassDef(AliAnalysisEtReconstructedEmcal, 1);
36 #endif // ALIANALYSISETRECONSTRUCTEDEMCAL_H