ATLAS Offline Software
StoreGateExample_entries.cxx
Go to the documentation of this file.
1 //====================================================================
2 // StoreGateExample_entries.cxx
3 //--------------------------------------------------------------------
4 //
5 // Package : StoreGate/example
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 "../ReadData.h"
14 #include "../WriteData.h"
15 #include "../WriteDataReentrant.h"
16 #include "../ReadDataReentrant.h"
17 #include "../HandleTestTool1.h"
18 #include "../HandleTestTool2.h"
19 #include "../HandleTestTool3.h"
20 #include "../HandleTestAlg.h"
21 
30 
ReadDataReentrant
Definition: ReadDataReentrant.h:31
AthEx::HandleTestTool1
Definition: HandleTestTool1.h:28
ReadData
Definition: Control/AthenaExamples/AthExStoreGateExample/src/ReadData.h:20
AthEx::HandleTestTool2
Definition: HandleTestTool2.h:28
WriteDataReentrant
Definition: WriteDataReentrant.h:30
AthEx::HandleTestAlg
Definition: HandleTestAlg.h:28
AthEx::HandleTestTool3
Definition: HandleTestTool3.h:27
DECLARE_COMPONENT
DECLARE_COMPONENT(MuonReadoutGeomCnvAlg)
WriteData
Definition: Control/AthenaExamples/AthExStoreGateExample/src/WriteData.h:15