ATLAS Offline Software
Loading...
Searching...
No Matches
xAODTestWritePVec.cxx File Reference

Algorithm to test writing xAOD data with packed containers. More...

Include dependency graph for xAODTestWritePVec.cxx:

Go to the source code of this file.

Namespaces

namespace  DMTest

Macros

#define CHECK_OPTION(ret)

Detailed Description

Algorithm to test writing xAOD data with packed containers.

Author
snyde.nosp@m.r@bn.nosp@m.l.gov
Date
Sep 2024

Definition in file xAODTestWritePVec.cxx.

Macro Definition Documentation

◆ CHECK_OPTION

#define CHECK_OPTION ( ret)
Value:
do { \
if (!ret) { \
ATH_MSG_ERROR("setOption failed"); \
return StatusCode::FAILURE; \
} \
} while(0)

Definition at line 21 of file xAODTestWritePVec.cxx.

21#define CHECK_OPTION(ret) \
22 do { \
23 if (!ret) { \
24 ATH_MSG_ERROR("setOption failed"); \
25 return StatusCode::FAILURE; \
26 } \
27 } while(0)