CMS 3D CMS Logo

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::EcalTPGSlidingWindow ( )

Definition at line 3 of file EcalTPGSlidingWindow.cc.

3 {}

◆ ~EcalTPGSlidingWindow()

EcalTPGSlidingWindow::~EcalTPGSlidingWindow ( )

Definition at line 5 of file EcalTPGSlidingWindow.cc.

5 {}

Member Function Documentation

◆ getMap()

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

◆ serialize()

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

◆ setValue()

void EcalTPGSlidingWindow::setValue ( const uint32_t &  id,
const uint32_t &  value 
)

Friends And Related Function Documentation

◆ boost::serialization::access

friend class boost::serialization::access
friend

Definition at line 20 of file EcalTPGSlidingWindow.h.

◆ cond::serialization::access

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

Definition at line 20 of file EcalTPGSlidingWindow.h.

Member Data Documentation

◆ map_

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

Definition at line 18 of file EcalTPGSlidingWindow.h.

Referenced by getMap(), and setValue().