ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
MuonSpectrometer
MuonPhaseII
MuonLearning
MuonInference
src
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
18
namespace
MuonML
{
19
28
enum class
SegmentNodeFeatureId
: uint8_t {
29
SegmentPositionX
,
30
SegmentPositionY
,
31
SegmentPositionZ
,
32
SegmentDirectionX
,
33
SegmentDirectionY
,
34
SegmentDirectionZ
,
35
BucketChamberIndex
,
36
BucketLayers
,
37
BucketSector
,
38
BucketSegments
39
};
40
41
}
// namespace MuonML
42
43
#endif
MuonML
Definition
BucketGraphUtils.h:19
MuonML::SegmentNodeFeatureId
SegmentNodeFeatureId
Identifier for each node feature in segment-based GNNs.
Definition
MuonMLEvent.h:28
MuonML::SegmentNodeFeatureId::SegmentDirectionX
@ SegmentDirectionX
Segment direction (x-component, unit vector).
Definition
MuonMLEvent.h:32
MuonML::SegmentNodeFeatureId::BucketChamberIndex
@ BucketChamberIndex
Muon chamber index (integer ID).
Definition
MuonMLEvent.h:35
MuonML::SegmentNodeFeatureId::BucketSegments
@ BucketSegments
Count of segments in the same chamber/layer group.
Definition
MuonMLEvent.h:38
MuonML::SegmentNodeFeatureId::BucketSector
@ BucketSector
Sector number (0 to SectorModulo-1, typically 16).
Definition
MuonMLEvent.h:37
MuonML::SegmentNodeFeatureId::SegmentPositionY
@ SegmentPositionY
Segment position (y-coordinate, in meters).
Definition
MuonMLEvent.h:30
MuonML::SegmentNodeFeatureId::SegmentDirectionZ
@ SegmentDirectionZ
Segment direction (z-component, unit vector).
Definition
MuonMLEvent.h:34
MuonML::SegmentNodeFeatureId::SegmentPositionX
@ SegmentPositionX
Segment position (x-coordinate, in meters).
Definition
MuonMLEvent.h:29
MuonML::SegmentNodeFeatureId::SegmentPositionZ
@ SegmentPositionZ
Segment position (z-coordinate, in meters).
Definition
MuonMLEvent.h:31
MuonML::SegmentNodeFeatureId::BucketLayers
@ BucketLayers
Number of precision/phi/trigger layers in segment.
Definition
MuonMLEvent.h:36
MuonML::SegmentNodeFeatureId::SegmentDirectionY
@ SegmentDirectionY
Segment direction (y-component, unit vector).
Definition
MuonMLEvent.h:33
Generated on
for ATLAS Offline Software by
1.17.0