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
43 #endif
def setup(process, global_tag, zero_tesla=False)
Definition: GeneralSetup.py:2
Definition: DTT0.h:53
HLT enums.