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
EcalTPGOddWeightIdMap Class Reference

#include <EcalTPGOddWeightIdMap.h>

Public Types

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

Public Member Functions

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

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 EcalTPGOddWeightIdMap.h.

Member Typedef Documentation

Definition at line 12 of file EcalTPGOddWeightIdMap.h.

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

Definition at line 13 of file EcalTPGOddWeightIdMap.h.

Constructor & Destructor Documentation

EcalTPGOddWeightIdMap::EcalTPGOddWeightIdMap ( )

Definition at line 3 of file EcalTPGOddWeightIdMap.cc.

3 {}
EcalTPGOddWeightIdMap::~EcalTPGOddWeightIdMap ( )

Definition at line 5 of file EcalTPGOddWeightIdMap.cc.

5 {}

Member Function Documentation

const EcalTPGWeightMap& EcalTPGOddWeightIdMap::getMap ( ) const
inline

Definition at line 18 of file EcalTPGOddWeightIdMap.h.

References map_.

Referenced by EcalFenixOddAmplitudeFilter::setParameters().

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

Friends And Related Function Documentation

friend class boost::serialization::access
friend

Definition at line 24 of file EcalTPGOddWeightIdMap.h.

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

Definition at line 24 of file EcalTPGOddWeightIdMap.h.

Member Data Documentation

EcalTPGWeightMap EcalTPGOddWeightIdMap::map_
private

Definition at line 22 of file EcalTPGOddWeightIdMap.h.

Referenced by getMap(), and setValue().