00001 // AlgAtNuRecoMCTruth.h 00002 #ifndef ALGATNURECOMCTRUTH_H 00003 #define ALGATNURECOMCTRUTH_H 00004 00005 #include "Algorithm/AlgBase.h" 00006 #include "TObjArray.h" 00007 00008 class AlgAtNuRecoMCTruth : public AlgBase 00009 { 00010 00011 public: 00012 AlgAtNuRecoMCTruth(); 00013 ~AlgAtNuRecoMCTruth(); 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 00021 TObjArray hitbnk; 00022 TObjArray trkbnk[2]; 00023 TObjArray shwbnk[2]; 00024 TObjArray trkcxt; 00025 TObjArray shwcxt; 00026 00027 ClassDef(AlgAtNuRecoMCTruth,1) 00028 00029 }; 00030 00031 #endif
1.3.9.1