![]() |
Project
|
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 char * | what () 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. | |
Handling of invalid positions of a FastOR in the detector.
Definition at line 187 of file TriggerMappingErrors.h.
|
inline |
Constructor.
etaColumn | Column of the FastOR with the faulty position in eta direction |
phiRow | Row of the FastOR with the faulty position in row direction |
Definition at line 193 of file TriggerMappingErrors.h.
|
finaldefaultnoexcept |
Destructor.
|
inlinenoexcept |
Get the column in eta of the FastOR with the invalid position.
Definition at line 210 of file TriggerMappingErrors.h.
|
inlinenoexcept |
Get the row in phi of the FastOR with the invalid position.
Definition at line 214 of file TriggerMappingErrors.h.
|
inlinefinalnoexcept |
Get error message.
Definition at line 203 of file TriggerMappingErrors.h.