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 
4 #include <map>
5 #include <boost/cstdint.hpp>
7 
9 {
10  public:
11  typedef std::map<uint32_t, EcalTPGLut> EcalTPGLutMap ;
12  typedef std::map<uint32_t, EcalTPGLut>::const_iterator EcalTPGLutMapItr ;
13 
14  EcalTPGLutIdMap() ;
16 
17  const EcalTPGLutMap & getMap() const { return map_; }
18  void setValue(const uint32_t & id, const EcalTPGLut & value) ;
19 
20  private:
22 
23 };
24 
25 #endif
EcalTPGLutMap map_
const EcalTPGLutMap & getMap() const
void setValue(const uint32_t &id, const EcalTPGLut &value)
std::map< uint32_t, EcalTPGLut > EcalTPGLutMap
std::map< uint32_t, EcalTPGLut >::const_iterator EcalTPGLutMapItr