CMS 3D CMS Logo

DTTTrigMatchRPhi.h
Go to the documentation of this file.
1 #ifndef CalibMuon_DTTTrigMatchRPhi_H
2 #define CalibMuon_DTTTrigMatchRPhi_H
3 
14 
15 #include <string>
16 
17 namespace edm {
18  class ParameterSet;
19 }
20 
21 class DTTtrig;
22 
23 namespace dtCalibration {
24 
26  public:
27  // Constructor
29 
30  // Destructor
31  ~DTTTrigMatchRPhi() override;
32 
33  void setES(const edm::EventSetup& setup) override;
34  DTTTrigData correction(const DTSuperLayerId&) override;
35 
36  private:
39  };
40 
41 } // namespace dtCalibration
42 #endif
DTTTrigData correction(const DTSuperLayerId &) override
HLT enums.
edm::ESGetToken< DTTtrig, DTTtrigRcd > ttrigToken_
DTTTrigMatchRPhi(const edm::ParameterSet &, edm::ConsumesCollector)
void setES(const edm::EventSetup &setup) override