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