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

Go to the source code of this file.

Namespaces

namespace  MuonR4
 This header ties the generic definitions in this package.
namespace  MuonR4::FastReco

Macros

#define PRINT_VERBOSE(xmsg)
 Macro printing verbose messages.

Functions

std::ostream & MuonR4::FastReco::operator<< (std::ostream &os, const GlobalPatternFinder::PatternPrintView &v)

Macro Definition Documentation

◆ PRINT_VERBOSE

#define PRINT_VERBOSE ( xmsg)
Value:
do { \
if( logger->msgLvl( MSG::VERBOSE ) ) { \
logger->msg( MSG::VERBOSE ) << xmsg << endmsg; \
} \
} while( 0 )
#define endmsg
static Root::TMsgLogger logger("iLumiCalc")

Macro printing verbose messages.

Definition at line 13 of file GlobalPatternFinder.cxx.

13#define PRINT_VERBOSE( xmsg ) \
14 do { \
15 if( logger->msgLvl( MSG::VERBOSE ) ) { \
16 logger->msg( MSG::VERBOSE ) << xmsg << endmsg; \
17 } \
18 } while( 0 )