00001 00002 // $Id: AlgFitTrackSRList.h,v 1.1 2001/04/03 15:21:48 rlee Exp $ 00003 // 00004 // AlgFitTrackSRList.h 00005 // 00006 // AlgFitTrackSRList is a concrete TrackSRList Algorithm class. 00007 // 00008 // Author: R. Lee 2001.03.30 00009 // 00011 00012 #ifndef ALGFITTRACKSRLIST_H 00013 #define ALGFITTRACKSRLIST_H 00014 00015 #include "Algorithm/AlgBase.h" 00016 00017 class AlgFitTrackSRList : public AlgBase 00018 { 00019 00020 public: 00021 AlgFitTrackSRList(); 00022 virtual ~AlgFitTrackSRList(); 00023 virtual void RunAlg(AlgConfig &ac, CandHandle &ch, CandContext &cx); 00024 virtual void Trace(const char *c) const; 00025 00026 00027 private: 00028 00029 ClassDef(AlgFitTrackSRList,1) // TrackSRList Algorithm Class 00030 00031 }; 00032 00033 #endif // ALGFITTRACKSRLIST_H
1.3.9.1