![]() |
Project
|
Handling of access to trigger interaction record not present in container. More...
#include <RecoContainer.h>
Inherits std::exception.
Public Member Functions | |
InteractionNotFoundException (const o2::InteractionRecord ¤tIR) | |
Constructor. | |
~InteractionNotFoundException () noexcept final=default | |
Destructor. | |
const char * | what () const noexcept final |
Get error message of the exception. | |
const o2::InteractionRecord & | getInteractionRecord () const |
Get interaction record raising the exception. | |
Handling of access to trigger interaction record not present in container.
Definition at line 257 of file RecoContainer.h.
|
inline |
Constructor.
currentIR | Interaction record raising the exception |
Definition at line 262 of file RecoContainer.h.
|
finaldefaultnoexcept |
Destructor.
|
inline |
Get interaction record raising the exception.
Definition at line 279 of file RecoContainer.h.
|
inlinefinalnoexcept |
Get error message of the exception.
Definition at line 272 of file RecoContainer.h.