Exception thrown on invalid wire number (e.g. NearestWireID()) More...
#include <Exceptions.h>
Public Member Functions | |
InvalidWireIDError (std::string cat) | |
InvalidWireIDError (std::string cat, int bad_wire, int better_wire=-1) | |
Public Attributes | |
int | wire_number = -1 |
the invalid wire number More... | |
int | better_wire_number = -1 |
a suggestion for a good wire number More... | |
Exception thrown on invalid wire number (e.g. NearestWireID())
Definition at line 158 of file Exceptions.h.
|
inline |
Definition at line 160 of file Exceptions.h.
|
inline |
Definition at line 162 of file Exceptions.h.
int geo::InvalidWireIDError::better_wire_number = -1 |
a suggestion for a good wire number
Definition at line 168 of file Exceptions.h.
int geo::InvalidWireIDError::wire_number = -1 |
the invalid wire number
Definition at line 167 of file Exceptions.h.