CMS 3D CMS Logo

CastorSaturationCorr.h
Go to the documentation of this file.
1 #ifndef CastorSaturationCorr_h
2 #define CastorSaturationCorr_h
3 
11 
12 #include <boost/cstdint.hpp>
13 
15  public:
17 
18  CastorSaturationCorr(unsigned long fId, float fSatCorr):
19  mId(fId), mSatCorr(fSatCorr) {}
20 
21  uint32_t rawId () const {return mId;}
22 
23  float getValue() const {return mSatCorr;}
24 
25  private:
26  uint32_t mId;
27  float mSatCorr;
28 
30 };
31 
32 #endif
uint32_t rawId() const
CastorSaturationCorr(unsigned long fId, float fSatCorr)
#define COND_SERIALIZABLE
Definition: Serializable.h:38