#include "FastShowerUtils/IShowerDemo.h"
#include "FastShowerUtils/ShowerDemoOri.h"
#include "FastShowerUtils/ShowerDemoMoni.h"
#include "FastShowerUtils/ShowerDemoDumper.h"
Include dependency graph for DemoMain.cxx:
Go to the source code of this file.
Functions | |
int | main () |
|
Definition at line 10 of file DemoMain.cxx.
00010 { 00011 // IShowerDemo* demo = new ShowerDemoDumper; 00012 IShowerDemo* demo = new ShowerDemoMoni; 00013 demo->initialise(); 00014 demo->execute(); 00015 demo->finalise(); 00016 return 0; 00017 } |