CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Classes | Public Member Functions | Private Attributes
EcalTPGPhysicsConst Class Reference

#include <EcalTPGPhysicsConst.h>

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.

5 { }
EcalTPGPhysicsConst::~EcalTPGPhysicsConst ( )

Definition at line 7 of file EcalTPGPhysicsConst.cc.

8 { }

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().

25 { return map_; }
std::map< uint32_t, Item > 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().