ATLAS Offline Software
Namespaces | Macros
xAODTestWrite.cxx File Reference

Algorithm to test writing xAOD classes with auxiliary data. More...

#include "xAODTestWrite.h"
#include "xAODTestWriteHelper.h"
#include "DataModelTestDataCommon/CVec.h"
#include "DataModelTestDataCommon/CVecWithData.h"
#include "DataModelTestDataCommon/C.h"
#include "DataModelTestDataCommon/CAuxContainer.h"
#include "DataModelTestDataCommon/CTrigAuxContainer.h"
#include "DataModelTestDataWrite/GVec.h"
#include "DataModelTestDataWrite/G.h"
#include "DataModelTestDataWrite/GAuxContainer.h"
#include "AthContainersInterfaces/AuxDataOption.h"
#include "AthLinks/ElementLink.h"
#include "AthenaKernel/errorcheck.h"

Go to the source code of this file.

Namespaces

 DMTest
 

Macros

#define CHECK_OPTION(ret)
 

Detailed Description

Algorithm to test writing xAOD classes with auxiliary data.

Author
snyde.nosp@m.r@bn.nosp@m.l.gov
Date
May 2014

Definition in file xAODTestWrite.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 34 of file xAODTestWrite.cxx.

ret
T ret(T t)
Definition: rootspy.cxx:260