CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DTT0WireInChamberReferenceCorrection.h
Go to the documentation of this file.
1 #ifndef CalibMuon_DTT0WireInChamberReferenceCorrection_H
2 #define CalibMuon_DTT0WireInChamberReferenceCorrection_H
3 
14 
15 #include <string>
16 
17 namespace edm {
18  class ParameterSet;
19 }
20 
21 class DTT0;
22 class DTGeometry;
23 
24 namespace dtCalibration {
25 
27 public:
28  // Constructor
30 
31  // Destructor
33 
34  virtual void setES(const edm::EventSetup& setup);
35  virtual DTT0Data correction(const DTWireId&);
36 
37 private:
38  DTT0Data defaultT0(const DTWireId&);
39 
41 
43  const DTT0 *t0Map_;
45 };
46 
47 } // namespace
48 #endif
Definition: DTT0.h:53
void setup(std::vector< TH2F > &depth, std::string name, std::string units="")