]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWGLF/totEt/AliAnalysisEtReconstructedEmcal.h
Merge branch 'feature-movesplit'
[u/mrichter/AliRoot.git] / PWGLF / 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();
2aab9269 22
23 void CreateHistograms();
2fbf38ac 24
25 protected:
26
27 virtual bool TrackHitsCalorimeter(AliVParticle *track, Double_t magField);
d3ce32b8 28
29
31c813d5 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
16abb579 31 private:
32
33 ClassDef(AliAnalysisEtReconstructedEmcal, 1);
2fbf38ac 34};
35
36#endif // ALIANALYSISETRECONSTRUCTEDEMCAL_H