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

AlgTrackAtNuList.h

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

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