ATLAS Offline Software
Loading...
Searching...
No Matches
TrigEgammaPrecisionCaloHypoTool.cxx File Reference
Include dependency graph for TrigEgammaPrecisionCaloHypoTool.cxx:

Go to the source code of this file.

Macros

#define CHECK_SIZE(__n)

Macro Definition Documentation

◆ CHECK_SIZE

#define CHECK_SIZE ( __n)
Value:
if ( m_##__n.size() != (nEtaBin - 1) ) \
{ ATH_MSG_DEBUG(" __n size is " << m_##__n.size() << " but needs to be " << (nEtaBin - 1) ); return StatusCode::FAILURE; }
#define ATH_MSG_DEBUG(x)