AliPhysics  4646b6b (4646b6b)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
AliEmcalCorrectionCellEnergy.h
Go to the documentation of this file.
1 #ifndef ALIEMCALCORRECTIONCELLENERGY_H
2 #define ALIEMCALCORRECTIONCELLENERGY_H
3 
5 
26  public:
29 
30  // Sets up and runs the task
33  Bool_t Run();
35 
36 protected:
39 
40 private:
43 
44  // Change to false if experts
47 
50 
51  // Allows the registration of the class so that it is availble to be used by the correction task.
53 
55  ClassDef(AliEmcalCorrectionCellEnergy, 1); // EMCal cell energy correction component
57 };
58 
59 #endif /* ALIEMCALCORRECTIONCELLENERGY_H */
Energy calibration correction component in the EMCal correction framework.
TH1F * fCellEnergyDistAfter
! cell energy distribution, after energy calibration
Bool_t fUseAutomaticRunDepRecalib
On by default the check in the OADB of the run dependent energy recalibration.
int Int_t
Definition: External.C:63
Bool_t fUseAutomaticRecalib
On by default the check in the OADB of the energy recalibration.
Base class for correction components in the EMCal correction framework.
static RegisterCorrectionComponent< AliEmcalCorrectionCellEnergy > reg
AliEmcalCorrectionCellEnergy & operator=(const AliEmcalCorrectionCellEnergy &)
TH1F * fCellEnergyDistBefore
! cell energy distribution, before energy calibration
bool Bool_t
Definition: External.C:53