#include "GaudiKernel/DeclareFactoryEntries.h"
#include "DybStorageSvc.h"
#include "DybEvtSelector.h"
#include "DybIODaqSvc.h"
#include "DybInputLoadTool.h"
#include "DybNextEntryPolicyTool.h"
#include "DaqRootWriter.h"
#include "DybOutputFileRoller.h"
#include "TestInputLoadAlg.h"
#include "TestIOIncidentAlg.h"
Include dependency graph for DybIO_entries.cc:
Go to the source code of this file.
DECLARE_FACTORY_ENTRIES | ( | DybIO | ) |
Definition at line 25 of file DybIO_entries.cc.
00025 { 00026 DECLARE_SERVICE(DybStorageSvc); 00027 DECLARE_SERVICE(DybEvtSelector); 00028 DECLARE_SERVICE(DybIODaqSvc); 00029 DECLARE_TOOL(DybInputLoadTool); 00030 DECLARE_TOOL(DybNextEntryPolicyTool); 00031 DECLARE_ALGORITHM(DaqRootWriter); 00032 DECLARE_ALGORITHM(DybOutputFileRoller); 00033 DECLARE_ALGORITHM(TestInputLoadAlg); 00034 DECLARE_ALGORITHM(TestIOIncidentAlg); 00035 }