]> git.uio.no Git - u/mrichter/AliRoot.git/blame_incremental - PWGLF/totEt/AliAnalysisEtReconstructedEmcal.h
Merge branch 'feature-movesplit'
[u/mrichter/AliRoot.git] / PWGLF / totEt / AliAnalysisEtReconstructedEmcal.h
... / ...
CommitLineData
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
13class AliAnalysisEtReconstructedEmcal : public AliAnalysisEtReconstructed
14{
15
16public:
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
29
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
31 private:
32
33 ClassDef(AliAnalysisEtReconstructedEmcal, 1);
34};
35
36#endif // ALIANALYSISETRECONSTRUCTEDEMCAL_H