CMS 3D CMS Logo

DTTTrigConstantShift.h
Go to the documentation of this file.
1 #ifndef CalibMuon_DTTTrigConstantShift_H
2 #define CalibMuon_DTTTrigConstantShift_H
3 
16 
17 #include <string>
18 
19 namespace edm {
20  class ParameterSet;
21 }
22 
23 class DTTtrig;
24 
25 namespace dtCalibration {
26 
28  public:
29  // Constructor
31 
32  // Destructor
33  ~DTTTrigConstantShift() override;
34 
35  void setES(const edm::EventSetup& setup) override;
36  DTTTrigData correction(const DTSuperLayerId&) override;
37 
38  private:
40  double value_;
41 
45  };
46 
47 } // namespace dtCalibration
48 #endif
void setES(const edm::EventSetup &setup) override
DTTTrigData correction(const DTSuperLayerId &) override
edm::ESGetToken< DTTtrig, DTTtrigRcd > ttrigToken_
DTTTrigConstantShift(const edm::ParameterSet &, edm::ConsumesCollector)
HLT enums.