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 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 19 of file EcalTPGGroups.h.

Member Typedef Documentation

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

Definition at line 22 of file EcalTPGGroups.h.

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

Definition at line 23 of file EcalTPGGroups.h.

Constructor & Destructor Documentation

EcalTPGGroups::EcalTPGGroups ( )

Definition at line 3 of file EcalTPGGroups.cc.

4 { }
EcalTPGGroups::~EcalTPGGroups ( )

Definition at line 6 of file EcalTPGGroups.cc.

7 { }

Member Function Documentation

const EcalTPGGroupsMap& EcalTPGGroups::getMap ( ) const
inline
template<class Archive >
void EcalTPGGroups::serialize ( Archive &  ar,
const unsigned int  version 
)
private
void EcalTPGGroups::setValue ( const uint32_t &  rawId,
const uint32_t &  ObjectId 
)

Friends And Related Function Documentation

friend class boost::serialization::access
friend

Definition at line 35 of file EcalTPGGroups.h.

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

Definition at line 35 of file EcalTPGGroups.h.

Member Data Documentation

EcalTPGGroupsMap EcalTPGGroups::map_
protected

Definition at line 32 of file EcalTPGGroups.h.

Referenced by getMap(), and setValue().