CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
EcalWeightSet.h
Go to the documentation of this file.
1 #ifndef CondFormats_EcalObjects_EcalWeightSet_HH
2 #define CondFormats_EcalObjects_EcalWeightSet_HH
3 
12 
15 #include <iostream>
16 
18 public:
21 
22  EcalWeightSet();
23  EcalWeightSet(const EcalWeightSet& aset);
25 
30 
35 
37 
38  void print(std::ostream& o) const {
39  using namespace std;
40  o << "wgtBeforeSwitch_.: " << wgtBeforeSwitch_ << " wgtAfterSwitch_.: " << wgtAfterSwitch_
41  << " wgtChi2BeforeSwitch_.: " << wgtChi2BeforeSwitch_ << " wgtChi2AfterSwitch_.: " << wgtChi2AfterSwitch_ << endl;
42  }
43 
44 private:
49 
51 };
52 
53 #endif
EcalChi2WeightMatrix & getChi2WeightsBeforeGainSwitch()
Definition: EcalWeightSet.h:28
EcalChi2WeightMatrix wgtChi2BeforeSwitch_
Definition: EcalWeightSet.h:47
math::Matrix< 10, 10 >::type EcalChi2WeightMatrix
Definition: EcalWeightSet.h:20
math::Matrix< 3, 10 >::type EcalWeightMatrix
Definition: EcalWeightSet.h:19
EcalWeightMatrix wgtAfterSwitch_
Definition: EcalWeightSet.h:46
EcalChi2WeightMatrix wgtChi2AfterSwitch_
Definition: EcalWeightSet.h:48
EcalWeightSet & operator=(const EcalWeightSet &rhs)
void print(std::ostream &o) const
Definition: EcalWeightSet.h:38
EcalChi2WeightMatrix & getChi2WeightsAfterGainSwitch()
Definition: EcalWeightSet.h:29
EcalWeightMatrix & getWeightsAfterGainSwitch()
Definition: EcalWeightSet.h:27
const EcalWeightMatrix & getWeightsAfterGainSwitch() const
Definition: EcalWeightSet.h:32
ROOT::Math::SMatrix< double, N, M > type
Definition: Matrix.h:9
EcalWeightMatrix & getWeightsBeforeGainSwitch()
Definition: EcalWeightSet.h:26
const EcalChi2WeightMatrix & getChi2WeightsBeforeGainSwitch() const
Definition: EcalWeightSet.h:33
#define COND_SERIALIZABLE
Definition: Serializable.h:39
const EcalChi2WeightMatrix & getChi2WeightsAfterGainSwitch() const
Definition: EcalWeightSet.h:34
const EcalWeightMatrix & getWeightsBeforeGainSwitch() const
Definition: EcalWeightSet.h:31
EcalWeightMatrix wgtBeforeSwitch_
Definition: EcalWeightSet.h:45