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

FitShowerEMListModule.h

Go to the documentation of this file.
00001 #ifndef FITSHOWEREMLISTMODULE_H
00002 #define FITSHOWEREMLISTMODULE_H
00003 
00004 #include "TObject.h"
00005 #include "TString.h"
00006 
00007 #include "JobControl/JobCModule.h"
00008 
00009 class JobCommand;
00010 class MomNavigator;
00011 
00012 class FitShowerEMListModule : public JobCModule, public TObject
00013 {
00014 public:
00015   FitShowerEMListModule();
00016  ~FitShowerEMListModule();
00017   
00018   void BeginJob();
00019   JobCResult Reco(MomNavigator *mom);
00020   const Registry &DefaultConfig() const;
00021 
00022   ClassDef(FitShowerEMListModule,0)   //FitShowerEMListModule version 0
00023 };
00024 
00025 #endif // FITSHOWEREMLISTMODULE_H

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