CMS 3D CMS Logo

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