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
4
DECLARE_SERVICE_FACTORY(
HltConfigSvc
)
5
6
DECLARE_FACTORY_ENTRIES
(HltConfig) {
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
DECLARE_FACTORY_ENTRIES(HltConfig)
Definition:
HltConfig_entries.cxx:6
HltConfigSvc
Definition:
EventFilter/HltProcessor/HltConfig/HltConfig-01-01-05/HltConfig/HltConfigSvc.h:25
source
EventFilter
HltProcessor
HltConfig
HltConfig-01-01-05
src
components
HltConfig_entries.cxx
Generated by
1.9.6