ATLAS Offline Software
Loading...
Searching...
No Matches
MuonMLEvent.h File Reference

Generic feature definitions and utilities shared across ML inference tools. More...

#include <cstdint>
Include dependency graph for MuonMLEvent.h:
This graph shows which files directly or indirectly include this file:

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...

Detailed Description

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.