ATLAS Offline Software
Loading...
Searching...
No Matches
MuonMLEvent.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3*/
4#ifndef MUONINFERENCE_MUONMLEVENT_H
5#define MUONINFERENCE_MUONMLEVENT_H
6
15
16#include <cstdint>
17
18namespace MuonML {
19
40
41} // namespace MuonML
42
43#endif
SegmentNodeFeatureId
Identifier for each node feature in segment-based GNNs.
Definition MuonMLEvent.h:28
@ SegmentDirectionX
Segment direction (x-component, unit vector).
Definition MuonMLEvent.h:32
@ BucketChamberIndex
Muon chamber index (integer ID).
Definition MuonMLEvent.h:35
@ BucketSegments
Count of segments in the same chamber/layer group.
Definition MuonMLEvent.h:38
@ BucketSector
Sector number (0 to SectorModulo-1, typically 16).
Definition MuonMLEvent.h:37
@ SegmentPositionY
Segment position (y-coordinate, in meters).
Definition MuonMLEvent.h:30
@ SegmentDirectionZ
Segment direction (z-component, unit vector).
Definition MuonMLEvent.h:34
@ SegmentPositionX
Segment position (x-coordinate, in meters).
Definition MuonMLEvent.h:29
@ SegmentPositionZ
Segment position (z-coordinate, in meters).
Definition MuonMLEvent.h:31
@ BucketLayers
Number of precision/phi/trigger layers in segment.
Definition MuonMLEvent.h:36
@ SegmentDirectionY
Segment direction (y-component, unit vector).
Definition MuonMLEvent.h:33