#include "GaudiKernel/DeclareFactoryEntries.h"
#include "RawDataReader.h"
Include dependency graph for RawDataTest_entries.cc:
Go to the source code of this file.
Functions | |
DECLARE_ALGORITHM_FACTORY (RawDataReader) | |
DECLARE_FACTORY_ENTRIES (RawDataTest) |
DECLARE_FACTORY_ENTRIES | ( | RawDataTest | ) |
Definition at line 6 of file RawDataTest_entries.cc.
00007 { 00008 DECLARE_ALGORITHM(RawDataReader); 00009 }