Struct ActsFatras::Channelizer::ChannelSegment

struct ChannelSegment

Nested struct for representing channel steps.

Public Functions

inline ChannelSegment(Bin2D bin_, Segment2D path2D_, double activation_)

Constructor with arguments.

Parameters
  • bin_ – The bin corresponding to this step

  • path2D_ – The start/end 2D position of the segement

  • activation_ – The segment activation (clean: length) for this bin

Public Members

double activation = 0.

The (clipped) value (uncorrected: path length)

Bin2D bin = {0, 0}

The bin of this segment.

Segment2D path2D

The segment start, end points.