ATLAS Offline Software
Namespaces | Macros
xAODTestWritePVec.cxx File Reference

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

#include "xAODTestWritePVec.h"
#include "DataModelTestDataCommon/PVec.h"
#include "DataModelTestDataCommon/P.h"
#include "DataModelTestDataCommon/PAuxContainer.h"
#include "AthContainersInterfaces/AuxDataOption.h"
#include "AthContainers/Decorator.h"
#include "AthenaKernel/errorcheck.h"
Include dependency graph for xAODTestWritePVec.cxx:

Go to the source code of this file.

Namespaces

 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 22 of file xAODTestWritePVec.cxx.