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

FitTrackSAListModule.h

Go to the documentation of this file.
00001 #ifndef FITTRACKSALISTMODULE_H
00002 #define FITTRACKSALISTMODULE_H
00003 //_____________________________________________________________________________
00011 
00012 #include "JobControl/JobCModule.h"
00013 #include "CandData/CandRecord.h"
00014 
00015 #include "CandFitTrackSA/Ntp/NtpFitSARecord.h"
00016 #include "CandFitTrackSA/Ntp/NtpFitSA.h"
00017 
00018 class FitTrackSAListModule : public JobCModule, public TObject {
00019 
00020 public:
00021   FitTrackSAListModule();
00022   ~FitTrackSAListModule();
00023 
00024 public:
00025   // initialize and wrap up
00026   void  BeginJob();
00027   void  EndJob();
00028   
00029   // Analysis and Reconstruction methods
00030   JobCResult Ana(const MomNavigator* mom);
00031   JobCResult Reco(MomNavigator* mom);
00032 
00033   // Module configuration
00034   const Registry& DefaultConfig() const;
00035 
00036 private:
00037 
00038 };
00039 #endif // FITTRACKSALISTMODULE_H

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