CMS 3D CMS Logo

DTTTrigConstantShift.h
Go to the documentation of this file.
1 #ifndef CalibMuon_DTTTrigConstantShift_H
2 #define CalibMuon_DTTTrigConstantShift_H
3 
14 
15 #include <string>
16 
17 namespace edm {
18  class ParameterSet;
19 }
20 
21 class DTTtrig;
22 
23 namespace dtCalibration {
24 
26  public:
27  // Constructor
29 
30  // Destructor
31  ~DTTTrigConstantShift() override;
32 
33  void setES(const edm::EventSetup& setup) override;
34  DTTTrigData correction(const DTSuperLayerId&) override;
35 
36  private:
39  double value_;
40 
43  };
44 
45 } // namespace dtCalibration
46 #endif
HLT enums.