CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_1_8_patch13/src/RecoTracker/DeDx/interface/BaseDeDxEstimator.h

Go to the documentation of this file.
00001 #ifndef RecoTrackerDeDx_BaseDeDxEstimator_h
00002 #define RecoTrackerDeDx_BaseDeDxEstimator_h
00003 #include "DataFormats/TrackReco/interface/DeDxHit.h"
00004 
00005 class BaseDeDxEstimator
00006 {
00007 public: 
00008  virtual std::pair<float,float> dedx(const reco::DeDxHitCollection& Hits) = 0;
00009 
00010 
00011 
00012 };
00013 
00014 #endif
00015