CMS 3D CMS Logo

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