CMS 3D CMS Logo

DTT0FillDefaultFromDB.h
Go to the documentation of this file.
1 #ifndef CalibMuon_DTT0FillDefaultFromDB_H
2 #define CalibMuon_DTT0FillDefaultFromDB_H
3 
12 
13 #include <string>
14 
15 namespace edm {
16  class ParameterSet;
17 }
18 
19 class DTT0;
20 
21 namespace dtCalibration {
22 
24 public:
25  // Constructor
27 
28  // Destructor
29  virtual ~DTT0FillDefaultFromDB();
30 
31  virtual void setES(const edm::EventSetup& setup);
32  virtual DTT0Data correction(const DTWireId&);
33 
34 private:
36 
37  const DTT0 *t0MapRef_;
38  const DTT0 *t0Map_;
39 };
40 
41 } // namespace
42 #endif
def setup(process, global_tag, zero_tesla=False)
Definition: GeneralSetup.py:1
Definition: DTT0.h:53
HLT enums.