ATLAS Offline Software
Loading...
Searching...
No Matches
PAuxContainer_v1.cxx File Reference
Include dependency graph for PAuxContainer_v1.cxx:

Go to the source code of this file.

Namespaces

namespace  DMTest

Macros

#define CHECK_OPTION(ret)

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 17 of file PAuxContainer_v1.cxx.

17#define CHECK_OPTION(ret) \
18 do { \
19 if (!ret) { \
20 ATH_MSG_ERROR("setOption failed"); \
21 return StatusCode::FAILURE; \
22 } \
23 } while(0)