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
EcalTPGTowerStatus Class Reference

#include <EcalTPGTowerStatus.h>

Public Member Functions

 EcalTPGTowerStatus ()
 
const std::map< uint32_t,
uint16_t > & 
getMap () const
 
void setValue (const uint32_t &id, const uint16_t &val)
 
 ~EcalTPGTowerStatus ()
 

Private Member Functions

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

Private Attributes

std::map< uint32_t, uint16_t > map_
 

Friends

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

Detailed Description

Definition at line 9 of file EcalTPGTowerStatus.h.

Constructor & Destructor Documentation

EcalTPGTowerStatus::EcalTPGTowerStatus ( )

Definition at line 4 of file EcalTPGTowerStatus.cc.

5 { }
EcalTPGTowerStatus::~EcalTPGTowerStatus ( )

Definition at line 7 of file EcalTPGTowerStatus.cc.

8 { }

Member Function Documentation

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

Definition at line 16 of file EcalTPGTowerStatus.h.

References map_.

Referenced by EcalTPGTowerStatusXMLTranslator::dumpXML(), and EcalTPGTowerStatusXMLTranslator::plot().

16 { return map_; }
std::map< uint32_t, uint16_t > map_
template<class Archive >
void EcalTPGTowerStatus::serialize ( Archive &  ar,
const unsigned int  version 
)
private
void EcalTPGTowerStatus::setValue ( const uint32_t &  id,
const uint16_t &  val 
)

Friends And Related Function Documentation

friend class boost::serialization::access
friend

Definition at line 23 of file EcalTPGTowerStatus.h.

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

Definition at line 23 of file EcalTPGTowerStatus.h.

Member Data Documentation

std::map<uint32_t, uint16_t> EcalTPGTowerStatus::map_
private

Definition at line 20 of file EcalTPGTowerStatus.h.

Referenced by getMap(), and setValue().