ATLAS Offline Software
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 
17 namespace 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
ANA_MSG_HEADER
#define ANA_MSG_HEADER(NAME)
for standalone code this creates a new message category
Definition: Control/AthToolSupport/AsgMessaging/AsgMessaging/MessageCheck.h:113
MessageCheck.h
macros for messaging and checking status codes
EL
This module defines the arguments passed from the BATCH driver to the BATCH worker.
Definition: AlgorithmWorkerData.h:24
xAOD::DiTauJetParameters::Detail
Detail
Definition: DiTauDefs.h:38
EL::Detail::report_exception
void report_exception(std::exception_ptr eptr)
print out the currently evaluated exception
Definition: PhysicsAnalysis/D3PDTools/EventLoop/Root/MessageCheck.cxx:27
Global.h