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