00001
00002
00003 #ifndef AsgToolsConf_H
00004 #define AsgToolsConf_H
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017 #if !defined(ASGTOOL_STANDALONE) && !defined(ASGTOOL_ATHENA)
00018 #ifdef XAOD_STANDALONE
00019 #define ASGTOOL_STANDALONE
00020 #ifndef ASGTOOL_NOTEVENT
00021 #define ASGTOOL_TEVENT
00022 #endif
00023 #else
00024 #define ASGTOOL_ATHENA
00025 #endif
00026 #endif
00027
00028 #if defined(ASGTOOL_STANDALONE) && defined(ASGTOOL_ATHENA)
00029 #error "Only one of ASGTOOL_STANDALONE and ASGTOOL_ATHENA may be defined."
00030 #endif
00031
00032 #endif