ATLAS Offline Software
Loading...
Searching...
No Matches
FastCaloSimCaloExtrapolation.cxx File Reference

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 33 of file FastCaloSimCaloExtrapolation.cxx.

33#define ATH_MSG_COND(MSG, CONDITION) \
34do { \
35 if (CONDITION) { \
36 ATH_MSG_DEBUG(MSG); \
37 } else { \
38 ATH_MSG_WARNING(MSG); \
39 } \
40} while (0)