ATLAS Offline Software
Macros
Control/xAODRootAccess/xAODRootAccess/tools/Message.h File Reference

Go to the source code of this file.

Macros

#define XAOD_MESSAGE(MESSAGE)   "%s:%i " MESSAGE, __FILE__, __LINE__
 Simple macro for printing error/verbose messages. More...
 

Macro Definition Documentation

◆ XAOD_MESSAGE

#define XAOD_MESSAGE (   MESSAGE)    "%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 20 of file Control/xAODRootAccess/xAODRootAccess/tools/Message.h.