ATLAS Offline Software
Macros
TrigEgammaForwardPrecisionCaloHypoTool.cxx File Reference
#include <algorithm>
#include "AthenaMonitoringKernel/Monitored.h"
#include "TrigCompositeUtils/HLTIdentifier.h"
#include "TrigCompositeUtils/Combinators.h"
#include "TrigSteeringEvent/TrigRoiDescriptorCollection.h"
#include "xAODCaloEvent/CaloCluster.h"
#include "TrigEgammaForwardPrecisionCaloHypoTool.h"
Include dependency graph for TrigEgammaForwardPrecisionCaloHypoTool.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; }
ATH_MSG_DEBUG
#define ATH_MSG_DEBUG(x)
Definition: AthMsgStreamMacros.h:29