 |
ATLAS Offline Software
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
5#ifndef ASSOCIATIONUTILS_MACROCHECKS_H
6#define ASSOCIATIONUTILS_MACROCHECKS_H
13#define ORT_POINTER_CHECK( ptr ) \
15 if(ptr == nullptr) { \
16 ATH_MSG_ERROR(#ptr << " pointer is null!"); \
17 return StatusCode::FAILURE; \