#include "GaudiKernel/ContainerFactoryDefs.h"
#include "Event/TrackVertex.h"
Go to the source code of this file.
Functions | |
_ImplementContainedObjectFactory (TrackVertex) _ImplementDataObjectFactory(TrackVertices) void TrackEvent_load() | |
==================================================================== | |
void | TrackEvent_loadRef () |
|
====================================================================
Definition at line 12 of file TrackEvent_load.cpp. 00016 { 00017 // Declaration of contained object factories 00018 DLL_DECL_OBJECTFACTORY( TrackVertex ); 00019 DLL_DECL_OBJECTFACTORY( TrackVertices ); 00020 }
|
|
Definition at line 22 of file TrackEvent_load.cpp. 00022 { 00023 TrackEvent_load(); 00024 }
|