#include "WireCellUtil/Point.h"#include "WireCellIface/IData.h"#include "WireCellIface/ISequence.h"#include "WireCellIface/WirePlaneId.h"#include <set>#include <map>#include <vector>#include <memory>Go to the source code of this file.
Classes | |
| class | WireCell::IWire |
| Interface to information about a physical wire segment. More... | |
| struct | WireCell::IWireCompareIdent |
| struct | WireCell::IWireCompareIndex |
| struct | WireCell::IWireCompareSegment |
Namespaces | |
| WireCell | |
Typedefs | |
| typedef std::pair< IWire::pointer, IWire::pointer > | WireCell::IWirePair |
| Some common collections. More... | |
| typedef std::set< IWire::pointer, IWireCompareIdent > | WireCell::IWireSet |
| typedef std::set< IWire::pointer, IWireCompareIndex > | WireCell::IWireIndexSet |
| typedef std::set< IWire::pointer, IWireCompareSegment > | WireCell::IWireSegmentSet |
Functions | |
| bool | WireCell::ascending_index (IWire::pointer lhs, IWire::pointer rhs) |
1.8.11