00001 00002 // $Id: AlgShowerSS.h,v 1.2 2005/12/13 15:24:46 cbs Exp $ 00003 // 00004 // AlgShowerSS.h 00005 // 00007 00008 #ifndef ALGSHOWERSS_H 00009 #define ALGSHOWERSS_H 00010 00011 #include "RecoBase/CandShowerHandle.h" 00012 #include "CandShowerSR/AlgShowerSR.h" 00013 00014 class AlgShowerSS : public AlgShowerSR 00015 { 00016 00017 public: 00018 AlgShowerSS(); 00019 virtual ~AlgShowerSS(); 00020 virtual void RunAlg(AlgConfig &ac, CandHandle &ch, CandContext &cx); 00021 virtual void Trace(const char *c) const; 00022 00023 protected: 00024 00025 00026 ClassDef(AlgShowerSS,0) // ShowerSS Algorithm Class 00027 00028 }; 00029 00030 #endif // ALGSHOWERSR_H
1.3.9.1