AliPhysics  6133e27 (6133e27)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
AliEmcalCorrectionPHOSCorrections.h
Go to the documentation of this file.
1 #ifndef ALIEMCALCORRECTIONPHOSCORRECTIONS_H
2 #define ALIEMCALCORRECTIONPHOSCORRECTIONS_H
3 
5 
6 #include "AliPHOSTenderSupply.h"
7 
19  public:
22 
23  // Sets up and runs the task
26  Bool_t Run();
28 
29  AliPHOSTenderSupply* GetPHOSTenderSupply() {return fPHOSTender;}
30 
31  protected:
32  AliPHOSTenderSupply* fPHOSTender;
35 
36  private:
39 
40  // Allows the registration of the class so that it is availble to be used by the correction task.
42 
44  ClassDef(AliEmcalCorrectionPHOSCorrections, 1); // PHOS correction component
46 };
47 
48 #endif /* ALIEMCALCORRECTIONPHOSCORRECTIONS_H */
static RegisterCorrectionComponent< AliEmcalCorrectionPHOSCorrections > reg
AliPHOSTenderSupply * fPHOSTender
! Pointer to PHOS Tender Supply
Base class for correction components in the EMCal correction framework.
AliEmcalCorrectionPHOSCorrections & operator=(const AliEmcalCorrectionPHOSCorrections &)
Wrapper for PHOS Tender to be executed through the EMCal correction framework.
bool Bool_t
Definition: External.C:53