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

AlgPassThru.h

Go to the documentation of this file.
00001 
00002 #ifndef ALGDIGIT_H
00003 #define ALGDIGIT_H
00004 
00005 #include "Algorithm/AlgBase.h"
00006 
00007 class AlgPassThru : public AlgBase
00008 {
00009 
00010 public:
00011    AlgPassThru();
00012    virtual ~AlgPassThru();
00013    virtual void RunAlg(AlgConfig &ac, CandHandle &ch, CandContext &cx);
00014    virtual void Trace(const char *c) const;
00015 
00016 ClassDef(AlgPassThru,1)   
00017 
00018 };
00019 
00020 #endif                                                     // ALGDIGIT_H

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