CMS 3D CMS Logo

EcalTPGGroups Class Reference

#include <CondFormats/EcalObjects/interface/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.

00004 { }

EcalTPGGroups::~EcalTPGGroups (  ) 

Definition at line 6 of file EcalTPGGroups.cc.

00007 { }


Member Function Documentation

const EcalTPGGroupsMap& EcalTPGGroups::getMap (  )  const [inline]

Definition at line 26 of file EcalTPGGroups.h.

References map_.

Referenced by EcalTPGScale::getLinearizedTPG(), EcalFEtoDigi::getLUT(), EcalTPGScale::getTPGInADC(), EcalTPCondAnalyzer::printSTRIP(), EcalTPCondAnalyzer::printTOWEREB(), and EcalTPCondAnalyzer::printTOWEREE().

00026 { return map_; }

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

Definition at line 9 of file EcalTPGGroups.cc.

References map_.

00010 { 
00011   map_[rawId] = ObjectId ;
00012 }


Member Data Documentation

EcalTPGGroupsMap EcalTPGGroups::map_ [protected]

Definition at line 30 of file EcalTPGGroups.h.

Referenced by getMap(), and setValue().


The documentation for this class was generated from the following files:
Generated on Tue Jun 9 18:19:58 2009 for CMSSW by  doxygen 1.5.4