#include <stdexcept>
#include "xAODTriggerMenuAuxContainerCnv.h"
Go to the source code of this file.
◆ FIX_SIZE
Value: do { \
if(
obj->NAME.size() <
sz ) { \
obj->NAME.resize(
sz ); \
ATH_MSG_VERBOSE(
"Fixed the size of " << #NAME <<
" to " <<
sz ); \
} \
} while( 0 )