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

Definition at line 13 of file EcalTPGWeightIdMap.h.

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

Definition at line 14 of file EcalTPGWeightIdMap.h.

Constructor & Destructor Documentation

EcalTPGWeightIdMap::EcalTPGWeightIdMap ( )

Definition at line 3 of file EcalTPGWeightIdMap.cc.

4 { }
EcalTPGWeightIdMap::~EcalTPGWeightIdMap ( )

Definition at line 6 of file EcalTPGWeightIdMap.cc.

7 { }

Member Function Documentation

const EcalTPGWeightMap& EcalTPGWeightIdMap::getMap ( ) const
inline

Definition at line 19 of file EcalTPGWeightIdMap.h.

References map_, and setValue().

Referenced by EcalTPCondAnalyzer::printWEIGHT().

19 { return map_; }
EcalTPGWeightMap map_
template<class Archive >
void EcalTPGWeightIdMap::serialize ( Archive &  ar,
const unsigned int  version 
)
private
void EcalTPGWeightIdMap::setValue ( const uint32_t &  id,
const EcalTPGWeights value 
)

Friends And Related Function Documentation

friend class boost::serialization::access
friend

Definition at line 26 of file EcalTPGWeightIdMap.h.

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

Definition at line 26 of file EcalTPGWeightIdMap.h.

Member Data Documentation

EcalTPGWeightMap EcalTPGWeightIdMap::map_
private

Definition at line 23 of file EcalTPGWeightIdMap.h.

Referenced by getMap(), and setValue().