CMS 3D CMS Logo

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