CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DTT0FillChamberFromDB.h
Go to the documentation of this file.
1 #ifndef CalibMuon_DTT0FillChamberFromDB_H
2 #define CalibMuon_DTT0FillChamberFromDB_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  virtual ~DTT0FillChamberFromDB();
31 
32  virtual void setES(const edm::EventSetup& setup);
33  virtual DTT0Data correction(const DTWireId&);
34 
35 private:
38 
40 
41  const DTT0 *t0MapRef_;
42  const DTT0 *t0Map_;
43 };
44 
45 } // namespace
46 #endif
virtual DTT0Data correction(const DTWireId &)
Definition: DTT0.h:53
DTT0FillChamberFromDB(const edm::ParameterSet &)
virtual void setES(const edm::EventSetup &setup)
void setup(std::vector< TH2F > &depth, std::string name, std::string units="")