CMS 3D CMS Logo

DTT0FillChamberFromDB.h
Go to the documentation of this file.
1 #ifndef CalibMuon_DTT0FillChamberFromDB_H
2 #define CalibMuon_DTT0FillChamberFromDB_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
31  ~DTT0FillChamberFromDB() override;
32 
33  void setES(const edm::EventSetup& setup) override;
34  DTT0Data correction(const DTWireId&) override;
35 
36 private:
39 
41 
42  const DTT0 *t0MapRef_;
43  const DTT0 *t0Map_;
44 };
45 
46 } // namespace
47 #endif
def setup(process, global_tag, zero_tesla=False)
Definition: GeneralSetup.py:2
Definition: DTT0.h:53
HLT enums.