#include <EcalWeightSet.h>
Public Types | |
typedef math::Matrix< 10, 10 >::type | EcalChi2WeightMatrix |
typedef math::Matrix< 3, 10 >::type | EcalWeightMatrix |
Public Member Functions | |
EcalWeightSet () | |
EcalWeightSet (const EcalWeightSet &aset) | |
EcalChi2WeightMatrix & | getChi2WeightsAfterGainSwitch () |
const EcalChi2WeightMatrix & | getChi2WeightsAfterGainSwitch () const |
EcalChi2WeightMatrix & | getChi2WeightsBeforeGainSwitch () |
const EcalChi2WeightMatrix & | getChi2WeightsBeforeGainSwitch () const |
EcalWeightMatrix & | getWeightsAfterGainSwitch () |
const EcalWeightMatrix & | getWeightsAfterGainSwitch () const |
EcalWeightMatrix & | getWeightsBeforeGainSwitch () |
const EcalWeightMatrix & | getWeightsBeforeGainSwitch () const |
EcalWeightSet & | operator= (const EcalWeightSet &rhs) |
void | print (std::ostream &o) const |
~EcalWeightSet () | |
Private Member Functions | |
template<class Archive > | |
void | serialize (Archive &ar, const unsigned int version) |
Private Attributes | |
EcalWeightMatrix | wgtAfterSwitch_ |
EcalWeightMatrix | wgtBeforeSwitch_ |
EcalChi2WeightMatrix | wgtChi2AfterSwitch_ |
EcalChi2WeightMatrix | wgtChi2BeforeSwitch_ |
Friends | |
class | boost::serialization::access |
template<typename CondSerializationT , typename Enabled > | |
struct | cond::serialization::access |
Author: Shahram Rahatlou, University of Rome & INFN Container persistent object all weight objects needed to compute the pulse shape with the weight method should go in this container
Definition at line 18 of file EcalWeightSet.h.
typedef math::Matrix<10,10>::type EcalWeightSet::EcalChi2WeightMatrix |
Definition at line 23 of file EcalWeightSet.h.
typedef math::Matrix<3,10>::type EcalWeightSet::EcalWeightMatrix |
Definition at line 22 of file EcalWeightSet.h.
EcalWeightSet::EcalWeightSet | ( | ) |
Author: Shahram Rahatlou, University of Rome & INFN Created: 22 Feb 2006
Definition at line 8 of file EcalWeightSet.cc.
EcalWeightSet::EcalWeightSet | ( | const EcalWeightSet & | aset | ) |
Definition at line 12 of file EcalWeightSet.cc.
References wgtAfterSwitch_, wgtBeforeSwitch_, wgtChi2AfterSwitch_, and wgtChi2BeforeSwitch_.
EcalWeightSet::~EcalWeightSet | ( | ) |
Definition at line 29 of file EcalWeightSet.cc.
|
inline |
Definition at line 32 of file EcalWeightSet.h.
References wgtChi2AfterSwitch_.
Referenced by EcalTestDevDB::generateEcalTBWeights(), EcalTrivialConditionRetriever::produceEcalTBWeights(), StoreEcalCondition::readEcalTBWeightsFromFile(), EcalTBWeightsXMLTranslator::readWeightSet(), EcalWeightSetXMLTranslator::readXML(), and EcalWeightSetXMLTranslator::write10x10().
|
inline |
Definition at line 37 of file EcalWeightSet.h.
References operator=(), and wgtChi2AfterSwitch_.
|
inline |
Definition at line 31 of file EcalWeightSet.h.
References wgtChi2BeforeSwitch_.
Referenced by EcalTestDevDB::generateEcalTBWeights(), EcalTrivialConditionRetriever::produceEcalTBWeights(), StoreEcalCondition::readEcalTBWeightsFromFile(), EcalTBWeightsXMLTranslator::readWeightSet(), EcalWeightSetXMLTranslator::readXML(), EcalWeightSetXMLTranslator::write10x10(), and EcalTBWeightsXMLTranslator::writeWeightSet().
|
inline |
Definition at line 36 of file EcalWeightSet.h.
References wgtChi2BeforeSwitch_.
|
inline |
Definition at line 30 of file EcalWeightSet.h.
References wgtAfterSwitch_.
Referenced by EcalTestDevDB::generateEcalTBWeights(), EcalTBWeightUncalibRecHitProducer::produce(), EcalTrivialConditionRetriever::produceEcalTBWeights(), StoreEcalCondition::readEcalTBWeightsFromFile(), EcalTBWeightsXMLTranslator::readWeightSet(), EcalWeightSetXMLTranslator::readXML(), EcalUncalibRecHitWorkerWeights::run(), EcalUncalibRecHitWorkerGlobal::run(), EcalUncalibRecHitWorkerMultiFit::run(), EcalWeightSetXMLTranslator::write3x10(), and EcalTBWeightsXMLTranslator::writeWeightSet().
|
inline |
|
inline |
Definition at line 29 of file EcalWeightSet.h.
References wgtBeforeSwitch_.
Referenced by EcalTestDevDB::generateEcalTBWeights(), EcalTBWeightUncalibRecHitProducer::produce(), EcalTrivialConditionRetriever::produceEcalTBWeights(), StoreEcalCondition::readEcalTBWeightsFromFile(), EcalTBWeightsXMLTranslator::readWeightSet(), EcalWeightSetXMLTranslator::readXML(), EcalUncalibRecHitWorkerWeights::run(), EcalUncalibRecHitWorkerGlobal::run(), EcalUncalibRecHitWorkerMultiFit::run(), EcalWeightSetXMLTranslator::write3x10(), and EcalTBWeightsXMLTranslator::writeWeightSet().
|
inline |
EcalWeightSet & EcalWeightSet::operator= | ( | const EcalWeightSet & | rhs | ) |
Definition at line 20 of file EcalWeightSet.cc.
References wgtAfterSwitch_, wgtBeforeSwitch_, wgtChi2AfterSwitch_, and wgtChi2BeforeSwitch_.
Referenced by getChi2WeightsAfterGainSwitch().
|
inline |
Definition at line 41 of file EcalWeightSet.h.
References wgtAfterSwitch_, wgtBeforeSwitch_, wgtChi2AfterSwitch_, and wgtChi2BeforeSwitch_.
|
private |
|
friend |
Definition at line 57 of file EcalWeightSet.h.
|
friend |
Definition at line 57 of file EcalWeightSet.h.
|
private |
Definition at line 53 of file EcalWeightSet.h.
Referenced by EcalWeightSet(), getWeightsAfterGainSwitch(), operator=(), and print().
|
private |
Definition at line 52 of file EcalWeightSet.h.
Referenced by EcalWeightSet(), getWeightsBeforeGainSwitch(), operator=(), and print().
|
private |
Definition at line 55 of file EcalWeightSet.h.
Referenced by EcalWeightSet(), getChi2WeightsAfterGainSwitch(), operator=(), and print().
|
private |
Definition at line 54 of file EcalWeightSet.h.
Referenced by EcalWeightSet(), getChi2WeightsBeforeGainSwitch(), operator=(), and print().