CMS 3D CMS Logo

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

#include <EcalEBPhase2TPGTimeWeightIdMap.h>

Public Types

typedef std::map< uint32_t, EcalEBPhase2TPGTimeWeightsEcalEBPhase2TPGTimeWeightMap
 
typedef std::map< uint32_t, EcalEBPhase2TPGTimeWeights >::const_iterator EcalEBPhase2TPGTimeWeightMapItr
 

Public Member Functions

 EcalEBPhase2TPGTimeWeightIdMap ()
 
const EcalEBPhase2TPGTimeWeightMapgetMap () const
 
void setValue (const uint32_t &id, const EcalEBPhase2TPGTimeWeights &value)
 
 ~EcalEBPhase2TPGTimeWeightIdMap ()
 

Private Member Functions

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

Private Attributes

EcalEBPhase2TPGTimeWeightMap map_
 

Friends

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

Detailed Description

Definition at line 10 of file EcalEBPhase2TPGTimeWeightIdMap.h.

Member Typedef Documentation

◆ EcalEBPhase2TPGTimeWeightMap

Definition at line 12 of file EcalEBPhase2TPGTimeWeightIdMap.h.

◆ EcalEBPhase2TPGTimeWeightMapItr

Definition at line 13 of file EcalEBPhase2TPGTimeWeightIdMap.h.

Constructor & Destructor Documentation

◆ EcalEBPhase2TPGTimeWeightIdMap()

EcalEBPhase2TPGTimeWeightIdMap::EcalEBPhase2TPGTimeWeightIdMap ( )
inline

Definition at line 15 of file EcalEBPhase2TPGTimeWeightIdMap.h.

15 {}

◆ ~EcalEBPhase2TPGTimeWeightIdMap()

EcalEBPhase2TPGTimeWeightIdMap::~EcalEBPhase2TPGTimeWeightIdMap ( )
inline

Definition at line 16 of file EcalEBPhase2TPGTimeWeightIdMap.h.

16 {}

Member Function Documentation

◆ getMap()

const EcalEBPhase2TPGTimeWeightMap& EcalEBPhase2TPGTimeWeightIdMap::getMap ( ) const
inline

Definition at line 18 of file EcalEBPhase2TPGTimeWeightIdMap.h.

References map_.

Referenced by EcalEBPhase2TimeReconstructor::setParameters().

18 { return map_; }

◆ serialize()

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

◆ setValue()

void EcalEBPhase2TPGTimeWeightIdMap::setValue ( const uint32_t &  id,
const EcalEBPhase2TPGTimeWeights value 
)

Friends And Related Function Documentation

◆ boost::serialization::access

friend class boost::serialization::access
friend

Definition at line 24 of file EcalEBPhase2TPGTimeWeightIdMap.h.

◆ cond::serialization::access

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

Definition at line 24 of file EcalEBPhase2TPGTimeWeightIdMap.h.

Member Data Documentation

◆ map_

EcalEBPhase2TPGTimeWeightMap EcalEBPhase2TPGTimeWeightIdMap::map_
private

Definition at line 22 of file EcalEBPhase2TPGTimeWeightIdMap.h.

Referenced by getMap(), and setValue().