#include "FastShowerUtils/IShowerDemo.h"
#include "FastShowerUtils/RTest.h"
Include dependency graph for RTester.cxx:
Go to the source code of this file.
Functions | |
int | main () |
|
Definition at line 6 of file RTester.cxx.
00006 { 00007 // IShowerDemo* demo = new ShowerDemoDumper; 00008 IShowerDemo* tester = new RTest; 00009 tester->initialise(); 00010 tester->execute(); 00011 tester->finalise(); 00012 return 0; 00013 } |