00001 00002 #ifndef ALGFITTRACKATNULIST_H 00003 #define ALGFITTRACKATNULIST_H 00004 00005 #include "Algorithm/AlgBase.h" 00006 00007 class AlgFitTrackAtNuList : public AlgBase 00008 { 00009 00010 public: 00011 AlgFitTrackAtNuList(); 00012 ~AlgFitTrackAtNuList(); 00013 void RunAlg(AlgConfig &ac, CandHandle &ch, CandContext &cx); 00014 void Trace(const char *c) const; 00015 00016 private: 00017 00018 00019 ClassDef(AlgFitTrackAtNuList,1) 00020 00021 }; 00022 00023 #endif
1.3.9.1