ATLAS Offline Software
Macros
xAODTriggerMenuAuxContainerCnv.cxx File Reference
#include <stdexcept>
#include "xAODTriggerMenuAuxContainerCnv.h"
Include dependency graph for xAODTriggerMenuAuxContainerCnv.cxx:

Go to the source code of this file.

Macros

#define FIX_SIZE(NAME)
 

Macro Definition Documentation

◆ FIX_SIZE

#define FIX_SIZE (   NAME)
Value:
do { \
if( obj->NAME.size() < sz ) { \
obj->NAME.resize( sz ); \
ATH_MSG_VERBOSE( "Fixed the size of " << #NAME << " to " << sz ); \
} \
} while( 0 )
fitman.sz
sz
Definition: fitman.py:527
python.PyAthena.obj
obj
Definition: PyAthena.py:135