CMS 3D CMS Logo

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