Exception thrown on invalid wire number (e.g. NearestWireID()) More...
#include <ChannelMapAlg.h>
Public Member Functions | |
InvalidChannelIDError (std::string const &cat) | |
InvalidChannelIDError (std::string const &cat, int bad_chan, int better_chan=-1) | |
Public Attributes | |
int | chan_number = std::numeric_limits<int>::min() |
the invalid wire number More... | |
int | better_chan_number = std::numeric_limits<int>::min() |
a suggestion for a good wire number More... | |
Exception thrown on invalid wire number (e.g. NearestWireID())
Definition at line 30 of file ChannelMapAlg.h.
|
inline |
Definition at line 32 of file ChannelMapAlg.h.
|
inline |
Definition at line 34 of file ChannelMapAlg.h.
int gar::geo::seg::InvalidChannelIDError::better_chan_number = std::numeric_limits<int>::min() |
a suggestion for a good wire number
Definition at line 43 of file ChannelMapAlg.h.
int gar::geo::seg::InvalidChannelIDError::chan_number = std::numeric_limits<int>::min() |
the invalid wire number
Definition at line 42 of file ChannelMapAlg.h.