![]() |
Project
|
Error handling in case the trigger bits from various sources do not match. More...
#include <EventHandler.h>
Inherits std::exception.
Public Member Functions | |
TriggerBitsInvalidException (uint64_t bitsclusters, uint64_t bitscells) | |
Constructor initializing the exception. | |
~TriggerBitsInvalidException () noexcept final=default | |
Destructor. | |
const char * | what () const noexcept final |
Creating error message of the exception. | |
uint64_t | getTriggerBitsClusters () const |
Get the trigger bits for the cluster subevent. | |
uint64_t | getTriggerBitsCells () const |
Get the trigger bits for the cells subevent. | |
Error handling in case the trigger bits from various sources do not match.
Definition at line 182 of file EventHandler.h.
|
inline |
Constructor initializing the exception.
bitsclusters | Trigger bits from the cluster trigger record container |
bitscells | Trigger bits from the cell trigger record container |
Definition at line 188 of file EventHandler.h.
|
finaldefaultnoexcept |
Destructor.
|
inline |
Get the trigger bits for the cells subevent.
Definition at line 206 of file EventHandler.h.
|
inline |
Get the trigger bits for the cluster subevent.
Definition at line 202 of file EventHandler.h.
|
inlinefinalnoexcept |
Creating error message of the exception.
Definition at line 198 of file EventHandler.h.