CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_6_2_7/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 ~BaseDeDxEstimator() {}
00009   virtual std::pair<float,float> dedx(const reco::DeDxHitCollection& Hits) = 0;
00010 };
00011 
00012 #endif
00013