CMS 3D CMS Logo

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