CMS 3D CMS Logo

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