CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DTTTrigT0SegCorrection.h
Go to the documentation of this file.
1 #ifndef CalibMuon_DTTTrigT0SegCorrection_H
2 #define CalibMuon_DTTTrigT0SegCorrection_H
3 
12 
13 #include <string>
14 
15 namespace edm {
16  class ParameterSet;
17 }
18 
19 class DTTtrig;
20 
21 class TH1F;
22 class TFile;
23 
24 namespace dtCalibration {
25 
27 public:
28  // Constructor
30 
31  // Destructor
32  virtual ~DTTTrigT0SegCorrection();
33 
34  virtual void setES(const edm::EventSetup& setup);
35  virtual DTTTrigData correction(const DTSuperLayerId&);
36 
37 private:
38  const TH1F* getHisto(const DTSuperLayerId&);
40 
41  TFile* rootFile_;
42 
44 
46 };
47 
48 } // namespace
49 #endif
const TH1F * getHisto(const DTSuperLayerId &)
DTTTrigT0SegCorrection(const edm::ParameterSet &)
virtual void setES(const edm::EventSetup &setup)
std::string getHistoName(const DTSuperLayerId &slID)
void setup(std::vector< TH2F > &depth, std::string name, std::string units="")
virtual DTTTrigData correction(const DTSuperLayerId &)