CMS 3D CMS Logo

EcalMGPAGainRatio.h
Go to the documentation of this file.
1 #ifndef CondFormats_EcalObjects_EcalMGPAGainRatio_H
2 #define CondFormats_EcalObjects_EcalMGPAGainRatio_H
3 
10 
11 #include <iostream>
12 
14 public:
18 
19  float gain12Over6() const { return gain12Over6_; }
20  float gain6Over1() const { return gain6Over1_; }
21 
22  void setGain12Over6(const float& g) { gain12Over6_ = g; }
23  void setGain6Over1(const float& g) { gain6Over1_ = g; }
24 
25  void print(std::ostream& s) const { s << "gain 12/6: " << gain12Over6_ << " gain 6/1: " << gain6Over1_; }
26 
28 
29 private:
30  float gain12Over6_;
31  float gain6Over1_;
32 
34 };
35 #endif
The Signals That Services Can Subscribe To This is based on ActivityRegistry and is current per Services can connect to the signals distributed by the ActivityRegistry in order to monitor the activity of the application Each possible callback has some defined which we here list in angle e g
Definition: Activities.doc:4
void setGain12Over6(const float &g)
void print(std::ostream &s) const
float gain12Over6() const
EcalMGPAGainRatio & operator=(const EcalMGPAGainRatio &rhs)
#define COND_SERIALIZABLE
Definition: Serializable.h:39
float gain6Over1() const
void setGain6Over1(const float &g)