CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HcalZDCLowGainFraction.h
Go to the documentation of this file.
1 #ifndef HcalZDCLowGainFraction_h
2 #define HcalZDCLowGainFraction_h
3 
11 
12 #include <boost/cstdint.hpp>
13 
15  public:
17 
18  HcalZDCLowGainFraction(unsigned long fid, float value): mId(fid), mValue(value) {}
19 
20  uint32_t rawId() const {return mId;}
21 
22  float getValue() const {return mValue;}
23 
24  private:
25  uint32_t mId;
26  float mValue;
27 
29 };
30 
31 #endif
#define COND_SERIALIZABLE
Definition: Serializable.h:37
list fid
Definition: NewTree.py:51
HcalZDCLowGainFraction(unsigned long fid, float value)