ATLAS Offline Software
Loading...
Searching...
No Matches
xAODTrigRNNOutputContainerCnv_v1.cxx File Reference
#include <stdexcept>
#include "GaudiKernel/MsgStream.h"
#include "xAODTrigRinger/TrigRNNOutput.h"
#include "xAODTrigRNNOutputContainerCnv_v1.h"
Include dependency graph for xAODTrigRNNOutputContainerCnv_v1.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 23 of file xAODTrigRNNOutputContainerCnv_v1.cxx.

23#define ATH_MSG( MSG ) \
24 do { \
25 if( log.level() <= MSGLVL ) { \
26 log << MSGLVL << MSG << endmsg; \
27 } \
28 } while( 0 )

◆ MSGLVL

#define MSGLVL   MSG::DEBUG

Convenience macro for setting the level of output messages.

Definition at line 20 of file xAODTrigRNNOutputContainerCnv_v1.cxx.