CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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
virtual void setES(const edm::EventSetup &setup)
DTTTrigConstantShift(const edm::ParameterSet &)
virtual DTTTrigData correction(const DTSuperLayerId &)
void setup(std::vector< TH2F > &depth, std::string name, std::string units="")