00001 00002 // $Id: AlgShowerSRList.h,v 1.2 2004/08/19 15:02:22 musser Exp $ 00003 // 00004 // AlgShowerSRList.h 00005 // 00006 // AlgShowerSRList is a concrete ShowerSRList Algorithm class. 00007 // 00008 // Author: R. Lee 2001.02.21 00009 // 00011 00012 #ifndef ALGSHOWERSRLIST_H 00013 #define ALGSHOWERSRLIST_H 00014 00015 #include "Algorithm/AlgBase.h" 00016 #include "Registry/Registry.h" 00017 00018 class CandClusterHandle; 00019 00020 class AlgShowerSRList : public AlgBase 00021 { 00022 00023 public: 00024 AlgShowerSRList(); 00025 virtual ~AlgShowerSRList(); 00026 virtual void RunAlg(AlgConfig &ac, CandHandle &ch, CandContext &cx); 00027 virtual void Trace(const char *c) const; 00028 00029 ClassDef(AlgShowerSRList,1) // ShowerSRList Algorithm Class 00030 00031 }; 00032 00033 #endif // ALGSHOWERSRLIST_H
1.3.9.1