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 
23 public:
24  // Constructor
26 
27  // Destructor
28  virtual ~DTTTrigMatchRPhi();
29 
30  virtual void setES(const edm::EventSetup& setup);
31  virtual DTTTrigData correction(const DTSuperLayerId&);
32 
33 private:
35 
36  std::string dbLabel;
37 };
38 #endif
DTTTrigMatchRPhi(const edm::ParameterSet &)
virtual ~DTTTrigMatchRPhi()
virtual void setES(const edm::EventSetup &setup)
virtual DTTTrigData correction(const DTSuperLayerId &)
const DTTtrig * tTrigMap_
std::string dbLabel
void setup(std::vector< TH2F > &depth, std::string name, std::string units="")