#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, Item > | map_ |
Friends | |
class | boost::serialization::access |
template<typename CondSerializationT , typename Enabled > | |
struct | cond::serialization::access |
Definition at line 9 of file EcalTPGPhysicsConst.h.
EcalTPGPhysicsConst::EcalTPGPhysicsConst | ( | ) |
Definition at line 4 of file EcalTPGPhysicsConst.cc.
EcalTPGPhysicsConst::~EcalTPGPhysicsConst | ( | ) |
Definition at line 7 of file EcalTPGPhysicsConst.cc.
|
inline |
Definition at line 29 of file EcalTPGPhysicsConst.h.
References map_, and setValue().
Referenced by EcalSRCondTools::analyze(), EcalSelectiveReadoutValidation::analyzeTP(), EcalTPGScale::getTPGInADC(), EcalTPGScale::getTPGInGeV(), and EcalTPCondAnalyzer::printEcalTPGPhysicsConst().
|
private |
void EcalTPGPhysicsConst::setValue | ( | const uint32_t & | id, |
const Item & | value | ||
) |
Definition at line 10 of file EcalTPGPhysicsConst.cc.
References triggerObjects_cff::id, map_, and relativeConstraints::value.
Referenced by Vispa.Views.PropertyView.StringProperty::buttonClicked(), Vispa.Views.PropertyView.FileProperty::buttonClicked(), Vispa.Views.PropertyView.FileVectorProperty::buttonClicked(), getMap(), popcon::EcalTPGPhysicsConstfromFile::getNewObjects(), popcon::EcalTPGPhysicsConstHandler::getNewObjects(), Vispa.Views.PropertyView.TextEditWithButtonProperty::keyPressEvent(), and Vispa.Views.PropertyView.TextEditWithButtonProperty::setMultiline().
|
friend |
Definition at line 36 of file EcalTPGPhysicsConst.h.
|
friend |
Definition at line 36 of file EcalTPGPhysicsConst.h.
|
private |
Definition at line 33 of file EcalTPGPhysicsConst.h.
Referenced by getMap(), and setValue().