SlicMain.hh

Go to the documentation of this file.
00001 // $Id: SlicMain.hh,v 1.1 2007/04/27 01:54:32 jeremy Exp $
00002 #ifndef SLIC_SLICMAIN_HH
00003 #define SLIC_SLICMAIN_HH 1
00004 
00005 #include "Module.hh"
00006 
00007 namespace slic
00008 {
00009   class SlicMain : public Module
00010   {
00011   public:
00012     SlicMain();
00013     virtual ~SlicMain();
00014     
00015   public:
00016     int main(int argc, char** argv);
00017   }; 
00018 }
00019 
00020 #endif

Generated on Thu Nov 15 15:24:16 2007 for Simulator for the Linear Collider by  doxygen 1.5.4