#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 17 of file EcalWeightSet.h.
typedef math::Matrix<10, 10>::type EcalWeightSet::EcalChi2WeightMatrix |
Definition at line 20 of file EcalWeightSet.h.
typedef math::Matrix<3, 10>::type EcalWeightSet::EcalWeightMatrix |
Definition at line 19 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 10 of file EcalWeightSet.cc.
References wgtAfterSwitch_, wgtBeforeSwitch_, wgtChi2AfterSwitch_, and wgtChi2BeforeSwitch_.
EcalWeightSet::~EcalWeightSet | ( | ) |
Definition at line 25 of file EcalWeightSet.cc.
|
inline |
Definition at line 29 of file EcalWeightSet.h.
References wgtChi2AfterSwitch_.
Referenced by EcalTestDevDB::generateEcalTBWeights(), EcalTrivialConditionRetriever::produceEcalTBWeights(), and StoreEcalCondition::readEcalTBWeightsFromFile().
|
inline |
Definition at line 34 of file EcalWeightSet.h.
References wgtChi2AfterSwitch_.
|
inline |
Definition at line 28 of file EcalWeightSet.h.
References wgtChi2BeforeSwitch_.
Referenced by EcalTestDevDB::generateEcalTBWeights(), EcalTrivialConditionRetriever::produceEcalTBWeights(), and StoreEcalCondition::readEcalTBWeightsFromFile().
|
inline |
Definition at line 33 of file EcalWeightSet.h.
References wgtChi2BeforeSwitch_.
|
inline |
Definition at line 27 of file EcalWeightSet.h.
References wgtAfterSwitch_.
Referenced by EcalTestDevDB::generateEcalTBWeights(), EcalTBWeightUncalibRecHitProducer::produce(), EcalTrivialConditionRetriever::produceEcalTBWeights(), StoreEcalCondition::readEcalTBWeightsFromFile(), EcalUncalibRecHitWorkerWeights::run(), EcalUncalibRecHitWorkerGlobal::run(), and EcalUncalibRecHitWorkerMultiFit::run().
|
inline |
|
inline |
Definition at line 26 of file EcalWeightSet.h.
References wgtBeforeSwitch_.
Referenced by EcalTestDevDB::generateEcalTBWeights(), EcalTBWeightUncalibRecHitProducer::produce(), EcalTrivialConditionRetriever::produceEcalTBWeights(), StoreEcalCondition::readEcalTBWeightsFromFile(), EcalUncalibRecHitWorkerWeights::run(), EcalUncalibRecHitWorkerGlobal::run(), and EcalUncalibRecHitWorkerMultiFit::run().
|
inline |
EcalWeightSet & EcalWeightSet::operator= | ( | const EcalWeightSet & | rhs | ) |
Definition at line 17 of file EcalWeightSet.cc.
References wgtAfterSwitch_, wgtBeforeSwitch_, wgtChi2AfterSwitch_, and wgtChi2BeforeSwitch_.
|
inline |
Definition at line 38 of file EcalWeightSet.h.
References EcalTangentSkim_cfg::o, wgtAfterSwitch_, wgtBeforeSwitch_, wgtChi2AfterSwitch_, and wgtChi2BeforeSwitch_.
|
private |
|
friend |
Definition at line 50 of file EcalWeightSet.h.
|
friend |
Definition at line 50 of file EcalWeightSet.h.
|
private |
Definition at line 46 of file EcalWeightSet.h.
Referenced by EcalWeightSet(), getWeightsAfterGainSwitch(), operator=(), and print().
|
private |
Definition at line 45 of file EcalWeightSet.h.
Referenced by EcalWeightSet(), getWeightsBeforeGainSwitch(), operator=(), and print().
|
private |
Definition at line 48 of file EcalWeightSet.h.
Referenced by EcalWeightSet(), getChi2WeightsAfterGainSwitch(), operator=(), and print().
|
private |
Definition at line 47 of file EcalWeightSet.h.
Referenced by EcalWeightSet(), getChi2WeightsBeforeGainSwitch(), operator=(), and print().