00001 #ifndef ALGDEADCHIP_H 00002 #define ALGDEADCHIP_H 00003 00004 #include "Algorithm/AlgBase.h" 00005 00006 class AlgDeadChip : public AlgBase 00007 { 00008 00009 public: 00010 AlgDeadChip(); 00011 ~AlgDeadChip(); 00012 void RunAlg(AlgConfig &ac, CandHandle &ch, CandContext &cx); 00013 void Trace(const char *c) const; 00014 00015 private: 00016 00017 00018 ClassDef(AlgDeadChip,1) 00019 00020 }; 00021 00022 #endif
1.3.9.1