00001
00002
00003 #ifndef XAODCORE_BASEINFO_H
00004 #define XAODCORE_BASEINFO_H
00005
00030
00031 #ifdef XAOD_STANDALONE
00032
00033
00034 #ifndef SG_BASE
00035 # define SG_BASE( D, B ) class xAODCoreDummy
00036 #endif // not SG_BASE
00037 #ifndef SG_BASES1
00038 # define SG_BASES1( D, B ) class xAODCoreDummy
00039 #endif // not SG_BASES1
00040 #ifndef SG_BASES2
00041 # define SG_BASES2( D, B1, B2 ) class xAODCoreDummy
00042 #endif // not SG_BASES2
00043 #ifndef SG_BASES3
00044 # define SG_BASES3( D, B1, B2, B3 ) class xAODCoreDummy
00045 #endif // not SG_BASES3
00046 #ifndef SG_ADD_BASE
00047 # define SG_ADD_BASE( D, B ) class xAODCoreDummy
00048 #endif // not SG_ADD_BASE
00049
00050 #else // not XAOD_STANDALONE
00051
00052
00053 #include "SGTools/BaseInfo.h"
00054
00055 #endif // not XAOD_STANDALONE
00056
00057 #endif // not XAODCORE_BASEINFO_H