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