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

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

Definition at line 13 of file EcalTPGLutIdMap.h.

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

Definition at line 14 of file EcalTPGLutIdMap.h.

Constructor & Destructor Documentation

EcalTPGLutIdMap::EcalTPGLutIdMap ( )

Definition at line 3 of file EcalTPGLutIdMap.cc.

4 { }
EcalTPGLutIdMap::~EcalTPGLutIdMap ( )

Definition at line 6 of file EcalTPGLutIdMap.cc.

7 { }

Member Function Documentation

const EcalTPGLutMap& EcalTPGLutIdMap::getMap ( ) const
inline
template<class Archive >
void EcalTPGLutIdMap::serialize ( Archive &  ar,
const unsigned int  version 
)
private
void EcalTPGLutIdMap::setValue ( const uint32_t &  id,
const EcalTPGLut value 
)

Friends And Related Function Documentation

friend class boost::serialization::access
friend

Definition at line 26 of file EcalTPGLutIdMap.h.

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

Definition at line 26 of file EcalTPGLutIdMap.h.

Member Data Documentation

EcalTPGLutMap EcalTPGLutIdMap::map_
private

Definition at line 23 of file EcalTPGLutIdMap.h.

Referenced by getMap(), and setValue().