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 | Private Attributes
EcalTPGWeightIdMap Class Reference

#include <EcalTPGWeightIdMap.h>

Public Types

typedef std::map< uint32_t,
EcalTPGWeights
EcalTPGWeightMap
 
typedef std::map< uint32_t,
EcalTPGWeights >
::const_iterator 
EcalTPGWeightMapItr
 

Public Member Functions

 EcalTPGWeightIdMap ()
 
const EcalTPGWeightMapgetMap () const
 
void setValue (const uint32_t &id, const EcalTPGWeights &value)
 
 ~EcalTPGWeightIdMap ()
 

Private Attributes

EcalTPGWeightMap map_
 

Detailed Description

Definition at line 8 of file EcalTPGWeightIdMap.h.

Member Typedef Documentation

Definition at line 11 of file EcalTPGWeightIdMap.h.

typedef std::map<uint32_t, EcalTPGWeights>::const_iterator EcalTPGWeightIdMap::EcalTPGWeightMapItr

Definition at line 12 of file EcalTPGWeightIdMap.h.

Constructor & Destructor Documentation

EcalTPGWeightIdMap::EcalTPGWeightIdMap ( )

Definition at line 3 of file EcalTPGWeightIdMap.cc.

4 { }
EcalTPGWeightIdMap::~EcalTPGWeightIdMap ( )

Definition at line 6 of file EcalTPGWeightIdMap.cc.

7 { }

Member Function Documentation

const EcalTPGWeightMap& EcalTPGWeightIdMap::getMap ( ) const
inline

Definition at line 17 of file EcalTPGWeightIdMap.h.

References map_.

Referenced by EcalTPCondAnalyzer::printWEIGHT().

17 { return map_; }
EcalTPGWeightMap map_
void EcalTPGWeightIdMap::setValue ( const uint32_t &  id,
const EcalTPGWeights value 
)

Member Data Documentation

EcalTPGWeightMap EcalTPGWeightIdMap::map_
private

Definition at line 21 of file EcalTPGWeightIdMap.h.

Referenced by getMap(), and setValue().