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

ArchivingServiceRaw.cpp

Go to the documentation of this file.
00001 #include "archiving/ArchRawScanResult.h"
00002 #include "archiving/ArchFitScanResult.h"
00003 #include "ServiceRaw.h"
00004 
00005 #include "Sct/SctNames.h"
00006 //#include "SCT/ISManager.h"
00007 #include "SctData/TestResult.h"
00008 #include "SctData/RawScanResult.h"
00009 
00010 using Sct::SctNames;
00011 using namespace SctData;
00012 
00013 
00014 
00015 int main(int argc, char** argv) {
00016     setExceptionHandlers(argv[0]);
00017     using namespace SctArchivingServiceRaw;
00018 
00019     bool multiThreaded = false; //Choose single/multi-threaded //????????
00020     IPCCore::init(multiThreaded); //??????????
00021     ArchivingServiceRaw arch;
00022     arch.runRaw();
00023 }

Generated on Mon Dec 15 19:35:56 2003 for SCT DAQ/DCS Software by doxygen1.3-rc3