CMS 3D CMS Logo

HcalTDCParameters.h
Go to the documentation of this file.
1 #ifndef HcalSimAlgos_HcalTDCParameters_h
2 #define HcalSimAlgos_HcalTDCParameters_h
3 
5 public:
7 
8  int nbits() const { return nbits_; }
9  int nbins() const { return nbins_; }
10  float deltaT() const { return 25. / nbins(); }
11 
12  int alreadyTransitionCode() const { return 62; }
13  int noTransitionCode() const { return 63; }
14  int unlockedCode() const { return 61; }
15 
16 private:
17  int nbits_;
18  int nbins_;
19 };
20 
21 #endif
float deltaT() const
int unlockedCode() const
int noTransitionCode() const
int alreadyTransitionCode() const
int nbits() const
int nbins() const