Go to the source code of this file.
|
| namespace | CP |
| | Select isolated Photons, Electrons and Muons.
|
◆ ANA_CHECK_CORRECTION
| #define ANA_CHECK_CORRECTION |
( |
| helper, |
|
|
| object, |
|
|
| expr ) |
Value: {
if (
ATH_UNLIKELY((helper).check ((
object), (expr), #expr).isFailure())) \
return StatusCode::FAILURE; }
a helper check macro to work with OutOfValidityHelper
Definition at line 132 of file OutOfValidityHelper.h.
132#define ANA_CHECK_CORRECTION(helper,object,expr) \
133 { if (ATH_UNLIKELY((helper).check ((object), (expr), #expr).isFailure())) \
134 return StatusCode::FAILURE; }