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

DemoMain.cxx File Reference

#include "FastShowerUtils/IShowerDemo.h"
#include "FastShowerUtils/ShowerDemoOri.h"
#include "FastShowerUtils/ShowerDemoMoni.h"
#include "FastShowerUtils/ShowerDemoDumper.h"

Include dependency graph for DemoMain.cxx:

Include dependency graph

Go to the source code of this file.


Functions

int main ()

Function Documentation

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 }

Generated on Tue Mar 18 11:50:45 2003 for FastShowerUtils by doxygen1.3-rc1