![]() |
ATLAS Offline Software
|
Segment features derived from or stored in bucket metadata. More...
#include <SegmentEdgeClassifierTool.h>
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. | |
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.
| int MuonML::BucketSegmentFeatures::chamberIndex {0} |
Muon chamber index of the segment.
Definition at line 26 of file SegmentEdgeClassifierTool.h.
| int MuonML::BucketSegmentFeatures::layers {0} |
Total number of active layers in the segment.
Definition at line 27 of file SegmentEdgeClassifierTool.h.
| int MuonML::BucketSegmentFeatures::nSegments {0} |
Count of segments in the same chamber/sector/eta group.
Definition at line 29 of file SegmentEdgeClassifierTool.h.
| int MuonML::BucketSegmentFeatures::sector {0} |