CMS 3D CMS Logo

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

#include <EcalTPGGroups.h>

Inheritance diagram for EcalTPGGroups:
EcalTPGFineGrainEBGroup EcalTPGLutGroup EcalTPGOddWeightGroup EcalTPGWeightGroup

Public Types

typedef std::map< uint32_t, uint32_t > EcalTPGGroupsMap
 
typedef std::map< uint32_t, uint32_t >::const_iterator EcalTPGGroupsMapItr
 

Public Member Functions

 EcalTPGGroups ()
 
const EcalTPGGroupsMapgetMap () const
 
void setValue (const uint32_t &rawId, const uint32_t &ObjectId)
 
 ~EcalTPGGroups ()
 

Protected Attributes

EcalTPGGroupsMap map_
 

Private Member Functions

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

Friends

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

Detailed Description

Definition at line 17 of file EcalTPGGroups.h.

Member Typedef Documentation

◆ EcalTPGGroupsMap

typedef std::map<uint32_t, uint32_t> EcalTPGGroups::EcalTPGGroupsMap

Definition at line 19 of file EcalTPGGroups.h.

◆ EcalTPGGroupsMapItr

typedef std::map<uint32_t, uint32_t>::const_iterator EcalTPGGroups::EcalTPGGroupsMapItr

Definition at line 20 of file EcalTPGGroups.h.

Constructor & Destructor Documentation

◆ EcalTPGGroups()

EcalTPGGroups::EcalTPGGroups ( )

Definition at line 3 of file EcalTPGGroups.cc.

3 {}

◆ ~EcalTPGGroups()

EcalTPGGroups::~EcalTPGGroups ( )

Definition at line 5 of file EcalTPGGroups.cc.

5 {}

Member Function Documentation

◆ getMap()

const EcalTPGGroupsMap& EcalTPGGroups::getMap ( ) const
inline

◆ serialize()

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

◆ setValue()

void EcalTPGGroups::setValue ( const uint32_t &  rawId,
const uint32_t &  ObjectId 
)

Friends And Related Function Documentation

◆ boost::serialization::access

friend class boost::serialization::access
friend

Definition at line 31 of file EcalTPGGroups.h.

◆ cond::serialization::access

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

Definition at line 31 of file EcalTPGGroups.h.

Member Data Documentation

◆ map_

EcalTPGGroupsMap EcalTPGGroups::map_
protected

Definition at line 29 of file EcalTPGGroups.h.

Referenced by getMap(), and setValue().

EcalTPGGroups::map_
EcalTPGGroupsMap map_
Definition: EcalTPGGroups.h:29