CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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,
EcalTPGLut
EcalTPGLutMap
 
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 12 of file EcalTPGLutIdMap.h.

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

Definition at line 13 of file EcalTPGLutIdMap.h.

Constructor & Destructor Documentation

EcalTPGLutIdMap::EcalTPGLutIdMap ( )

Definition at line 3 of file EcalTPGLutIdMap.cc.

3 {}
EcalTPGLutIdMap::~EcalTPGLutIdMap ( )

Definition at line 5 of file EcalTPGLutIdMap.cc.

5 {}

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 
)

Definition at line 7 of file EcalTPGLutIdMap.cc.

References gpuClustering::id, map_, and relativeConstraints::value.

Referenced by popcon::EcalTPGLutIdMapHandler::getNewObjects().

7 { map_[id] = value; }
EcalTPGLutMap map_
uint16_t *__restrict__ id

Friends And Related Function Documentation

friend class boost::serialization::access
friend

Definition at line 24 of file EcalTPGLutIdMap.h.

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

Definition at line 24 of file EcalTPGLutIdMap.h.

Member Data Documentation

EcalTPGLutMap EcalTPGLutIdMap::map_
private

Definition at line 22 of file EcalTPGLutIdMap.h.

Referenced by getMap(), and setValue().