13 const double end_x,
const double end_y,
const double end_z )
14 : _start ( start_x, start_y, start_z )
15 , _end ( end_x, end_y, end_z )
24 if(start.size()!=3 || end.size()!=3)
process_name opflash particleana ie ie ie z
process_name opflash particleana ie x
const Vector_t Dir() const
Direction getter.
process_name opflash particleana ie ie y
const Point_t & End() const
End getter.
auto end(FixedBins< T, C > const &) noexcept
LineSegment()
Default constructor.
Point_t _end
End position of a line.
const Point_t & Start() const
Start getter.
Point_t _start
Start position of a line.
void DirReset()
Internal function to reset direction.