CMS 3D CMS Logo

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

#include <EcalEBPhase2TPGAmplWeightIdMap.h>

Public Types

typedef std::map< uint32_t, EcalEBPhase2TPGAmplWeightsEcalEBPhase2TPGAmplWeightMap
 
typedef std::map< uint32_t, EcalEBPhase2TPGAmplWeights >::const_iterator EcalEBPhase2TPGAmplWeightMapItr
 

Public Member Functions

 EcalEBPhase2TPGAmplWeightIdMap ()
 
const EcalEBPhase2TPGAmplWeightMapgetMap () const
 
void setValue (const uint32_t &id, const EcalEBPhase2TPGAmplWeights &value)
 
 ~EcalEBPhase2TPGAmplWeightIdMap ()
 

Private Member Functions

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

Private Attributes

EcalEBPhase2TPGAmplWeightMap map_
 

Friends

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

Detailed Description

Definition at line 10 of file EcalEBPhase2TPGAmplWeightIdMap.h.

Member Typedef Documentation

◆ EcalEBPhase2TPGAmplWeightMap

Definition at line 12 of file EcalEBPhase2TPGAmplWeightIdMap.h.

◆ EcalEBPhase2TPGAmplWeightMapItr

Definition at line 13 of file EcalEBPhase2TPGAmplWeightIdMap.h.

Constructor & Destructor Documentation

◆ EcalEBPhase2TPGAmplWeightIdMap()

EcalEBPhase2TPGAmplWeightIdMap::EcalEBPhase2TPGAmplWeightIdMap ( )
inline

Definition at line 15 of file EcalEBPhase2TPGAmplWeightIdMap.h.

15 {};

◆ ~EcalEBPhase2TPGAmplWeightIdMap()

EcalEBPhase2TPGAmplWeightIdMap::~EcalEBPhase2TPGAmplWeightIdMap ( )
inline

Definition at line 16 of file EcalEBPhase2TPGAmplWeightIdMap.h.

16 {};

Member Function Documentation

◆ getMap()

const EcalEBPhase2TPGAmplWeightMap& EcalEBPhase2TPGAmplWeightIdMap::getMap ( ) const
inline

Definition at line 18 of file EcalEBPhase2TPGAmplWeightIdMap.h.

References map_.

Referenced by EcalEBPhase2AmplitudeReconstructor::setParameters().

18 { return map_; }

◆ serialize()

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

◆ setValue()

void EcalEBPhase2TPGAmplWeightIdMap::setValue ( const uint32_t &  id,
const EcalEBPhase2TPGAmplWeights value 
)

Friends And Related Function Documentation

◆ boost::serialization::access

friend class boost::serialization::access
friend

Definition at line 24 of file EcalEBPhase2TPGAmplWeightIdMap.h.

◆ cond::serialization::access

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

Definition at line 24 of file EcalEBPhase2TPGAmplWeightIdMap.h.

Member Data Documentation

◆ map_

EcalEBPhase2TPGAmplWeightMap EcalEBPhase2TPGAmplWeightIdMap::map_
private

Definition at line 22 of file EcalEBPhase2TPGAmplWeightIdMap.h.

Referenced by getMap(), and setValue().