CMS 3D CMS Logo

EcalTPGSlidingWindow.h
Go to the documentation of this file.
1 #ifndef EcalTPGSlidingWindow_h
2 #define EcalTPGSlidingWindow_h
3 
5 
6 #include <map>
7 #include <cstdint>
8 
10 public:
13 
14  const std::map<uint32_t, uint32_t>& getMap() const { return map_; }
15  void setValue(const uint32_t& id, const uint32_t& value);
16 
17 private:
18  std::map<uint32_t, uint32_t> map_;
19 
21 };
22 
23 typedef std::map<uint32_t, uint32_t> EcalTPGSlidingWindowMap;
24 typedef std::map<uint32_t, uint32_t>::const_iterator EcalTPGSlidingWindowMapIterator;
25 
26 #endif
const std::map< uint32_t, uint32_t > & getMap() const
std::map< uint32_t, uint32_t > EcalTPGSlidingWindowMap
std::map< uint32_t, uint32_t > map_
Definition: value.py:1
void setValue(const uint32_t &id, const uint32_t &value)
#define COND_SERIALIZABLE
Definition: Serializable.h:39
std::map< uint32_t, uint32_t >::const_iterator EcalTPGSlidingWindowMapIterator