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

AtNuFitModule.h

Go to the documentation of this file.
00001 #ifndef ATNUFITMODULE_H
00002 #define ATNUFITMODULE_H
00003 
00004 #include "JobControl/JobCModule.h"
00005 #include "TString.h"
00006 
00007 class JobCommand;
00008 class MomNavigator;
00009 
00010 class AtNuFitModule : public JobCModule, public TObject
00011 {
00012 public:
00013   AtNuFitModule();
00014  ~AtNuFitModule();
00015   
00016   void BeginJob();
00017   JobCResult Reco(MomNavigator *mom);
00018   JobCResult Ana(const MomNavigator *mom);
00019   const Registry& DefaultConfig() const;
00020   void Config(const Registry &r);
00021   void HandleCommand(JobCommand *command);
00022   void EndJob();
00023 
00024 private:
00025 
00026   TString fListIn;
00027   TString fListOut;
00028 
00029   ClassDef(AtNuFitModule,1)  
00030 };
00031 
00032 #endif 

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