ATLAS Offline Software
Macros
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 at line 38 of file FastCaloSimCaloExtrapolation.cxx.

MSG
Definition: MsgLevel.h:28