![]() |
Project
|
Handling of invalid positions of a FastOR within a TRU. More...
#include <TriggerMappingErrors.h>
Inherits std::exception.
Public Member Functions | |
FastORPositionExceptionTRU (unsigned int truID, unsigned int etaColumn, unsigned int phiRow) | |
Constructor. | |
~FastORPositionExceptionTRU () noexcept final=default | |
Destructor. | |
const char * | what () const noexcept final |
Get error message. | |
unsigned int | getTRUID () const noexcept |
Get the TRU ID for which the position is invalid. | |
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 within a TRU.
Definition at line 91 of file TriggerMappingErrors.h.
|
inline |
Constructor.
truID | Index of the TRU |
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 98 of file TriggerMappingErrors.h.
|
finaldefaultnoexcept |
Destructor.
|
inlinenoexcept |
Get the column in eta of the FastOR with the invalid position.
Definition at line 123 of file TriggerMappingErrors.h.
|
inlinenoexcept |
Get the row in phi of the FastOR with the invalid position.
Definition at line 127 of file TriggerMappingErrors.h.
|
inlinenoexcept |
Get the TRU ID for which the position is invalid.
Definition at line 119 of file TriggerMappingErrors.h.
|
inlinefinalnoexcept |
Get error message.
Definition at line 112 of file TriggerMappingErrors.h.