00001 #ifndef _ots_DataManagerSupervisor_h_
00002 #define _ots_DataManagerSupervisor_h_
00003
00004 #include "otsdaq-core/CoreSupervisors/CoreSupervisorBase.h"
00005
00006 namespace ots
00007 {
00008
00009
00010
00011
00012
00013 class DataManagerSupervisor: public CoreSupervisorBase
00014 {
00015
00016 public:
00017
00018 XDAQ_INSTANTIATOR();
00019
00020 DataManagerSupervisor (xdaq::ApplicationStub * s) ;
00021 virtual ~DataManagerSupervisor (void);
00022
00023 private:
00024 };
00025
00026 }
00027
00028 #endif