]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWG4/totEt/AliAnalysisEtMonteCarloEmcal.h
bugfix: the AliHLTOUTTask supposed to receive the output of an HLT reconstruction...
[u/mrichter/AliRoot.git] / PWG4 / totEt / AliAnalysisEtMonteCarloEmcal.h
1 #ifndef ALIANALYSISETMONTECARLOEMCAL_H
2 #define ALIANALYSISETMONTECARLOEMCAL_H
3 //_________________________________________________________________________
4 //  Utility Class for transverse energy studies
5 //  Base class for MC analysis, for EMCAL
6 //  - MC output
7 //
8 //*-- Authors: Oystein Djuvsland (Bergen), David Silvermyr (ORNL)
9 //_________________________________________________________________________
10 #include "AliAnalysisEtMonteCarlo.h"
11
12
13 class AliAnalysisEtMonteCarloEmcal : public AliAnalysisEtMonteCarlo
14 {
15
16 public:
17    
18     AliAnalysisEtMonteCarloEmcal();
19     virtual ~AliAnalysisEtMonteCarloEmcal();
20
21     virtual void Init();
22
23  private:
24
25     ClassDef(AliAnalysisEtMonteCarloEmcal, 1);
26 };
27
28 #endif // ALIANALYSISETRECONSTRUCTEDEMCAL_H