ATLAS Offline Software
Loading...
Searching...
No Matches
MuonML::SegmentEdgeScore Struct Reference

#include <SegmentEdgeData.h>

Collaboration diagram for MuonML::SegmentEdgeScore:

Public Attributes

std::size_t src {0}
std::size_t dst {0}
float logit {0.f}
float probability {0.f}

Detailed Description

Definition at line 24 of file SegmentEdgeData.h.

Member Data Documentation

◆ dst

std::size_t MuonML::SegmentEdgeScore::dst {0}

Definition at line 26 of file SegmentEdgeData.h.

26{0};

◆ logit

float MuonML::SegmentEdgeScore::logit {0.f}

Definition at line 27 of file SegmentEdgeData.h.

27{0.f};

◆ probability

float MuonML::SegmentEdgeScore::probability {0.f}

Definition at line 28 of file SegmentEdgeData.h.

28{0.f};

◆ src

std::size_t MuonML::SegmentEdgeScore::src {0}

Definition at line 25 of file SegmentEdgeData.h.

25{0};

The documentation for this struct was generated from the following file: