ATLAS Offline Software
Loading...
Searching...
No Matches
OverlapRemovalInit.cxx File Reference

Go to the source code of this file.

Namespaces

namespace  ORUtils

Macros

#define ORT_CHECK(ARG)

Functions

StatusCode ORUtils::recommendedTools (const ORFlags &flags, ToolBox &toolBox)
 Pre-configured standard recommended OR tools.

Macro Definition Documentation

◆ ORT_CHECK

#define ORT_CHECK ( ARG)
Value:
do { \
if(!static_cast<bool>(ARG)) { \
::Error("OverlapRemovalInit", \
"Failed to execute: \"%s\"", \
#ARG ); \
return StatusCode::FAILURE; \
} \
} while( false )

Definition at line 22 of file OverlapRemovalInit.cxx.

22#define ORT_CHECK( ARG ) \
23 do { \
24 if(!static_cast<bool>(ARG)) { \
25 ::Error("OverlapRemovalInit", \
26 "Failed to execute: \"%s\"", \
27 #ARG ); \
28 return StatusCode::FAILURE; \
29 } \
30 } while( false )