]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWG4/totEt/AliAnalysisEtReconstructedEmcal.h
bugfix: the AliHLTOUTTask supposed to receive the output of an HLT reconstruction...
[u/mrichter/AliRoot.git] / PWG4 / totEt / AliAnalysisEtReconstructedEmcal.h
CommitLineData
2fbf38ac 1#ifndef ALIANALYSISETRECONSTRUCTEDEMCAL_H
2#define ALIANALYSISETRECONSTRUCTEDEMCAL_H
cf6522d1 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//_________________________________________________________________________
2fbf38ac 10#include "AliAnalysisEtReconstructed.h"
11
12
13class AliAnalysisEtReconstructedEmcal : public AliAnalysisEtReconstructed
14{
15
16public:
17
18 AliAnalysisEtReconstructedEmcal();
cf6522d1 19 virtual ~AliAnalysisEtReconstructedEmcal();
2fbf38ac 20
21 virtual void Init();
22
23 protected:
24
25 virtual bool TrackHitsCalorimeter(AliVParticle *track, Double_t magField);
16abb579 26 private:
27
28 ClassDef(AliAnalysisEtReconstructedEmcal, 1);
2fbf38ac 29};
30
31#endif // ALIANALYSISETRECONSTRUCTEDEMCAL_H