ATLAS Offline Software
Loading...
Searching...
No Matches
Message.h File Reference

Go to the source code of this file.

Macros

#define XAOD_MESSAGE(MESSAGE)
 Simple macro for printing error/verbose messages.

Macro Definition Documentation

◆ XAOD_MESSAGE

#define XAOD_MESSAGE ( MESSAGE)
Value:
"%s:%i " MESSAGE, __FILE__, __LINE__

Simple macro for printing error/verbose messages.

This little macro is used in some places in the code to print verbose and error messages with information on where they are coming from.

Parameters
MESSAGEThe message as it is normally given to the ROOT messaging functions

Definition at line 19 of file Control/xAODRootAccess/xAODRootAccess/tools/Message.h.

19#define XAOD_MESSAGE( MESSAGE ) \
20 "%s:%i " MESSAGE, __FILE__, __LINE__