CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EcalTPGFineGrainTowerEE.h
Go to the documentation of this file.
1 #ifndef EcalTPGFineGrainTowerEE_h
2 #define EcalTPGFineGrainTowerEE_h
3 
5 
6 #include <map>
7 #include <boost/cstdint.hpp>
8 
10 {
11  public:
14 
15  // map<stripId, lut>
16  const std::map<uint32_t, uint32_t> & getMap() const { return map_; }
17  void setValue(const uint32_t & id, const uint32_t & lut) ;
18 
19  private:
20  std::map<uint32_t, uint32_t> map_ ;
21 
22 
24 };
25 
26 typedef std::map<uint32_t, uint32_t> EcalTPGFineGrainTowerEEMap;
27 typedef std::map<uint32_t, uint32_t>::const_iterator EcalTPGFineGrainTowerEEMapIterator;
28 
29 #endif
std::map< uint32_t, uint32_t >::const_iterator EcalTPGFineGrainTowerEEMapIterator
std::map< uint32_t, uint32_t > map_
tuple lut
Definition: lumiPlot.py:244
void setValue(const uint32_t &id, const uint32_t &lut)
const std::map< uint32_t, uint32_t > & getMap() const
std::map< uint32_t, uint32_t > EcalTPGFineGrainTowerEEMap
#define COND_SERIALIZABLE
Definition: Serializable.h:37