CMS 3D CMS Logo

List of all members | Public Types | Public Member Functions | Private Member Functions | Private Attributes | Friends
EcalTPGLutIdMap Class Reference

#include <EcalTPGLutIdMap.h>

Public Types

typedef std::map< uint32_t, EcalTPGLutEcalTPGLutMap
 
typedef std::map< uint32_t, EcalTPGLut >::const_iterator EcalTPGLutMapItr
 

Public Member Functions

 EcalTPGLutIdMap ()
 
const EcalTPGLutMapgetMap () const
 
void setValue (const uint32_t &id, const EcalTPGLut &value)
 
 ~EcalTPGLutIdMap ()
 

Private Member Functions

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

Private Attributes

EcalTPGLutMap map_
 

Friends

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

Detailed Description

Definition at line 10 of file EcalTPGLutIdMap.h.

Member Typedef Documentation

◆ EcalTPGLutMap

typedef std::map<uint32_t, EcalTPGLut> EcalTPGLutIdMap::EcalTPGLutMap

Definition at line 12 of file EcalTPGLutIdMap.h.

◆ EcalTPGLutMapItr

typedef std::map<uint32_t, EcalTPGLut>::const_iterator EcalTPGLutIdMap::EcalTPGLutMapItr

Definition at line 13 of file EcalTPGLutIdMap.h.

Constructor & Destructor Documentation

◆ EcalTPGLutIdMap()

EcalTPGLutIdMap::EcalTPGLutIdMap ( )

Definition at line 3 of file EcalTPGLutIdMap.cc.

3 {}

◆ ~EcalTPGLutIdMap()

EcalTPGLutIdMap::~EcalTPGLutIdMap ( )

Definition at line 5 of file EcalTPGLutIdMap.cc.

5 {}

Member Function Documentation

◆ getMap()

const EcalTPGLutMap& EcalTPGLutIdMap::getMap ( ) const
inline

◆ serialize()

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

◆ setValue()

void EcalTPGLutIdMap::setValue ( const uint32_t &  id,
const EcalTPGLut value 
)

Friends And Related Function Documentation

◆ boost::serialization::access

friend class boost::serialization::access
friend

Definition at line 24 of file EcalTPGLutIdMap.h.

◆ cond::serialization::access

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

Definition at line 24 of file EcalTPGLutIdMap.h.

Member Data Documentation

◆ map_

EcalTPGLutMap EcalTPGLutIdMap::map_
private

Definition at line 22 of file EcalTPGLutIdMap.h.

Referenced by getMap(), and setValue().