CMS 3D CMS Logo

Public Types | Public Member Functions | Protected Attributes

EcalTPGGroups Class Reference

#include <EcalTPGGroups.h>

Inheritance diagram for EcalTPGGroups:
EcalTPGFineGrainEBGroup EcalTPGLutGroup EcalTPGWeightGroup

List of all members.

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_

Detailed Description

Definition at line 17 of file EcalTPGGroups.h.


Member Typedef Documentation

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

Definition at line 20 of file EcalTPGGroups.h.

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

Definition at line 21 of file EcalTPGGroups.h.


Constructor & Destructor Documentation

EcalTPGGroups::EcalTPGGroups ( )

Definition at line 3 of file EcalTPGGroups.cc.

{ }
EcalTPGGroups::~EcalTPGGroups ( )

Definition at line 6 of file EcalTPGGroups.cc.

{ }

Member Function Documentation

const EcalTPGGroupsMap& EcalTPGGroups::getMap ( ) const [inline]
void EcalTPGGroups::setValue ( const uint32_t &  rawId,
const uint32_t &  ObjectId 
)

Member Data Documentation

Definition at line 30 of file EcalTPGGroups.h.

Referenced by getMap(), and setValue().