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
1.3.9.1