00001 00002 // $Id: AltAlgSlice.h,v 1.2 2004/11/08 23:22:10 gmieg Exp $ 00003 // 00004 // AltAlgSlice.h 00005 // 00006 // -- NEAR Detector Event Slicing Algorithm 00007 // 00008 // Costas Andreopoulos <C.V.Andreopoulos@rl.ac.uk> 00009 // CCLRC, Rutherford Appleton Laboratory 00010 // July 01, 2003 00012 00013 #ifndef _ALT_ALG_SLICE_H_ 00014 #define _ALT_ALG_SLICE_H_ 00015 00016 #include "Algorithm/AlgBase.h" 00017 00018 class AltAlgSlice : public AlgBase 00019 { 00020 00021 public: 00022 AltAlgSlice(); 00023 virtual ~AltAlgSlice(); 00024 virtual void RunAlg(AlgConfig &ac, CandHandle &ch, CandContext &cx); 00025 virtual void Trace(const char *c) const; 00026 00027 ClassDef(AltAlgSlice,0) // Slice Algorithm Class 00028 }; 00029 00030 #endif // _ALT_ALG_SLICE_H_
1.3.9.1