CMS 3D CMS Logo

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

#include <EcalTPGWeightIdMap.h>

Public Types

typedef std::map< uint32_t, EcalTPGWeightsEcalTPGWeightMap
 
typedef std::map< uint32_t, EcalTPGWeights >::const_iterator EcalTPGWeightMapItr
 

Public Member Functions

 EcalTPGWeightIdMap ()
 
const EcalTPGWeightMapgetMap () const
 
void setValue (const uint32_t &id, const EcalTPGWeights &value)
 
 ~EcalTPGWeightIdMap ()
 

Private Member Functions

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

Private Attributes

EcalTPGWeightMap map_
 

Friends

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

Detailed Description

Definition at line 10 of file EcalTPGWeightIdMap.h.

Member Typedef Documentation

◆ EcalTPGWeightMap

Definition at line 12 of file EcalTPGWeightIdMap.h.

◆ EcalTPGWeightMapItr

typedef std::map<uint32_t, EcalTPGWeights>::const_iterator EcalTPGWeightIdMap::EcalTPGWeightMapItr

Definition at line 13 of file EcalTPGWeightIdMap.h.

Constructor & Destructor Documentation

◆ EcalTPGWeightIdMap()

EcalTPGWeightIdMap::EcalTPGWeightIdMap ( )

Definition at line 3 of file EcalTPGWeightIdMap.cc.

3 {}

◆ ~EcalTPGWeightIdMap()

EcalTPGWeightIdMap::~EcalTPGWeightIdMap ( )

Definition at line 5 of file EcalTPGWeightIdMap.cc.

5 {}

Member Function Documentation

◆ getMap()

const EcalTPGWeightMap& EcalTPGWeightIdMap::getMap ( ) const
inline

◆ serialize()

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

◆ setValue()

void EcalTPGWeightIdMap::setValue ( const uint32_t &  id,
const EcalTPGWeights value 
)

Friends And Related Function Documentation

◆ boost::serialization::access

friend class boost::serialization::access
friend

Definition at line 24 of file EcalTPGWeightIdMap.h.

◆ cond::serialization::access

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

Definition at line 24 of file EcalTPGWeightIdMap.h.

Member Data Documentation

◆ map_

EcalTPGWeightMap EcalTPGWeightIdMap::map_
private

Definition at line 22 of file EcalTPGWeightIdMap.h.

Referenced by getMap(), and setValue().