Project
Loading...
Searching...
No Matches
o2::framework::ErrorContext Class Reference

#include <ErrorContext.h>

Public Member Functions

 ErrorContext (InputRecord &inputs, ServiceRegistryRef services, RuntimeErrorRef e)
 
InputRecord const & inputs ()
 
ServiceRegistryRef services ()
 
RuntimeErrorRef exception ()
 

Detailed Description

This is a utility class to reduce the amount of boilerplate when defining an error callback for an error which happens during the processing of a timeslice.

Definition at line 23 of file ErrorContext.h.

Constructor & Destructor Documentation

◆ ErrorContext()

o2::framework::ErrorContext::ErrorContext ( InputRecord inputs,
ServiceRegistryRef  services,
RuntimeErrorRef  e 
)
inline

Definition at line 26 of file ErrorContext.h.

Member Function Documentation

◆ exception()

RuntimeErrorRef o2::framework::ErrorContext::exception ( )
inline

Definition at line 35 of file ErrorContext.h.

◆ inputs()

InputRecord const & o2::framework::ErrorContext::inputs ( )
inline

Definition at line 33 of file ErrorContext.h.

◆ services()

ServiceRegistryRef o2::framework::ErrorContext::services ( )
inline

Definition at line 34 of file ErrorContext.h.


The documentation for this class was generated from the following file: