CMS 3D CMS Logo

EcalTPGLutIdMap.h
Go to the documentation of this file.
1 #ifndef EcalTPGLutIdMap_h
2 #define EcalTPGLutIdMap_h
3 
5 
6 #include <map>
8 #include <cstdint>
9 
11 public:
12  typedef std::map<uint32_t, EcalTPGLut> EcalTPGLutMap;
13  typedef std::map<uint32_t, EcalTPGLut>::const_iterator EcalTPGLutMapItr;
14 
17 
18  const EcalTPGLutMap& getMap() const { return map_; }
19  void setValue(const uint32_t& id, const EcalTPGLut& value);
20 
21 private:
23 
25 };
26 
27 #endif
const EcalTPGLutMap & getMap() const
EcalTPGLutMap map_
Definition: value.py:1
void setValue(const uint32_t &id, const EcalTPGLut &value)
#define COND_SERIALIZABLE
Definition: Serializable.h:39
std::map< uint32_t, EcalTPGLut > EcalTPGLutMap
std::map< uint32_t, EcalTPGLut >::const_iterator EcalTPGLutMapItr