CMS 3D CMS Logo

DTT0FillDefaultFromDB.h
Go to the documentation of this file.
1 #ifndef CalibMuon_DTT0FillDefaultFromDB_H
2 #define CalibMuon_DTT0FillDefaultFromDB_H
3 
13 
14 #include <string>
15 
16 namespace edm {
17  class ParameterSet;
18 }
19 
20 class DTT0;
21 
22 namespace dtCalibration {
23 
25  public:
26  // Constructor
28 
29  // Destructor
30  ~DTT0FillDefaultFromDB() override;
31 
32  void setES(const edm::EventSetup &setup) override;
33  DTT0Data correction(const DTWireId &) override;
34 
35  private:
37 
38  const DTT0 *t0MapRef_;
39  const DTT0 *t0Map_;
40  };
41 
42 } // namespace dtCalibration
43 #endif
Definition: DTT0.h:48
HLT enums.