CMS 3D CMS Logo

DTT0ChamberReferenceCorrection.h
Go to the documentation of this file.
1 #ifndef CalibMuon_DTT0ChamberReferenceCorrection_H
2 #define CalibMuon_DTT0ChamberReferenceCorrection_H
3 
14 
15 #include <string>
16 
17 namespace edm {
18  class ParameterSet;
19 }
20 
21 class DTT0;
22 
23 namespace dtCalibration {
24 
26 public:
27  // Constructor
29 
30  // Destructor
32 
33  void setES(const edm::EventSetup& setup) override;
34  DTT0Data correction(const DTWireId&) override;
35 
36 private:
37  DTT0Data defaultT0(const DTWireId&);
38 
40 
42  const DTT0 *t0Map_;
43 };
44 
45 } // namespace
46 #endif
def setup(process, global_tag, zero_tesla=False)
Definition: GeneralSetup.py:2
Definition: DTT0.h:53
HLT enums.