CMS 3D CMS Logo

DTTTrigConstantShift.h
Go to the documentation of this file.
1 #ifndef CalibMuon_DTTTrigConstantShift_H
2 #define CalibMuon_DTTTrigConstantShift_H
3 
13 
14 #include <string>
15 
16 namespace edm {
17  class ParameterSet;
18 }
19 
20 class DTTtrig;
21 
22 namespace dtCalibration {
23 
25 public:
26  // Constructor
28 
29  // Destructor
30  virtual ~DTTTrigConstantShift();
31 
32  virtual void setES(const edm::EventSetup& setup);
33  virtual DTTTrigData correction(const DTSuperLayerId&);
34 
35 private:
38  double value_;
39 
42 };
43 
44 } // namespace
45 #endif
def setup(process, global_tag, zero_tesla=False)
Definition: GeneralSetup.py:1
HLT enums.