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

FitTrackSRListModule.h

Go to the documentation of this file.
00001 
00025 #ifndef FITTRACKSRLISTMODULE_H
00026 #define FITTRACKSRLISTMODULE_H
00027 
00028 #include "TObject.h"
00029 #include "TString.h"
00030 
00031 #include "JobControl/JobCModule.h"
00032 
00033 class JobCommand;
00034 class MomNavigator;
00035 
00036 class FitTrackSRListModule : public JobCModule, public TObject
00037 {
00038 public:
00039   FitTrackSRListModule();
00040  ~FitTrackSRListModule();
00041   
00042   void BeginJob();
00043   JobCResult Reco(MomNavigator *mom);
00044   const Registry &DefaultConfig() const;
00045 
00046   ClassDef(FitTrackSRListModule,1)              // FitTrackSRListModule version 0
00047 };
00048 
00049 #endif // FITTRACKSRLISTMODULE_H

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