CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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
Definition: DTT0.h:53
virtual DTT0Data correction(const DTWireId &)
virtual void setES(const edm::EventSetup &setup)
DTT0FillDefaultFromDB(const edm::ParameterSet &)
void setup(std::vector< TH2F > &depth, std::string name, std::string units="")