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

AtNuFindModule.h

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

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