#include <WireSelector.h>
Public Member Functions | |
Index | size () const |
void | clear () |
Public Attributes | |
float | xmin =0.0 |
float | ymin =0.0 |
float | zmin =0.0 |
float | xmax =0.0 |
float | ymax =0.0 |
float | zmax =0.0 |
std::vector< float > | xWire |
std::vector< float > | xCathode |
std::vector< float > | zWire |
Definition at line 72 of file WireSelector.h.
|
inline |
Definition at line 84 of file WireSelector.h.
|
inline |
Definition at line 83 of file WireSelector.h.
std::vector<float> WireSelector::WireSummary::xCathode |
Definition at line 81 of file WireSelector.h.
float WireSelector::WireSummary::xmax =0.0 |
Definition at line 77 of file WireSelector.h.
float WireSelector::WireSummary::xmin =0.0 |
Definition at line 74 of file WireSelector.h.
std::vector<float> WireSelector::WireSummary::xWire |
Definition at line 80 of file WireSelector.h.
float WireSelector::WireSummary::ymax =0.0 |
Definition at line 78 of file WireSelector.h.
float WireSelector::WireSummary::ymin =0.0 |
Definition at line 75 of file WireSelector.h.
float WireSelector::WireSummary::zmax =0.0 |
Definition at line 79 of file WireSelector.h.
float WireSelector::WireSummary::zmin =0.0 |
Definition at line 76 of file WireSelector.h.
std::vector<float> WireSelector::WireSummary::zWire |
Definition at line 82 of file WireSelector.h.