ATLAS Offline Software
Loading...
Searching...
No Matches
OutOfValidityEventHelper.h File Reference
Include dependency graph for OutOfValidityEventHelper.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CP::OutOfValidityEventHelper
 a helper to translate a CP::CorrectionCode into a ::StatusCode More...

Namespaces

namespace  CP
 Select isolated Photons, Electrons and Muons.

Macros

#define ANA_CHECK_CORRECTION_EVENT(helper, expr)
 a helper check macro to work with OutOfValidityEventHelper

Macro Definition Documentation

◆ ANA_CHECK_CORRECTION_EVENT

#define ANA_CHECK_CORRECTION_EVENT ( helper,
expr )
Value:
{ if (ATH_UNLIKELY((helper).check ((expr), #expr).isFailure())) \
return StatusCode::FAILURE; }
#define ATH_UNLIKELY(x)

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; }