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 private:
27  TFile* rootFile_;
29 };
30 
31 } // namespace
32 #endif
def setup(process, global_tag, zero_tesla=False)
Definition: GeneralSetup.py:2
void setES(const edm::EventSetup &setup) override
DTVDriftMeanTimer(edm::ParameterSet const &)
DTVDriftData compute(const DTSuperLayerId &) override