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
1.3.9.1