BOSS 7.0.3
BESIII Offline Software System
Loading...
Searching...
No Matches
HltConfig_entries.cxx
Go to the documentation of this file.
1#include "HltConfig/HltConfigSvc.h"
2#include "GaudiKernel/DeclareFactoryEntries.h"
3
4DECLARE_SERVICE_FACTORY( HltConfigSvc )
5
7 DECLARE_SERVICE( HltConfigSvc );
8}
9
10//Notes:
11//
12//1. The argument to the DECLARE_FACTORY_ENTRIES(XXX) is the name of the
13// component library (libXXX.so).
14//2. Each Algorithm that is contained in the library should be declared
15// by the DECLARE_ALGORITHM() statement.
16//3. Each Service that is contained in the library should be declared
17// by the DECLARE_SERVICE() statement.
18//
19// See Athena User Guide for more information
20
21
DECLARE_FACTORY_ENTRIES(HltConfig)