ATLAS Offline Software
Namespaces | Macros
xAODTestWriteCVec.cxx File Reference

Algorithm to test writing xAOD classes with auxiliary data (cvec). More...

#include "xAODTestWriteCVec.h"
#include "DataModelTestDataCommon/CVec.h"
#include "DataModelTestDataCommon/C.h"
#include "DataModelTestDataCommon/CAuxContainer.h"
#include "AthContainersInterfaces/AuxDataOption.h"
#include "StoreGate/WriteDecorHandle.h"
#include "AthLinks/ElementLink.h"
#include "AthenaKernel/errorcheck.h"
Include dependency graph for xAODTestWriteCVec.cxx:

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 (cvec).

Author
snyde.nosp@m.r@bn.nosp@m.l.gov
Date
Apr 2016

Definition in file xAODTestWriteCVec.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 23 of file xAODTestWriteCVec.cxx.

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