ATLAS Offline Software
Loading...
Searching...
No Matches
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 )
static Double_t sz