00001 // Include files 00002 #include "GaudiKernel/ContainerFactoryDefs.h" 00003 00004 //----------------------------------------------------------------------------- 00005 // Implementation file for classes in TrackEvent 00006 // 00007 // 10/02/2005: Jose Hernando, Eduardo Rodrigues 00008 //----------------------------------------------------------------------------- 00009 00011 #include "Event/TrackVertex.h" 00012 _ImplementContainedObjectFactory( TrackVertex ) 00013 _ImplementDataObjectFactory( TrackVertices ) 00014 00015 00016 void TrackEvent_load() { 00017 // Declaration of contained object factories 00018 DLL_DECL_OBJECTFACTORY( TrackVertex ); 00019 DLL_DECL_OBJECTFACTORY( TrackVertices ); 00020 } 00021 00022 extern "C" void TrackEvent_loadRef() { 00023 TrackEvent_load(); 00024 }