AliPhysics  8b695ca (8b695ca)
AliEmcalCorrectionCellTimeCalib.h
Go to the documentation of this file.
1 #ifndef AliEmcalCorrectionCellTimeCalib_H
2 #define AliEmcalCorrectionCellTimeCalib_H
3 
5 
26  public:
29 
30  // Sets up and runs the task
33  Bool_t Run();
35 
36 protected:
39 
40 private:
43 
46 
47  // Change to false if experts
49 
52 
53  // Allows the registration of the class so that it is availble to be used by the correction task.
55 
57  ClassDef(AliEmcalCorrectionCellTimeCalib, 1); // EMCal cell time calibration component
59 };
60 
61 #endif /* AliEmcalCorrectionCellTimeCalib_H */
TH1F * fCellTimeDistAfter
! cell energy distribution, after time calibration
TH1F * fCellTimeDistBefore
! cell energy distribution, before time calibration
Bool_t fUseAutomaticTimeCalib
On by default the check in the OADB of the time recalibration.
AliEmcalCorrectionCellTimeCalib & operator=(const AliEmcalCorrectionCellTimeCalib &)
int Int_t
Definition: External.C:63
Bool_t fCalibrateTimeL1Phase
flag cell time calibration with L1phase shift
Base class for correction components in the EMCal correction framework.
Time calibration correction component in the EMCal correction framework.
Bool_t fCalibrateTime
flag cell time calibration
static RegisterCorrectionComponent< AliEmcalCorrectionCellTimeCalib > reg
bool Bool_t
Definition: External.C:53