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

eventVI.cpp

Go to the documentation of this file.
00001 
00002 #include "Event/eventVI.h"
00003 
00004 //#########################
00005 void eventVI::run()
00006 //#########################
00007 {
00008         generate();
00009         reconstruct();
00010         analyze();
00011 }
00012 //#########################
00013 void eventVI::command(std::string com)
00014 //#########################
00015 {
00016         if (com == "generate") generate();
00017         else if (com == "reconstruct") reconstruct();
00018         else if (com == "analyze") analyze();
00019 }

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