CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HcalTDCParameters.h
Go to the documentation of this file.
1 #ifndef HcalSimAlgos_HcalTDCParameters_h
2 #define HcalSimAlgos_HcalTDCParameters_h
3 
5 
6 public:
8 
9  int nbits() const {return nbits_;}
10  int nbins() const {return nbins_;}
11  float deltaT() const {return 25./nbins();}
12 
13  int alreadyTransitionCode() const { return 62; }
14  int noTransitionCode() const { return 63; }
15  int unlockedCode() const { return 61; }
16 
17 private:
18  int nbits_;
19  int nbins_;
20 };
21 
22 #endif
23 
float deltaT() const
int unlockedCode() const
int noTransitionCode() const
int alreadyTransitionCode() const
int nbits() const