#include "WireCellUtil/RayTiling.h"
#include "WireCellUtil/Logging.h"
#include <algorithm>
#include <sstream>
Go to the source code of this file.
Definition at line 130 of file RayTiling.cxx.
136 ret.push_back(std::make_pair(
a.first,
b.first));
137 ret.push_back(std::make_pair(
a.first,
b.second));
138 ret.push_back(std::make_pair(
a.second,
b.first));
139 ret.push_back(std::make_pair(
a.second,
b.second));
std::vector< crossing_t > crossings_t
const GenericPointer< typename T::ValueType > T2 T::AllocatorType & a
crossing_t addresses() const