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