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 
4 #include <map>
5 #include <boost/cstdint.hpp>
6 
8 {
9  public:
12 
13  // map<stripId, lut>
14  const std::map<uint32_t, uint32_t> & getMap() const { return map_; }
15  void setValue(const uint32_t & id, const uint32_t & lut) ;
16 
17  private:
18  std::map<uint32_t, uint32_t> map_ ;
19 
20 };
21 
22 typedef std::map<uint32_t, uint32_t> EcalTPGFineGrainTowerEEMap;
23 typedef std::map<uint32_t, uint32_t>::const_iterator EcalTPGFineGrainTowerEEMapIterator;
24 
25 #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