CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EcalTPGWeightIdMap.h
Go to the documentation of this file.
1 #ifndef EcalTPGWeightIdMap_h
2 #define EcalTPGWeightIdMap_h
3 
4 #include <map>
5 #include <boost/cstdint.hpp>
7 
9 {
10  public:
11  typedef std::map<uint32_t, EcalTPGWeights> EcalTPGWeightMap ;
12  typedef std::map<uint32_t, EcalTPGWeights>::const_iterator EcalTPGWeightMapItr ;
13 
16 
17  const EcalTPGWeightMap & getMap() const { return map_; }
18  void setValue(const uint32_t & id, const EcalTPGWeights & value) ;
19 
20  private:
22 
23 };
24 
25 #endif
std::map< uint32_t, EcalTPGWeights >::const_iterator EcalTPGWeightMapItr
const EcalTPGWeightMap & getMap() const
std::map< uint32_t, EcalTPGWeights > EcalTPGWeightMap
void setValue(const uint32_t &id, const EcalTPGWeights &value)
EcalTPGWeightMap map_