ATLAS Offline Software
Loading...
Searching...
No Matches
FastCaloSimCaloExtrapolation.cxx File Reference
#include "AthenaBaseComps/AthAlgTool.h"
#include "GaudiKernel/ToolHandle.h"
#include "GaudiKernel/IPartPropSvc.h"
#include "CxxUtils/inline_hints.h"
#include "FastCaloSimCaloExtrapolation.h"
#include "ISF_FastCaloSimEvent/FastCaloSim_CaloCell_ID.h"
#include "ISF_FastCaloSimParametrization/IFastCaloSimCaloTransportation.h"
#include "ISF_FastCaloSimEvent/TFCSTruthState.h"
#include "GeoPrimitives/GeoPrimitivesHelpers.h"
#include "GeoPrimitives/CLHEPtoEigenConverter.h"
#include "HepPDT/ParticleDataTable.hh"
#include "TrkGeometry/TrackingGeometry.h"
#include "G4FieldTrack.hh"

Go to the source code of this file.

Macros

#define ATH_MSG_COND(MSG, CONDITION)

Macro Definition Documentation

◆ ATH_MSG_COND

#define ATH_MSG_COND ( MSG,
CONDITION )
Value:
do { \
if (CONDITION) { \
ATH_MSG_DEBUG(MSG); \
} else { \
ATH_MSG_WARNING(MSG); \
} \
} while (0)
Definition MsgLevel.h:28

Definition at line 37 of file FastCaloSimCaloExtrapolation.cxx.

37#define ATH_MSG_COND(MSG, CONDITION) \
38do { \
39 if (CONDITION) { \
40 ATH_MSG_DEBUG(MSG); \
41 } else { \
42 ATH_MSG_WARNING(MSG); \
43 } \
44} while (0)