test
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 Member Functions | Private Attributes | Friends
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 Member Functions

template<class Archive >
void serialize (Archive &ar, const unsigned int version)
 

Private Attributes

std::map< uint32_t, uint32_t > map_
 

Friends

class boost::serialization::access
 
template<typename CondSerializationT , typename Enabled >
struct cond::serialization::access
 

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_
template<class Archive >
void EcalTPGSlidingWindow::serialize ( Archive &  ar,
const unsigned int  version 
)
private
void EcalTPGSlidingWindow::setValue ( const uint32_t &  id,
const uint32_t &  value 
)

Friends And Related Function Documentation

friend class boost::serialization::access
friend

Definition at line 22 of file EcalTPGSlidingWindow.h.

template<typename CondSerializationT , typename Enabled >
friend struct cond::serialization::access
friend

Definition at line 22 of file EcalTPGSlidingWindow.h.

Member Data Documentation

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

Definition at line 19 of file EcalTPGSlidingWindow.h.

Referenced by getMap(), and setValue().