00001 00002 // $Id: AlgShowerEM.h,v 1.2 2004/07/26 16:56:31 cbs Exp $ 00003 // 00004 // AlgShowerEM.h 00005 // 00006 // AlgShowerEM is a concrete StripEM Algorithm class. 00007 // 00008 // Author: R. Lee 2001.02.21 00009 // 00011 00012 #ifndef ALGSHOWEREM_H 00013 #define ALGSHOWEREM_H 00014 00015 #include "Algorithm/AlgBase.h" 00016 #include "RecoBase/AlgReco.h" 00017 00018 class AlgShowerEM : public AlgBase, public AlgReco 00019 { 00020 00021 public: 00022 AlgShowerEM(); 00023 virtual ~AlgShowerEM(); 00024 virtual void RunAlg(AlgConfig &ac, CandHandle &ch, CandContext &cx); 00025 virtual void Trace(const char *c) const; 00026 00027 ClassDef(AlgShowerEM,1) // ShowerEM Algorithm Class 00028 00029 }; 00030 00031 #endif // ALGSHOWEREM_H
1.3.9.1