Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Related Pages

ReAnalyseMain.cxx

00001 #include "ReAnalyse.h"
00002 #include "Sct/Exception.h"
00003 
00004 int main(int argv, char** argc){
00005   try{
00006     SctAnalysis::ReAnalyse reanalyser(argv, argc);
00007     reanalyser.go();
00008   }catch(Sct::Throwable& e){
00009     e.sendToMrs();
00010   }
00011 }

Generated on Thu Feb 3 17:37:39 2005 for SCT DAQ/DCS Software - C++ by doxygen 1.3.5