Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

AlgAtNuReco.h

Go to the documentation of this file.
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     

Generated on Mon Jun 16 14:56:13 2008 for loon by  doxygen 1.3.9.1