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 
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 ~DTTTrigMatchRPhi();
31 
32  virtual void setES(const edm::EventSetup& setup);
33  virtual DTTTrigData correction(const DTSuperLayerId&);
34 
35 private:
37 
39 };
40 
41 } // namespace
42 #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="")