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 Member Functions | Private Attributes | Friends
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 Member Functions

template<class Archive >
void serialize (Archive &ar, const unsigned int version)
 

Private Attributes

std::map< uint32_t, Itemmap_
 

Friends

class boost::serialization::access
 
template<typename CondSerializationT , typename Enabled >
struct cond::serialization::access
 

Detailed Description

Definition at line 9 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 29 of file EcalTPGPhysicsConst.h.

References map_.

Referenced by EcalSRCondTools::analyze(), and EcalTPCondAnalyzer::printEcalTPGPhysicsConst().

29 { return map_; }
std::map< uint32_t, Item > map_
template<class Archive >
void EcalTPGPhysicsConst::serialize ( Archive &  ar,
const unsigned int  version 
)
private
void EcalTPGPhysicsConst::setValue ( const uint32_t &  id,
const Item value 
)

Friends And Related Function Documentation

friend class boost::serialization::access
friend

Definition at line 36 of file EcalTPGPhysicsConst.h.

template<typename CondSerializationT , typename Enabled >
friend struct cond::serialization::access
friend

Definition at line 36 of file EcalTPGPhysicsConst.h.

Member Data Documentation

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

Definition at line 33 of file EcalTPGPhysicsConst.h.

Referenced by getMap(), and setValue().