CMS 3D CMS Logo

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  ~DTTTrigT0SegCorrection() override;
33 
34  void setES(const edm::EventSetup& setup) override;
35  DTTTrigData correction(const DTSuperLayerId&) override;
36 
37 private:
38  const TH1F* getHisto(const DTSuperLayerId&);
40 
41  TFile* rootFile_;
42 
44 
46 };
47 
48 } // namespace
49 #endif
def setup(process, global_tag, zero_tesla=False)
Definition: GeneralSetup.py:2
def getHistoName(wheel, station, sector)
HLT enums.