CMS 3D CMS Logo

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
34  ~DTTTrigResidualCorrection() override;
35 
36  void setES(const edm::EventSetup& setup) override;
37  DTTTrigData correction(const DTSuperLayerId&) override;
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
def setup(process, global_tag, zero_tesla=False)
Definition: GeneralSetup.py:2
def getHistoName(wheel, station, sector)
HLT enums.