Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

runEventAlg.h

Go to the documentation of this file.
00001 #ifndef runEventAlg_h
00002 #define runEventAlg_h
00003 
00004 #include "Event/algorithmCommand.h"
00005 #include "Event/defineVI.h"
00006 
00007 #include "Event/cutVI.h"
00008 #include "Event/algorithmVI.h"
00009 
00011 
00025 //#####################################
00026 class runEventAlg : public algorithmCommand, public defineVI
00027 //#####################################
00028 {
00029 public:
00030 
00032         runEventAlg() {}
00034         virtual ~runEventAlg() {}
00035 
00037         virtual void execute();
00039         virtual void define();
00040 
00041 private:
00042 
00044         cutVI* m_cReadEvent;
00046         cutVI* m_cWriteEvent;
00048         algorithmVI* m_aReadEvent;
00050         algorithmVI* m_aProcessEvent;
00052         algorithmVI* m_aWriteEvent;
00054         algorithmVI* m_aSkipEvent;
00055 
00056 };
00057 #endif

Generated at Fri Aug 18 12:57:38 2000 for centella framework by doxygen 1.1.3 written by Dimitri van Heesch, © 1997-2000