CMS 3D CMS Logo

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  ~DTTTrigMatchRPhi() override;
30 
31  void setES(const edm::EventSetup& setup) override;
32  DTTTrigData correction(const DTSuperLayerId&) override;
33 
34  private:
36 
38  };
39 
40 } // namespace dtCalibration
41 #endif
DTSuperLayerId
Definition: DTSuperLayerId.h:12
dtCalibration::DTTTrigData
Definition: DTTTrigBaseCorrection.h:19
DTTtrig
Definition: DTTtrig.h:68
dtCalibration::DTTTrigMatchRPhi::DTTTrigMatchRPhi
DTTTrigMatchRPhi(const edm::ParameterSet &)
Definition: DTTTrigMatchRPhi.cc:22
edm
HLT enums.
Definition: AlignableModifier.h:19
DTTTrigBaseCorrection.h
singleTopDQM_cfi.setup
setup
Definition: singleTopDQM_cfi.py:37
dtCalibration::DTTTrigMatchRPhi::correction
DTTTrigData correction(const DTSuperLayerId &) override
Definition: DTTTrigMatchRPhi.cc:35
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition: AlCaHLTBitMon_QueryRunRegistry.py:256
edm::ParameterSet
Definition: ParameterSet.h:36
ParameterSet
Definition: Functions.h:16
dtCalibration::DTTTrigMatchRPhi::dbLabel
std::string dbLabel
Definition: DTTTrigMatchRPhi.h:37
dtCalibration::DTTTrigMatchRPhi::~DTTTrigMatchRPhi
~DTTTrigMatchRPhi() override
Definition: DTTTrigMatchRPhi.cc:26
dtCalibration::DTTTrigMatchRPhi::setES
void setES(const edm::EventSetup &setup) override
Definition: DTTTrigMatchRPhi.cc:28
edm::EventSetup
Definition: EventSetup.h:57
dtCalibration::DTTTrigMatchRPhi::tTrigMap_
const DTTtrig * tTrigMap_
Definition: DTTTrigMatchRPhi.h:35
dtCalibration
Definition: DTT0BaseCorrection.h:16
dtCalibration::DTTTrigMatchRPhi
Definition: DTTTrigMatchRPhi.h:23
dtCalibration::DTTTrigBaseCorrection
Definition: DTTTrigBaseCorrection.h:30