]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWGLF/totEt/AliAnalysisEtReconstructedEmcal.h
Fixing issue in identifying true photons
[u/mrichter/AliRoot.git] / PWGLF / totEt / AliAnalysisEtReconstructedEmcal.h
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
7 //
8 //*-- Authors: Oystein Djuvsland (Bergen), David Silvermyr (ORNL)
9 //_________________________________________________________________________
10 #include "AliAnalysisEtReconstructed.h"
11
12
13 class AliAnalysisEtReconstructedEmcal : public AliAnalysisEtReconstructed
14 {
15
16 public:
17    
18     AliAnalysisEtReconstructedEmcal();
19     virtual ~AliAnalysisEtReconstructedEmcal();
20
21     virtual void Init();
22
23     void CreateHistograms();
24     
25    protected:
26       
27       virtual bool TrackHitsCalorimeter(AliVParticle *track, Double_t magField);
28  private:
29
30       ClassDef(AliAnalysisEtReconstructedEmcal, 1);
31 };
32
33 #endif // ALIANALYSISETRECONSTRUCTEDEMCAL_H