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