CMS 3D CMS Logo

HcalZDCLowGainFraction.h
Go to the documentation of this file.
1 #ifndef HcalZDCLowGainFraction_h
2 #define HcalZDCLowGainFraction_h
3 
11 #include <cstdint>
12 
14 public:
16 
17  HcalZDCLowGainFraction(unsigned long fid, float value) : mId(fid), mValue(value) {}
18 
19  uint32_t rawId() const { return mId; }
20 
21  float getValue() const { return mValue; }
22 
23 private:
24  uint32_t mId;
25  float mValue;
26 
28 };
29 
30 #endif
Definition: value.py:1
#define COND_SERIALIZABLE
Definition: Serializable.h:39
HcalZDCLowGainFraction(unsigned long fid, float value)