CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_6/src/CalibCalorimetry/HcalAlgos/interface/HcalTimeSlew.h

Go to the documentation of this file.
00001 #ifndef CALIBCALORIMETRY_HCALALGOS_HCALTIMESLEW_H
00002 #define CALIBCALORIMETRY_HCALALGOS_HCALTIMESLEW_H 1
00003 
00004 
00019 class HcalTimeSlew {
00020 public:
00021   enum BiasSetting { Slow=0, Medium=1, Fast=2 };
00022 
00026   static double delay(double fC, BiasSetting bias=Medium);
00027 };
00028 
00029 #endif