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

AlgFarDetSlice.h

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

Generated on Mon Feb 15 11:06:18 2010 for loon by  doxygen 1.3.9.1