ATLAS Offline Software
|
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... | |
#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.
MESSAGE | The message as it is normally given to the ROOT messaging functions |
Definition at line 20 of file Control/xAODRootAccess/xAODRootAccess/tools/Message.h.