00001 00002 // $Id: AltAlgStpPatternRec.h,v 1.2 2004/11/08 23:22:10 gmieg Exp $ 00003 // 00004 // AltAlgStpPatternRec.h 00005 // 00006 // -- Algorithm using Neural Net Techniques to compute the likelihoods 00007 // for each strip in the given slice to belong in a "track-like" or 00008 // a "shower-like" formation 00009 // 00010 // Costas Andreopoulos <C.V.Andreopoulos@rl.ac.uk> 00011 // CCLRC, Rutherford Appleton Laboratory 00012 // July 01, 2003 00014 00015 #ifndef _ALT_ALG_STP_PATTERN_REC_H_ 00016 #define _ALT_ALG_STP_PATTERN_REC_H_ 00017 00018 #include "Algorithm/AlgBase.h" 00019 00020 class AltAlgStpPatternRec : public AlgBase 00021 { 00022 00023 public: 00024 AltAlgStpPatternRec(); 00025 virtual ~AltAlgStpPatternRec(); 00026 virtual void RunAlg(AlgConfig &ac, CandHandle &ch, CandContext &cx); 00027 virtual void Trace(const char *c) const; 00028 00029 ClassDef(AltAlgStpPatternRec, 0) 00030 }; 00031 00032 #endif // _ALT_ALG_STP_PATTERN_REC_H_
1.3.9.1