ATLAS Offline Software
Loading...
Searching...
No Matches
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/MessageCheck.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3*/
4
6
7
8
9#ifndef EVENT_LOOP__MESSAGE_CHECK_H
10#define EVENT_LOOP__MESSAGE_CHECK_H
11
12#include <EventLoop/Global.h>
13
15#include <exception>
16
17namespace EL
18{
19 ANA_MSG_HEADER (msgEventLoop)
20
21 namespace Detail
22 {
24 void report_exception (std::exception_ptr eptr);
25 }
26}
27
28#endif
macros for messaging and checking status codes
#define ANA_MSG_HEADER(NAME)
for standalone code this creates a new message category
void report_exception(std::exception_ptr eptr)
print out the currently evaluated exception
This module defines the arguments passed from the BATCH driver to the BATCH worker.