CMS 3D CMS Logo

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