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

AlgFarDetSliceList.h

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

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