4#ifndef MUONINFERENCE_SEGMENTEDGECLASSIFIERTOOL_H
5#define MUONINFERENCE_SEGMENTEDGECLASSIFIERTOOL_H
10#include "Gaudi/Property.h"
62 using BucketInferenceToolBase::BucketInferenceToolBase;
82 std::vector<SegmentEdgeScore>& scores)
const override;
91 Gaudi::Property<std::string>
m_outputName{
this,
"OutputName",
"logits"};
Generic feature definitions and utilities shared across ML inference tools.
MuonSegmentContainer_v1 MuonSegmentContainer
Definition of the current "MuonSegment container version".
Segment features derived from or stored in bucket metadata.
int chamberIndex
Muon chamber index of the segment.
int sector
Sector number (typically 0–15).
int layers
Total number of active layers in the segment.
int nSegments
Count of segments in the same chamber/sector/eta group.
Helper struct to ship the Graph from the space point buckets to ONNX.