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

FilterEvent.h

Go to the documentation of this file.
00001 
00002 // $Id: FilterEvent.h,v 1.1 2003/10/07 10:55:09 tagg Exp $
00003 //
00004 // FILL_IN: [Document your code!!]
00005 //
00006 // n.tagg1@physics.ox.ac.uk
00008 #ifndef FILTEREVENT_H
00009 #define FILTEREVENT_H
00010 #include <TObject.h>
00011 
00012 #ifndef JOBCMODULE_H
00013 #include "JobControl/JobCModule.h"
00014 #endif
00015 
00016 class FilterEvent : public JobCModule, public TObject
00017 {
00018 public:
00019   FilterEvent(){};
00020   ~FilterEvent(){};
00021 
00022 public:
00023   // Analysis and Reconstruction methods
00024   JobCResult Ana(const MomNavigator* mom);
00025 
00026 private:
00027   // Module member data
00028 
00029   ClassDef(FilterEvent,0);
00030 };
00031 #endif // TESTDIGITS_H
00032 

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