CMS 3D CMS Logo

DTVDriftMeanTimer.h
Go to the documentation of this file.
1 #ifndef CalibMuon_DTCalibration_DTVDriftMeanTimer_h
2 #define CalibMuon_DTCalibration_DTVDriftMeanTimer_h
3 
14 
15 class TFile;
16 class DTMeanTimerFitter;
17 
18 namespace dtCalibration {
19 
21  public:
23  ~DTVDriftMeanTimer() override;
24 
25  void setES(const edm::EventSetup& setup) override;
26  DTVDriftData compute(const DTSuperLayerId&) override;
27 
28  private:
29  TFile* rootFile_;
31  };
32 
33 } // namespace dtCalibration
34 #endif
void setES(const edm::EventSetup &setup) override
DTVDriftMeanTimer(edm::ParameterSet const &, edm::ConsumesCollector)
DTVDriftData compute(const DTSuperLayerId &) override