CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Types | Public Member Functions | Protected Attributes
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_
 

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.

4 { }
EcalTPGGroups::~EcalTPGGroups ( )

Definition at line 6 of file EcalTPGGroups.cc.

7 { }

Member Function Documentation

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

Member Data Documentation

EcalTPGGroupsMap EcalTPGGroups::map_
protected

Definition at line 30 of file EcalTPGGroups.h.

Referenced by getMap(), and setValue().