00001 #ifndef ALGSHOWERATNULIST_H 00002 #define ALGSHOWERATNULIST_H 00003 00004 #include "Algorithm/AlgBase.h" 00005 00006 class AlgShowerAtNuList : public AlgBase 00007 { 00008 00009 public: 00010 AlgShowerAtNuList(); 00011 ~AlgShowerAtNuList(); 00012 void RunAlg(AlgConfig &ac, CandHandle &ch, CandContext &cx); 00013 void Trace(const char *c) const; 00014 00015 private: 00016 00017 ClassDef(AlgShowerAtNuList,1) 00018 00019 }; 00020 00021 #endif
1.3.9.1