00001 00002 // $Id: AlgCaldetDigitList.h,v 1.1 2003/09/01 15:51:30 tagg Exp $ 00003 // 00004 // AlgCaldetDigitList.h 00005 // 00006 // AlgCaldetDigitList is a concrete DigitList Algorithm class. 00007 // 00008 // Author: N Tagg 08/2003 00010 00011 #ifndef ALGCALDETDIGITLIST_H 00012 #define ALGCALDETDIGITLIST_H 00013 00014 #include "Algorithm/AlgBase.h" 00015 00016 class AlgCaldetDigitList : public AlgBase 00017 { 00018 00019 public: 00020 AlgCaldetDigitList(); 00021 virtual ~AlgCaldetDigitList(); 00022 virtual void RunAlg(AlgConfig &ac, CandHandle &ch, CandContext &cx); 00023 virtual void Trace(const char *c) const; 00024 00025 ClassDef(AlgCaldetDigitList,1) // DigitList Algorithm Class 00026 00027 }; 00028 00029 #endif // ALGDIGITLIST_H
1.3.9.1