/search.css" rel="stylesheet" type="text/css"/> /search.js">
#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"
Go to the source code of this file.
DECLARE_SERVICE_FACTORY | ( | DybStorageSvc | ) |
DECLARE_TOOL_FACTORY | ( | DybInputLoadTool | ) |
DECLARE_TOOL_FACTORY | ( | DybNextEntryPolicyTool | ) |
DECLARE_ALGORITHM_FACTORY | ( | DaqRootWriter | ) |
DECLARE_ALGORITHM_FACTORY | ( | DybOutputFileRoller | ) |
DECLARE_ALGORITHM_FACTORY | ( | TestInputLoadAlg | ) |
DECLARE_ALGORITHM_FACTORY | ( | TestIOIncidentAlg | ) |
DECLARE_FACTORY_ENTRIES | ( | DybIO | ) |
Definition at line 25 of file DybIO_entries.cc.
{ DECLARE_SERVICE(DybStorageSvc); DECLARE_SERVICE(DybEvtSelector); DECLARE_SERVICE(DybIODaqSvc); DECLARE_TOOL(DybInputLoadTool); DECLARE_TOOL(DybNextEntryPolicyTool); DECLARE_ALGORITHM(DaqRootWriter); DECLARE_ALGORITHM(DybOutputFileRoller); DECLARE_ALGORITHM(TestInputLoadAlg); DECLARE_ALGORITHM(TestIOIncidentAlg); }