CMS 3D CMS Logo

ParametricCalibration.h
Go to the documentation of this file.
1 #ifndef L1Trigger_L1CaloTrigger_ParametricCalibration_h
2 #define L1Trigger_L1CaloTrigger_ParametricCalibration_h
7 #include <vector>
8 #include <cmath>
9 #include <iostream>
10 
11 namespace l1tp2 {
13  public:
16  static void fillDescriptions(edm::ConfigurationDescriptions& descriptions);
17 
18  float operator()(const float pt, const float abseta) const;
19 
20  protected:
21  std::vector<float> etas, pts, scales;
22  };
23 
24 }; // namespace l1tp2
25 
26 #endif
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
float operator()(const float pt, const float abseta) const