Main Page | Namespace List | Class Hierarchy | Compound List | File List | Namespace Members | Compound Members | File Members

CalXtalResponse_load.cxx File Reference

This is needed for forcing the linker to load all components of the library. More...

#include "GaudiKernel/DeclareFactoryEntries.h"
#include "GaudiKernel/IToolFactory.h"

Include dependency graph for CalXtalResponse_load.cxx:

Include dependency graph

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)


Detailed Description

This is needed for forcing the linker to load all components of the library.

Author:
Z.Fewtrell

Definition in file CalXtalResponse_load.cxx.


Define Documentation

#define DLL_DECL_TOOL  )     extern const IToolFactory& x##Factory; x##Factory.addRef();
 

Definition at line 13 of file CalXtalResponse_load.cxx.

Referenced by DECLARE_FACTORY_ENTRIES().


Function Documentation

DECLARE_FACTORY_ENTRIES CalXtalResponse   ) 
 

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 } 


Generated on Mon Dec 1 13:29:45 2008 by doxygen 1.3.3