ATLAS Offline Software
Loading...
Searching...
No Matches
MuonML::BucketSegmentFeatures Struct Reference

Segment features derived from or stored in bucket metadata. More...

#include <SegmentEdgeClassifierTool.h>

Collaboration diagram for MuonML::BucketSegmentFeatures:

Public Attributes

int chamberIndex {0}
 Muon chamber index of the segment.
int layers {0}
 Total number of active layers in the segment.
int sector {0}
 Sector number (typically 0–15).
int nSegments {0}
 Count of segments in the same chamber/sector/eta group.

Detailed Description

Segment features derived from or stored in bucket metadata.

Replaces opaque array indexing for clarity and encapsulates the per-segment bucket-level attributes needed for edge feature construction.

Definition at line 25 of file SegmentEdgeClassifierTool.h.

Member Data Documentation

◆ chamberIndex

int MuonML::BucketSegmentFeatures::chamberIndex {0}

Muon chamber index of the segment.

Definition at line 26 of file SegmentEdgeClassifierTool.h.

26{0};

◆ layers

int MuonML::BucketSegmentFeatures::layers {0}

Total number of active layers in the segment.

Definition at line 27 of file SegmentEdgeClassifierTool.h.

27{0};

◆ nSegments

int MuonML::BucketSegmentFeatures::nSegments {0}

Count of segments in the same chamber/sector/eta group.

Definition at line 29 of file SegmentEdgeClassifierTool.h.

29{0};

◆ sector

int MuonML::BucketSegmentFeatures::sector {0}

Sector number (typically 0–15).

Definition at line 28 of file SegmentEdgeClassifierTool.h.

28{0};

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