CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DTTTrigResidualCorrection.h
Go to the documentation of this file.
1 #ifndef CalibMuon_DTTTrigResidualCorrection_H
2 #define CalibMuon_DTTTrigResidualCorrection_H
3 
12 
13 #include <string>
14 
15 namespace edm {
16  class ParameterSet;
17 }
18 
19 class DTTtrig;
20 class DTMtime;
21 class DTResidualFitter;
22 
23 class TH1F;
24 class TFile;
25 
26 namespace dtCalibration {
27 
29 public:
30  // Constructor
32 
33  // Destructor
35 
36  virtual void setES(const edm::EventSetup& setup);
37  virtual DTTTrigData correction(const DTSuperLayerId&);
38 
39 private:
40  const TH1F* getHisto(const DTSuperLayerId&);
42 
43  TFile* rootFile_;
44 
46  bool useFit_;
49 
50  double vDriftEff_[5][14][4][3];
51 
55 };
56 
57 } // namespace
58 #endif
const TH1F * getHisto(const DTSuperLayerId &)
virtual DTTTrigData correction(const DTSuperLayerId &)
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="")