CMS 3D CMS Logo

EcalTPGPhysicsConst Class Reference

#include <CondFormats/EcalObjects/interface/EcalTPGPhysicsConst.h>

List of all members.

Public Member Functions

 EcalTPGPhysicsConst ()
const std::map< uint32_t, Item > & getMap () const
void setValue (const uint32_t &id, const Item &value)
 ~EcalTPGPhysicsConst ()

Private Attributes

std::map< uint32_t, Itemmap_

Classes

struct  Item


Detailed Description

Definition at line 7 of file EcalTPGPhysicsConst.h.


Constructor & Destructor Documentation

EcalTPGPhysicsConst::EcalTPGPhysicsConst (  ) 

Definition at line 4 of file EcalTPGPhysicsConst.cc.

00005 { }

EcalTPGPhysicsConst::~EcalTPGPhysicsConst (  ) 

Definition at line 7 of file EcalTPGPhysicsConst.cc.

00008 { }


Member Function Documentation

const std::map<uint32_t, Item>& EcalTPGPhysicsConst::getMap (  )  const [inline]

Definition at line 25 of file EcalTPGPhysicsConst.h.

References map_.

Referenced by EcalTPGScale::getTPGInADC(), EcalTPGScale::getTPGInGeV(), and EcalTPCondAnalyzer::printEcalTPGPhysicsConst().

00025 { return map_; }

void EcalTPGPhysicsConst::setValue ( const uint32_t &  id,
const Item value 
)

Definition at line 10 of file EcalTPGPhysicsConst.cc.

References map_.

00011 {
00012   map_[id] = value ;
00013 }


Member Data Documentation

std::map<uint32_t, Item> EcalTPGPhysicsConst::map_ [private]

Definition at line 29 of file EcalTPGPhysicsConst.h.

Referenced by getMap(), and setValue().


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