BOSS 7.0.3
BESIII Offline Software System
Loading...
Searching...
No Matches
McEventSelector_entries.cxx
Go to the documentation of this file.
1//====================================================================
2// McEventSelector_entries.cxx
3//--------------------------------------------------------------------
4//
5// Package : Generators/McEventSelector
6//
7// Description: Implementation of <Package>_load routine.
8// This routine is needed for forcing the linker
9// to load all the components of the library.
10//
11//====================================================================
12
13#include "GaudiKernel/DeclareFactoryEntries.h"
14#include "McEventSelector/McEventCnv.h"
15#include "McEventSelector/McCnvSvc.h"
16#include "McEventSelector/McEventSelector.h"
17
18DECLARE_CONVERTER_FACTORY(McEventCnv)
19DECLARE_SERVICE_FACTORY(McEventSelector)
20DECLARE_SERVICE_FACTORY(McCnvSvc)
21
23 DECLARE_CONVERTER( McEventCnv )
24 DECLARE_SERVICE ( McEventSelector )
25 DECLARE_SERVICE ( McCnvSvc )
26}
27
DECLARE_FACTORY_ENTRIES(McEventSelector)