00001 00002 #ifndef ALGATNURECO_H 00003 #define ALGATNURECO_H 00004 00005 #include "Algorithm/AlgBase.h" 00006 #include "TObjArray.h" 00007 00008 class AlgAtNuReco : public AlgBase 00009 { 00010 00011 public: 00012 AlgAtNuReco(); 00013 ~AlgAtNuReco(); 00014 void RunAlg(AlgConfig &ac, CandHandle &ch, CandContext &cx); 00015 void Trace(const char *c) const; 00016 00017 private: 00018 00019 TObjArray hitplnbnk[500]; 00020 TObjArray xtalkplnbnk[500]; 00021 TObjArray clrplnbnk[500]; 00022 TObjArray segplnbnk[500]; 00023 00024 TObjArray hitbnk; 00025 TObjArray clrbnk; 00026 TObjArray trksegbnk; 00027 TObjArray shwsegbnk; 00028 00029 TObjArray trkbnk[2]; 00030 TObjArray shwbnk[2]; 00031 TObjArray trkcxt; 00032 TObjArray shwcxt; 00033 00034 00035 ClassDef(AlgAtNuReco,1) 00036 00037 }; 00038 00039 #endif
1.3.9.1