ATLAS Offline Software
Loading...
Searching...
No Matches
xAODTrackParticleAuxContainerCnv_v2.cxx File Reference
Include dependency graph for xAODTrackParticleAuxContainerCnv_v2.cxx:

Go to the source code of this file.

Macros

#define MSGLVL   MSG::DEBUG
 Convenience macro for setting the level of output messages.
#define ATH_MSG(MSG)
 Another convenience macro for printing messages in the converter.

Macro Definition Documentation

◆ ATH_MSG

#define ATH_MSG ( MSG)
Value:
do { \
if( log.level() <= MSGLVL ) { \
log << MSGLVL << MSG << endmsg; \
} \
} while( 0 )
#define endmsg
Definition MsgLevel.h:28
#define MSGLVL
Convenience macro for setting the level of output messages.

Another convenience macro for printing messages in the converter.

Definition at line 28 of file xAODTrackParticleAuxContainerCnv_v2.cxx.

28#define ATH_MSG( MSG ) \
29do { \
30 if( log.level() <= MSGLVL ) { \
31 log << MSGLVL << MSG << endmsg; \
32 } \
33} while( 0 )

◆ MSGLVL

#define MSGLVL   MSG::DEBUG

Convenience macro for setting the level of output messages.

Definition at line 25 of file xAODTrackParticleAuxContainerCnv_v2.cxx.