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

Handling of invalid positions of a FastOR in the detector. More...

#include <TriggerMappingErrors.h>

Inherits std::exception.

Public Member Functions

 FastORPositionExceptionEMCAL (unsigned int etaColumn, unsigned int phiRow)
 Constructor.
 
 ~FastORPositionExceptionEMCAL () noexcept final=default
 Destructor.
 
const charwhat () const noexcept final
 Get error message.
 
unsigned int getFastOREtaColumn () const noexcept
 Get the column in eta of the FastOR with the invalid position.
 
unsigned int getFastORPhiRow () const noexcept
 Get the row in phi of the FastOR with the invalid position.
 

Detailed Description

Handling of invalid positions of a FastOR in the detector.

Definition at line 187 of file TriggerMappingErrors.h.

Constructor & Destructor Documentation

◆ FastORPositionExceptionEMCAL()

o2::emcal::FastORPositionExceptionEMCAL::FastORPositionExceptionEMCAL ( unsigned int  etaColumn,
unsigned int  phiRow 
)
inline

Constructor.

Parameters
etaColumnColumn of the FastOR with the faulty position in eta direction
phiRowRow of the FastOR with the faulty position in row direction

Definition at line 193 of file TriggerMappingErrors.h.

◆ ~FastORPositionExceptionEMCAL()

o2::emcal::FastORPositionExceptionEMCAL::~FastORPositionExceptionEMCAL ( )
finaldefaultnoexcept

Destructor.

Member Function Documentation

◆ getFastOREtaColumn()

unsigned int o2::emcal::FastORPositionExceptionEMCAL::getFastOREtaColumn ( ) const
inlinenoexcept

Get the column in eta of the FastOR with the invalid position.

Returns
Column of the FastOR

Definition at line 210 of file TriggerMappingErrors.h.

◆ getFastORPhiRow()

unsigned int o2::emcal::FastORPositionExceptionEMCAL::getFastORPhiRow ( ) const
inlinenoexcept

Get the row in phi of the FastOR with the invalid position.

Returns
Row of the FastOR

Definition at line 214 of file TriggerMappingErrors.h.

◆ what()

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

Get error message.

Returns
Error message of the exception

Definition at line 203 of file TriggerMappingErrors.h.


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