ATLAS Offline Software
Loading...
Searching...
No Matches
L0MDT::CompactSegmentFinderTool::Cluster Struct Reference

Temporary cluster of hit intercept hypotheses. More...

Collaboration diagram for L0MDT::CompactSegmentFinderTool::Cluster:

Public Attributes

float refB {0.f}
std::vector< std::size_t > hitIndices
std::vector< bool > plusFlags

Detailed Description

Temporary cluster of hit intercept hypotheses.

refB is the reference intercept associated with the cluster. hitIndices stores the indices of the hits belonging to the cluster. plusFlags records whether each hit entered through the bPlus or bMinus branch.

Definition at line 103 of file CompactSegmentFinderTool.h.

Member Data Documentation

◆ hitIndices

std::vector<std::size_t> L0MDT::CompactSegmentFinderTool::Cluster::hitIndices

Definition at line 105 of file CompactSegmentFinderTool.h.

◆ plusFlags

std::vector<bool> L0MDT::CompactSegmentFinderTool::Cluster::plusFlags

Definition at line 106 of file CompactSegmentFinderTool.h.

◆ refB

float L0MDT::CompactSegmentFinderTool::Cluster::refB {0.f}

Definition at line 104 of file CompactSegmentFinderTool.h.

104{0.f};

The documentation for this struct was generated from the following file: