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 
13 
14 #include <string>
15 
16 namespace edm {
17  class ParameterSet;
18 }
19 
20 class DTTtrig;
21 
22 class TH1F;
23 class TFile;
24 
26 public:
27  // Constructor
29 
30  // Destructor
31  virtual ~DTTTrigT0SegCorrection();
32 
33  virtual void setES(const edm::EventSetup& setup);
34  virtual DTTTrigData correction(const DTSuperLayerId&);
35 
36 private:
37  const TH1F* getHisto(const DTSuperLayerId&);
38  std::string getHistoName(const DTSuperLayerId& slID);
39 
40  TFile* rootFile_;
41 
42  std::string dbLabel;
43 
45 };
46 #endif
std::string getHistoName(const DTSuperLayerId &slID)
const TH1F * getHisto(const DTSuperLayerId &)
virtual DTTTrigData correction(const DTSuperLayerId &)
virtual void setES(const edm::EventSetup &setup)
DTTTrigT0SegCorrection(const edm::ParameterSet &)
void setup(std::vector< TH2F > &depth, std::string name, std::string units="")