ATLAS Offline Software
Loading...
Searching...
No Matches
Control/xAODRootAccess/xAODRootAccess/tools/Message.h
Go to the documentation of this file.
1// Dear emacs, this is -*- c++ -*-
2
3/*
4 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5*/
6
7// $Id: Message.h 567323 2013-10-27 14:49:47Z krasznaa $
8#ifndef XAODROOTACCESS_TOOLS_MESSAGE_H
9#define XAODROOTACCESS_TOOLS_MESSAGE_H
10
19#define XAOD_MESSAGE( MESSAGE ) \
20 "%s:%i " MESSAGE, __FILE__, __LINE__
21
22#endif // XAODROOTACCESS_TOOLS_MESSAGE_H