Project
Loading...
Searching...
No Matches
o2::emcal::RecoContainer::InteractionNotFoundException Class Referencefinal

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 &currentIR)
 Constructor.
 
 ~InteractionNotFoundException () noexcept final=default
 Destructor.
 
const charwhat () const noexcept final
 Get error message of the exception.
 
const o2::InteractionRecordgetInteractionRecord () const
 Get interaction record raising the exception.
 

Detailed Description

Handling of access to trigger interaction record not present in container.

Definition at line 257 of file RecoContainer.h.

Constructor & Destructor Documentation

◆ InteractionNotFoundException()

o2::emcal::RecoContainer::InteractionNotFoundException::InteractionNotFoundException ( const o2::InteractionRecord currentIR)
inline

Constructor.

Parameters
currentIRInteraction record raising the exception

Definition at line 262 of file RecoContainer.h.

◆ ~InteractionNotFoundException()

o2::emcal::RecoContainer::InteractionNotFoundException::~InteractionNotFoundException ( )
finaldefaultnoexcept

Destructor.

Member Function Documentation

◆ getInteractionRecord()

const o2::InteractionRecord & o2::emcal::RecoContainer::InteractionNotFoundException::getInteractionRecord ( ) const
inline

Get interaction record raising the exception.

Returns
Interaction record

Definition at line 279 of file RecoContainer.h.

◆ what()

const char * o2::emcal::RecoContainer::InteractionNotFoundException::what ( ) const
inlinefinalnoexcept

Get error message of the exception.

Returns
Error message

Definition at line 272 of file RecoContainer.h.


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