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 
13 
14 class TFile;
15 class DTMeanTimerFitter;
16 
17 namespace dtCalibration {
18 
20  public:
22  ~DTVDriftMeanTimer() override;
23 
24  void setES(const edm::EventSetup& setup) override;
25  DTVDriftData compute(const DTSuperLayerId&) override;
26 
27  private:
28  TFile* rootFile_;
30  };
31 
32 } // namespace dtCalibration
33 #endif
void setES(const edm::EventSetup &setup) override
DTVDriftMeanTimer(edm::ParameterSet const &)
DTVDriftData compute(const DTSuperLayerId &) override