ATLAS Offline Software
Macros
EGammaAmbiguityTool.cxx File Reference
#include "ElectronPhotonSelectorTools/EGammaAmbiguityTool.h"
#include "xAODCaloEvent/CaloCluster.h"
#include "xAODTracking/Vertex.h"
#include "xAODTracking/TrackParticle.h"
#include "xAODEgamma/Egamma.h"
#include "xAODEgamma/Electron.h"
#include "xAODEgamma/Photon.h"
#include "xAODEgamma/EgammaContainer.h"
#include "xAODEgamma/ElectronContainer.h"
#include "xAODEgamma/PhotonContainer.h"
#include "xAODEgamma/EgammaDefs.h"
#include "xAODEgamma/EgammaxAODHelpers.h"
#include "FourMomUtils/xAODP4Helpers.h"

Go to the source code of this file.

Macros

#define CHECK_HITS(EXP)
 

Macro Definition Documentation

◆ CHECK_HITS

#define CHECK_HITS (   EXP)
Value:
if (!(EXP)) { \
ATH_MSG_WARNING("Failed \"" << #EXP << "\""); \
return false; \
}

Definition at line 30 of file EGammaAmbiguityTool.cxx.