#include "GaudiKernel/DeclareFactoryEntries.h"
#include "GaudiKernel/IToolFactory.h"
Include dependency graph for CalXtalResponse_load.cxx:

Go to the source code of this file.
Defines | |
| #define | DLL_DECL_TOOL(x) extern const IToolFactory& x##Factory; x##Factory.addRef(); |
Functions | |
| DECLARE_FACTORY_ENTRIES (CalXtalResponse) | |
Definition in file CalXtalResponse_load.cxx.
|
|
Definition at line 13 of file CalXtalResponse_load.cxx. Referenced by DECLARE_FACTORY_ENTRIES(). |
|
|
Definition at line 15 of file CalXtalResponse_load.cxx. References DLL_DECL_TOOL.
00015 {
00016
00017 DECLARE_SERVICE( CalCalibSvc );
00018 DECLARE_SERVICE( CalFailureModeSvc );
00019
00020 DECLARE_ALGORITHM( CalXtalRecAlg );
00021 DECLARE_ALGORITHM( CalTupleAlg );
00022
00023 DLL_DECL_TOOL( XtalDigiTool );
00024 DLL_DECL_TOOL( XtalRecTool );
00025 DLL_DECL_TOOL( CalTrigTool );
00026 DLL_DECL_TOOL( PrecalcCalibTool );
00027 DLL_DECL_TOOL( NeighborXtalkTool );
00028 DLL_DECL_TOOL( CalSignalTool );
00029 DLL_DECL_TOOL( XtalSignalTool );
00030 DLL_DECL_TOOL( CalDiagnosticTool );
00031
00032 DLL_DECL_TOOL( CalXtalRespRandom );
00033 }
|
1.3.3