$treeview $search $mathjax $extrastylesheet
00001 #ifndef ots_DetectorRegisterConfiguration_h 00002 #define ots_DetectorRegisterConfiguration_h 00003 00004 #include "otsdaq-core/ConfigurationDataFormats/RegisterTable.h" 00005 00006 namespace ots 00007 { 00008 class DetectorRegisterConfiguration : public ots::RegisterConfiguration 00009 { 00010 public: 00011 DetectorRegisterConfiguration(void); 00012 virtual ~DetectorRegisterConfiguration(void); 00013 }; 00014 } // namespace ots 00015 #endif