![]() |
Project
|
Handling of invalid PHOS regions. More...
#include <TriggerMappingErrors.h>
Inherits std::exception.
Public Member Functions | |
PHOSRegionException (unsigned int phosregion) | |
Constructor. | |
~PHOSRegionException () noexcept final=default | |
Destructor. | |
const char * | what () const noexcept final |
Get error message. | |
unsigned int | getPHOSRegion () const noexcept |
Get index of the PHOS region. | |
Handling of invalid PHOS regions.
Definition at line 225 of file TriggerMappingErrors.h.
|
inline |
Constructor.
phosregion | Index of the PHOS region |
Definition at line 230 of file TriggerMappingErrors.h.
|
finaldefaultnoexcept |
Destructor.
|
inlinenoexcept |
Get index of the PHOS region.
Definition at line 247 of file TriggerMappingErrors.h.
|
inlinefinalnoexcept |
Get error message.
Definition at line 240 of file TriggerMappingErrors.h.