Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

AlgClusterSR.h

Go to the documentation of this file.
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

Generated on Mon Feb 15 11:06:17 2010 for loon by  doxygen 1.3.9.1