00001 #ifndef CALIBCALORIMETRY_CASTORCALIB_CASTORTIMESLEW_H 00002 #define CALIBCALORIMETRY_CASTORCALIB_CASTORTIMESLEW_H 1 00003 00004 00018 class CastorTimeSlew { 00019 public: 00020 enum BiasSetting { Slow=0, Medium=1, Fast=2 }; 00021 00025 static double delay(double fC, BiasSetting bias=Medium); 00026 }; 00027 00028 #endif