00001 00010 // Include files 00011 #include "GaudiKernel/ObjectFactory.h" 00012 #include "GaudiKernel/ObjectVector.h" 00013 #include "GaudiKernel/ObjectList.h" 00014 00015 #define _ImplementHitContainedFactories(x) \ 00016 _ImplementContainedObjectFactory( x ) \ 00017 _ImplementDataObjectFactory( x##Vector ) \ 00018 _ImplementDataObjectFactory( x##List ) 00019 00020 #define DLL_DECL_CONTAINEDOBJECTFACTORY(x) \ 00021 DLL_DECL_OBJECTFACTORY( x ) \ 00022 DLL_DECL_OBJECTFACTORY( x##Vector )\ 00023 DLL_DECL_OBJECTFACTORY( x##List ) 00024 00025 #include "GlastEvent/TopLevel/EventModel.h" 00026 using namespace GlastEvent; 00027 00028 // ==================================================================== 00029 // Object factory implementation for objects of class TdCsIData 00030 // ==================================================================== 00031 #include "GlastEvent/data/TdCsIData.h" 00032 _ImplementDataObjectFactory(TdCsIData) 00033 00034 00035 // ==================================================================== 00036 // Object factory implementation for objects of class TdSiData 00037 // ==================================================================== 00038 #include "GlastEvent/data/TdSiData.h" 00039 _ImplementDataObjectFactory(TdSiData) 00040 00041 00042 void RawInstantiation() { 00043 DLL_DECL_OBJECTFACTORY( TdCsIData ); 00044 DLL_DECL_OBJECTFACTORY( TdSiData ); 00045 }
1.2.3 written by Dimitri van Heesch,
© 1997-2000