00001 00002 // $Id: AlgChopListMitre.h,v 1.1.1.1 2005/05/16 15:17:11 tagg Exp $ 00003 // 00004 // AlgChopList_Far.h 00005 // 00007 00008 #ifndef ALGCHOPLISTMITRE_H 00009 #define ALGCHOPLISTMITRE_H 00010 00011 #include "Algorithm/AlgBase.h" 00012 00013 class AlgChopListMitre : public AlgBase 00014 { 00015 00016 public: 00017 AlgChopListMitre(); 00018 virtual ~AlgChopListMitre(); 00019 virtual void RunAlg(AlgConfig &ac, CandHandle &ch, CandContext &cx); 00020 virtual void Trace(const char *c) const; 00021 00022 private: 00023 00024 00025 ClassDef(AlgChopListMitre,2) // Chop_Far Algorithm Class 00026 00027 }; 00028 00029 #endif // ALGCHOPLIST_FAR_H