CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EcalTPGLutIdMap.h
Go to the documentation of this file.
1 #ifndef EcalTPGLutIdMap_h
2 #define EcalTPGLutIdMap_h
3 
5 
6 #include <map>
7 #include <boost/cstdint.hpp>
9 
11 {
12  public:
13  typedef std::map<uint32_t, EcalTPGLut> EcalTPGLutMap ;
14  typedef std::map<uint32_t, EcalTPGLut>::const_iterator EcalTPGLutMapItr ;
15 
16  EcalTPGLutIdMap() ;
18 
19  const EcalTPGLutMap & getMap() const { return map_; }
20  void setValue(const uint32_t & id, const EcalTPGLut & value) ;
21 
22  private:
24 
25 
27 };
28 
29 #endif
EcalTPGLutMap map_
const EcalTPGLutMap & getMap() const
void setValue(const uint32_t &id, const EcalTPGLut &value)
#define COND_SERIALIZABLE
Definition: Serializable.h:30
std::map< uint32_t, EcalTPGLut > EcalTPGLutMap
std::map< uint32_t, EcalTPGLut >::const_iterator EcalTPGLutMapItr