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

AlgFitTrackSAList.h

Go to the documentation of this file.
00001 #ifndef ALGFITTRACKSALIST_H
00002 #define ALGFITTRACKSALIST_H
00003 //_____________________________________________________________________________
00013 
00014 #include "Algorithm/AlgBase.h"
00015 
00016 class CandHandle;
00017 
00018 class AlgFitTrackSAList : public AlgBase
00019 {
00020 
00021 public:
00022   AlgFitTrackSAList();
00023   virtual ~AlgFitTrackSAList();
00024   virtual void RunAlg(AlgConfig &ac, CandHandle &ch, CandContext &cx);
00025 
00026 private:
00027 
00028 ClassDef(AlgFitTrackSAList,0)
00029 };
00030 
00031 #endif // ALGFITTRACKSALIST_H

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