CMS 3D CMS Logo

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