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 <windows.h>
00003 #include <stdio.h>
00004 #include <stdlib.h>
00005 #include <iostream>
00006 #include "TROOT.h"
00007 #include "Event/centellaSys.h"
00008 #include "Event/optionManager.h"
00009 #include "Event/processManager.h"
00010 
00011 void main(int argc, char* argv[])
00012 {
00013 
00014     TROOT rootSys("tree","example");
00015 
00016         centellaSys* centella = new centellaSys();
00017 
00018         optionManager::instance()->setOption(argc, argv);
00019 
00020         processManager::instance()->runApplication();
00021 
00022     delete centella;
00023 }

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