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  int invalidCode() const { return 60; }
16 
17 private:
18  int nbits_;
19  int nbins_;
20 };
21 
22 #endif
float deltaT() const
int invalidCode() const
int alreadyTransitionCode() const
int unlockedCode() const
int noTransitionCode() const