CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DTTTrigMatchRPhi.h
Go to the documentation of this file.
1 #ifndef CalibMuon_DTTTrigMatchRPhi_H
2 #define CalibMuon_DTTTrigMatchRPhi_H
3 
12 
13 #include <string>
14 
15 namespace edm {
16  class ParameterSet;
17 }
18 
19 class DTTtrig;
20 
21 namespace dtCalibration {
22 
24 public:
25  // Constructor
27 
28  // Destructor
29  virtual ~DTTTrigMatchRPhi();
30 
31  virtual void setES(const edm::EventSetup& setup);
32  virtual DTTTrigData correction(const DTSuperLayerId&);
33 
34 private:
36 
38 };
39 
40 } // namespace
41 #endif
virtual DTTTrigData correction(const DTSuperLayerId &)
DTTTrigMatchRPhi(const edm::ParameterSet &)
virtual void setES(const edm::EventSetup &setup)
void setup(std::vector< TH2F > &depth, std::string name, std::string units="")