CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Private Attributes
EcalTPGSlidingWindow Class Reference

#include <EcalTPGSlidingWindow.h>

Public Member Functions

 EcalTPGSlidingWindow ()
 
const std::map< uint32_t,
uint32_t > & 
getMap () const
 
void setValue (const uint32_t &id, const uint32_t &value)
 
 ~EcalTPGSlidingWindow ()
 

Private Attributes

 COND_SERIALIZABLE
 
std::map< uint32_t, uint32_t > map_
 

Detailed Description

Definition at line 9 of file EcalTPGSlidingWindow.h.

Constructor & Destructor Documentation

EcalTPGSlidingWindow::EcalTPGSlidingWindow ( )

Definition at line 4 of file EcalTPGSlidingWindow.cc.

5 { }
EcalTPGSlidingWindow::~EcalTPGSlidingWindow ( )

Definition at line 7 of file EcalTPGSlidingWindow.cc.

8 { }

Member Function Documentation

const std::map<uint32_t, uint32_t>& EcalTPGSlidingWindow::getMap ( ) const
inline

Definition at line 15 of file EcalTPGSlidingWindow.h.

References map_.

15 { return map_; }
std::map< uint32_t, uint32_t > map_
void EcalTPGSlidingWindow::setValue ( const uint32_t &  id,
const uint32_t &  value 
)

Member Data Documentation

EcalTPGSlidingWindow::COND_SERIALIZABLE
private

Definition at line 22 of file EcalTPGSlidingWindow.h.

std::map<uint32_t, uint32_t> EcalTPGSlidingWindow::map_
private

Definition at line 19 of file EcalTPGSlidingWindow.h.

Referenced by getMap(), and setValue().