CMS 3D CMS Logo

EcalTPGFineGrainTowerEE.h
Go to the documentation of this file.
1 #ifndef EcalTPGFineGrainTowerEE_h
2 #define EcalTPGFineGrainTowerEE_h
3 
5 
6 #include <map>
7 #include <cstdint>
8 
10 public:
13 
14  // map<stripId, lut>
15  const std::map<uint32_t, uint32_t>& getMap() const { return map_; }
16  void setValue(const uint32_t& id, const uint32_t& lut);
17 
18 private:
19  std::map<uint32_t, uint32_t> map_;
20 
22 };
23 
24 typedef std::map<uint32_t, uint32_t> EcalTPGFineGrainTowerEEMap;
25 typedef std::map<uint32_t, uint32_t>::const_iterator EcalTPGFineGrainTowerEEMapIterator;
26 
27 #endif
std::map< uint32_t, uint32_t >::const_iterator EcalTPGFineGrainTowerEEMapIterator
const std::map< uint32_t, uint32_t > & getMap() const
std::map< uint32_t, uint32_t > map_
void setValue(const uint32_t &id, const uint32_t &lut)
std::map< uint32_t, uint32_t > EcalTPGFineGrainTowerEEMap
#define COND_SERIALIZABLE
Definition: Serializable.h:39