#include <EcalTBWeights.h>
Public Types | |
typedef std::map< std::pair< EcalXtalGroupId, EcalTDCId >, EcalWeightSet > | EcalTBWeightMap |
typedef int | EcalTDCId |
Public Member Functions | |
EcalTBWeights () | |
const EcalTBWeightMap & | getMap () const |
void | setValue (const EcalXtalGroupId &groupId, const EcalTDCId &tdcId, const EcalWeightSet &weight) |
void | setValue (const std::pair< EcalXtalGroupId, EcalTDCId > &keyPair, const EcalWeightSet &weight) |
~EcalTBWeights () | |
Private Member Functions | |
template<class Archive > | |
void | serialize (Archive &ar, const unsigned int version) |
Private Attributes | |
EcalTBWeightMap | map_ |
Friends | |
class | boost::serialization::access |
template<typename CondSerializationT , typename Enabled > | |
struct | cond::serialization::access |
Author: Shahram Rahatlou, University of Rome & INFN Created: 22 Feb 2006
Definition at line 18 of file EcalTBWeights.h.
typedef std::map< std::pair< EcalXtalGroupId, EcalTDCId >, EcalWeightSet > EcalTBWeights::EcalTBWeightMap |
Definition at line 21 of file EcalTBWeights.h.
typedef int EcalTBWeights::EcalTDCId |
Definition at line 20 of file EcalTBWeights.h.
EcalTBWeights::EcalTBWeights | ( | ) |
Author: Shahram Rahatlou, University of Rome & INFN Created: 22 Feb 2006
Definition at line 11 of file EcalTBWeights.cc.
EcalTBWeights::~EcalTBWeights | ( | ) |
Definition at line 15 of file EcalTBWeights.cc.
|
inline |
Definition at line 31 of file EcalTBWeights.h.
References map_.
Referenced by EcalTrivialObjectAnalyzer::analyze(), EcalTBWeightsXMLTranslator::dumpXML(), EcalTBWeightUncalibRecHitProducer::produce(), EcalUncalibRecHitWorkerWeights::run(), EcalUncalibRecHitWorkerGlobal::run(), and EcalUncalibRecHitWorkerMultiFit::run().
|
private |
void EcalTBWeights::setValue | ( | const EcalXtalGroupId & | groupId, |
const EcalTDCId & | tdcId, | ||
const EcalWeightSet & | weight | ||
) |
Definition at line 19 of file EcalTBWeights.cc.
Referenced by Vispa.Views.PropertyView.StringProperty::buttonClicked(), Vispa.Views.PropertyView.FileProperty::buttonClicked(), Vispa.Views.PropertyView.FileVectorProperty::buttonClicked(), EcalTestDevDB::generateEcalTBWeights(), Vispa.Views.PropertyView.TextEditWithButtonProperty::keyPressEvent(), StoreEcalCondition::readEcalTBWeightsFromFile(), EcalTBWeightsXMLTranslator::readXML(), and Vispa.Views.PropertyView.TextEditWithButtonProperty::setMultiline().
void EcalTBWeights::setValue | ( | const std::pair< EcalXtalGroupId, EcalTDCId > & | keyPair, |
const EcalWeightSet & | weight | ||
) |
Definition at line 26 of file EcalTBWeights.cc.
References map_.
Referenced by Vispa.Views.PropertyView.StringProperty::buttonClicked(), Vispa.Views.PropertyView.FileProperty::buttonClicked(), Vispa.Views.PropertyView.FileVectorProperty::buttonClicked(), Vispa.Views.PropertyView.TextEditWithButtonProperty::keyPressEvent(), and Vispa.Views.PropertyView.TextEditWithButtonProperty::setMultiline().
|
friend |
Definition at line 36 of file EcalTBWeights.h.
|
friend |
Definition at line 36 of file EcalTBWeights.h.
|
private |
Definition at line 34 of file EcalTBWeights.h.
Referenced by getMap(), and setValue().