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

FitterWorkerGroup.h

00001 #ifndef FITTERWORKERGROUP_H
00002 #define FITTERWORKERGROUP_H
00003 #include "SctService/WorkerGroup.h"
00004 #include <string>
00005 #include <boost/shared_ptr.hpp>
00006 
00007 using std::string;
00008 using boost::shared_ptr;
00009 using namespace SctService;
00010 
00011 namespace SctFitter {
00012 
00017 class FitterWorkerGroup : public WorkerGroup<string> {
00018 public:
00020     FitterWorkerGroup() : m_calls(0) {}
00021 
00023     virtual ~FitterWorkerGroup() {}
00024 
00025 private:
00031     virtual void work(string name) throw() ;
00032     int m_calls; 
00033 };
00034 
00035 }// end of namespace SctFitter
00036 
00037 #endif // #define FITTERWORKERGROUP_H

Generated on Thu Jul 15 09:50:46 2004 for SCT DAQ/DCS Software - C++ by doxygen 1.3.5