AliPhysics  ba8894a (ba8894a)
AliEmcalCorrectionCellBadChannel.h
Go to the documentation of this file.
1 #ifndef ALIEMCALCORRECTIONCELLBADCHANNEL_H
2 #define ALIEMCALCORRECTIONCELLBADCHANNEL_H
3 
5 
26  public:
29 
30  // Sets up and runs the task
33  Bool_t Run();
35 
36 protected:
39 
40 private:
41 
44 
45  // Allows the registration of the class so that it is availble to be used by the correction task.
47 
49  ClassDef(AliEmcalCorrectionCellBadChannel, 1); // EMCal cell bad channel correction component
51 };
52 
53 #endif /* ALIEMCALCORRECTIONCELLBADCHANNEL_H */
Base class for correction components in the EMCal correction framework.
TH1F * fCellEnergyDistBefore
! cell energy distribution, before bad channel correction
static RegisterCorrectionComponent< AliEmcalCorrectionCellBadChannel > reg
TH1F * fCellEnergyDistAfter
! cell energy distribution, after bad channel correction
AliEmcalCorrectionCellBadChannel & operator=(const AliEmcalCorrectionCellBadChannel &)
Bad channel correction component in the EMCal correction framework.
bool Bool_t
Definition: External.C:53