CMS 3D CMS Logo

Classes | Public Member Functions | Private Attributes

EcalTPGPhysicsConst Class Reference

#include <EcalTPGPhysicsConst.h>

List of all members.

Classes

struct  Item

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_

Detailed Description

Definition at line 7 of file EcalTPGPhysicsConst.h.


Constructor & Destructor Documentation

EcalTPGPhysicsConst::EcalTPGPhysicsConst ( )

Definition at line 4 of file EcalTPGPhysicsConst.cc.

{ }
EcalTPGPhysicsConst::~EcalTPGPhysicsConst ( )

Definition at line 7 of file EcalTPGPhysicsConst.cc.

{ }

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 EcalSRCondTools::analyze(), and EcalTPCondAnalyzer::printEcalTPGPhysicsConst().

{ return map_; }
void EcalTPGPhysicsConst::setValue ( const uint32_t &  id,
const Item value 
)

Member Data Documentation

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

Definition at line 29 of file EcalTPGPhysicsConst.h.

Referenced by getMap(), and setValue().