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

AlgFitTrackAtNuList.h

Go to the documentation of this file.
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       

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