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>
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
std::map< uint32_t, EcalTPGWeights >::const_iterator EcalTPGWeightMapItr
std::map< uint32_t, EcalTPGWeights > EcalTPGWeightMap
Definition: value.py:1
void setValue(const uint32_t &id, const EcalTPGWeights &value)
EcalTPGWeightMap map_
const EcalTPGWeightMap & getMap() const
#define COND_SERIALIZABLE
Definition: Serializable.h:39