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

main.cpp

Go to the documentation of this file.
00001 
00002 #include <stdio.h>
00003 #include <stdlib.h>
00004 #include <iostream>
00005 #include "TROOT.h"
00006 #include "Event/centellaSys.h"
00007 #include "Event/optionManager.h"
00008 #include "Event/processManager.h"
00009 
00010 //--------------------------------------------
00011 //  JA Hernando         Santa Cruz, 02/16/00
00012 //--------------------------------------------
00014 //--------------------------------------------
00015 
00016 void main(int argc, char* argv[])
00017 {
00019         TROOT rootSys("tree","example");
00020 
00022         centellaSys* centella = new centellaSys();
00023 
00025         optionManager::instance()->setOption(argc, argv);
00026         
00028         processManager::instance()->runApplication();
00029 }

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