CMS 3D CMS Logo

EcalTPGWeightIdMap.h
Go to the documentation of this file.
1 #ifndef EcalTPGWeightIdMap_h
2 #define EcalTPGWeightIdMap_h
3 
5 
6 #include <map>
7 #include <boost/cstdint.hpp>
9 
11 {
12  public:
13  typedef std::map<uint32_t, EcalTPGWeights> EcalTPGWeightMap ;
14  typedef std::map<uint32_t, EcalTPGWeights>::const_iterator EcalTPGWeightMapItr ;
15 
18 
19  const EcalTPGWeightMap & getMap() const { return map_; }
20  void setValue(const uint32_t & id, const EcalTPGWeights & value) ;
21 
22  private:
23  EcalTPGWeightMap map_ ;
24 
25 
27 };
28 
29 #endif
std::map< uint32_t, EcalTPGWeights >::const_iterator EcalTPGWeightMapItr
const EcalTPGWeightMap & getMap() const
std::map< uint32_t, EcalTPGWeights > EcalTPGWeightMap
Definition: value.py:1
void setValue(const uint32_t &id, const EcalTPGWeights &value)
EcalTPGWeightMap map_
#define COND_SERIALIZABLE
Definition: Serializable.h:38