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

runRunAlg.h

Go to the documentation of this file.
00001 #ifndef runRunAlg_h
00002 #define runRunAlg_h
00003 
00004 #include "Event/algorithmCommand.h"
00005 #include "Event/defineVI.h"
00006 
00007 #include "Event/cutVI.h"
00008 #include "Event/algorithmVI.h"
00009 
00010 //------------------------
00012 
00016 //------------------------
00017 // JA Hernando, Santa Cruz, CA, 05/15/00
00018 //------------------------
00019 
00020 //#####################################
00021 class runRunAlg : public algorithmCommand, public defineVI
00022 //#####################################
00023 {
00024 public:
00025 
00027         runRunAlg() {}
00029         virtual ~runRunAlg() {}
00030 
00032         virtual void execute();
00034         virtual void define();
00035 
00036 private:
00037 
00039         cutVI* m_cNextEvent;
00041         algorithmVI* m_aRunEvent;
00042 };
00043 #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