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