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

ServiceFit.h

Go to the documentation of this file.
00001 #ifndef ARCHIVINGSERVICE_H
00002 #define ARCHIVINGSERVICE_H
00003 
00004 #include <is/isinfo.h>
00005 
00006 namespace SctArchivingServiceFit {
00007 
00008 class ArchivingServiceFit {
00009 public:
00010     ArchivingServiceFit();
00011     void runFit();
00012     static void ISCallbackFit(ISCallbackInfo * isc);
00013     void archiveFit(ISCallbackInfo * isc);
00014 };
00015 
00016 }
00017 
00018 #endif //#ifndef ARCHIVINGSERVICE_H

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