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