FairRoot/PandaRoot
PndEmcDummyCrystalCalibrator.h
Go to the documentation of this file.
1 #ifndef PNDEMCDUMMYCRYSTALCALIBRATOR_HH
2 #define PNDEMCDUMMYCRYSTALCALIBRATOR_HH
3 
4 //---------------------------------------------------------
5 // Description:
6 // Dummy Calibrator for Emc Crystals.
7 //
8 // Christian Hammann
9 // 31.7.2012
10 
11 //---------------------------------------------------------
12 
14 
21  public:
24  virtual CalibrationStatus_t Calibrate(Double_t &Energy, Long_t detId, Int_t SignalNr=1);
25  private:
27 };
28 #endif
Dummy Calibrator for Emc Crystals.
Double_t
ClassDef(PndEmcDummyCrystalCalibrator, 1)
virtual CalibrationStatus_t Calibrate(Double_t &Energy, Long_t detId, Int_t SignalNr=1)
Apply CrystalCalibration to Energy of Crystal derId.
Abstract interface for a emc calibrator.