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 79 of file OutOfValidityEventHelper.h.
79#define ANA_CHECK_CORRECTION_EVENT(helper,expr) \
80 { if (ATH_UNLIKELY((helper).check ((expr), #expr).isFailure())) \
81 return StatusCode::FAILURE; }