CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HFRecalibration.h
Go to the documentation of this file.
1 #ifndef CalibCalorimetry_HFRecalibration_h
2 #define CalibCalorimetry_HFRecalibration_h
3 //
4 // Simple class with parameterized function provided by James Wetzel
5 // to compansate for darkening of HF QP fibers
6 // in Upgrade conditions
7 // correction = f (integrated lumi, depth, ieta)
8 //
9 #include <cmath>
10 #include <iostream>
11 
13 
14 public:
17  double getCorr(int ieta, int idepth, double lumi);
18 private:
19 
20 };
21 
22 #endif // HFRecalibration_h
tuple lumi
Definition: fjr2json.py:35
double getCorr(int ieta, int idepth, double lumi)