ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
InnerDetector
InDetEventCnv
InDetEventAthenaPool
src
MsgUtil.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef INDETEVENTATHENAPOOL_MSGFIX
6
#define INDETEVENTATHENAPOOL_MSGFIX
7
#include "GaudiKernel/MsgStream.h"
8
9
//Defines similar to ATH_MSG_DEBUG and ATH_MSG_VERBOSE which accepts the MsgStream as an argument:
10
#ifdef MSG_DEBUG
11
#undef MSG_DEBUG
12
#endif
13
#ifdef MSG_VERBOSE
14
#undef MSG_VERBOSE
15
#endif
16
#define MSG_DEBUG(log, x) \
17
do { if (log.level()<=MSG::DEBUG) { log << MSG::DEBUG << x << endmsg; } } while (0)
18
#define MSG_VERBOSE(log, x) \
19
do { if (log.level()<=MSG::VERBOSE) { log << MSG::VERBOSE << x << endmsg; } } while (0)
20
21
#endif
Generated on
for ATLAS Offline Software by
1.17.0