ATLAS Offline Software
Loading...
Searching...
No Matches
xAODRODHeaderAuxContainerCnv_v1.cxx File Reference
#include <stdexcept>
#include <array>
#include "GaudiKernel/MsgStream.h"
#include "AthContainers/AuxTypeRegistry.h"
#include "xAODTrigL1Calo/RODHeaderContainer.h"
#include "xAODTrigL1Calo/versions/RODHeaderContainer_v1.h"
#include "xAODRODHeaderAuxContainerCnv_v1.h"
Include dependency graph for xAODRODHeaderAuxContainerCnv_v1.cxx:

Go to the source code of this file.

Macros

#define MSGLVL   MSG::DEBUG
 Convenience macro defining the converter's output message level.
#define ATH_MSG(MSG)
 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.

Convenience macro for printing messages in the converter.

Definition at line 25 of file xAODRODHeaderAuxContainerCnv_v1.cxx.

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

◆ MSGLVL

#define MSGLVL   MSG::DEBUG

Convenience macro defining the converter's output message level.

Definition at line 22 of file xAODRODHeaderAuxContainerCnv_v1.cxx.