![]() |
ATLAS Offline Software
|
Generic feature definitions and utilities shared across ML inference tools. More...
#include <cstdint>Go to the source code of this file.
Namespaces | |
| namespace | MuonML |
Enumerations | |
| enum class | MuonML::SegmentNodeFeatureId : uint8_t { MuonML::SegmentPositionX , MuonML::SegmentPositionY , MuonML::SegmentPositionZ , MuonML::SegmentDirectionX , MuonML::SegmentDirectionY , MuonML::SegmentDirectionZ , MuonML::BucketChamberIndex , MuonML::BucketLayers , MuonML::BucketSector , MuonML::BucketSegments } |
| Identifier for each node feature in segment-based GNNs. More... | |
Generic feature definitions and utilities shared across ML inference tools.
This file defines the standard node feature enumeration and related constants used in training and inference pipelines. Tools can reference these definitions to ensure consistency and enable code reuse.
Definition in file MuonMLEvent.h.