ATLAS Offline Software
Loading...
Searching...
No Matches
xAODJetTrigAuxContainerCnv_v1.cxx File Reference
#include <stdexcept>
#include "GaudiKernel/MsgStream.h"
#include "AthContainers/tools/copyAuxStoreThinned.h"
#include "xAODJet/JetContainer.h"
#include "xAODJet/JetTrigAuxContainer.h"
#include "xAODJet/versions/JetTrigAuxContainer_v1.h"
#include "AthLinks/ElementLink.h"
#include "xAODBase/IParticleContainer.h"
#include "xAODJetTrigAuxContainerCnv_v1.h"
#include <utility>
#include <algorithm>

Go to the source code of this file.

Macros

#define MSGLVL   MSG::VERBOSE
 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 31 of file xAODJetTrigAuxContainerCnv_v1.cxx.

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

◆ MSGLVL

#define MSGLVL   MSG::VERBOSE

Convenience macro for setting the level of output messages.

Definition at line 28 of file xAODJetTrigAuxContainerCnv_v1.cxx.