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

AlgDeadChip.h

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

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