![]() |
Project
|
Handler for access of TRU data with invalid TRU index. More...
#include <RecoContainer.h>
Inherits std::exception.
Public Member Functions | |
TRUIndexException (std::size_t index) | |
Constructor. | |
~TRUIndexException () noexcept final=default | |
Destructor. | |
const char * | what () const noexcept final |
Get the error message of the exception. | |
std::size_t | getIndex () const |
Get the TRU index raising the exception. | |
void | printStream (std::ostream &stream) const |
Print error message on stream. | |
Handler for access of TRU data with invalid TRU index.
Definition at line 79 of file RecoContainer.h.
EventContainer::TRUIndexException::TRUIndexException | ( | std::size_t | index | ) |
Constructor.
index | TRU index raising the exception |
Definition at line 131 of file RecoContainer.cxx.
|
finaldefaultnoexcept |
Destructor.
|
inline |
Get the TRU index raising the exception.
Definition at line 95 of file RecoContainer.h.
void o2::emcal::EventContainer::TRUIndexException::printStream | ( | std::ostream & | stream | ) | const |
Print error message on stream.
stream | Stream to print on |
|
inlinefinalnoexcept |
Get the error message of the exception.
Definition at line 91 of file RecoContainer.h.