Project
Loading...
Searching...
No Matches
o2::emcal::FastORIndexException Class Reference

Error handling of faulty FastOR indices. More...

#include <TriggerMappingErrors.h>

Inherits std::exception.

Public Member Functions

 FastORIndexException (unsigned int fastorindex)
 Constructor.
 
 ~FastORIndexException () noexcept final=default
 Destructor.
 
const charwhat () const noexcept final
 Get error message.
 
unsigned int getFastORIndex () const noexcept
 Get the index of the FastOR raising the exception.
 

Detailed Description

Error handling of faulty FastOR indices.

Definition at line 59 of file TriggerMappingErrors.h.

Constructor & Destructor Documentation

◆ FastORIndexException()

o2::emcal::FastORIndexException::FastORIndexException ( unsigned int  fastorindex)
inline

Constructor.

Parameters
fastorindexIndex of the FastOR

Definition at line 64 of file TriggerMappingErrors.h.

◆ ~FastORIndexException()

o2::emcal::FastORIndexException::~FastORIndexException ( )
finaldefaultnoexcept

Destructor.

Member Function Documentation

◆ getFastORIndex()

unsigned int o2::emcal::FastORIndexException::getFastORIndex ( ) const
inlinenoexcept

Get the index of the FastOR raising the exception.

Returns
Index of the FastOR

Definition at line 81 of file TriggerMappingErrors.h.

◆ what()

const char * o2::emcal::FastORIndexException::what ( ) const
inlinefinalnoexcept

Get error message.

Returns
Error message of the exception

Definition at line 74 of file TriggerMappingErrors.h.


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