CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
HcalCalibrationWidths.h
Go to the documentation of this file.
1 #ifndef HCAL_CALIBRATION_WIDTHS_H
2 #define HCAL_CALIBRATION_WIDTHS_H
3 
10 public:
12  HcalCalibrationWidths(const float fGain[4], const float fPedestal[4], const float fEffectivePedestal[4]);
14  double gain(int fCapId) const { return mGain[fCapId]; }
16  double pedestal(int fCapId) const { return mPedestal[fCapId]; }
18  double effpedestal(int fCapId) const { return mEffectivePedestal[fCapId]; }
19 
20 private:
21  double mGain[4];
22  double mPedestal[4];
23  double mEffectivePedestal[4];
24 };
25 #endif
double gain(int fCapId) const
get gain width for capid=0..3
double effpedestal(int fCapId) const
get effective pedestal width for capid=0..3
double pedestal(int fCapId) const
get pedestal width for capid=0..3