Top Efficiency (selections.performance.topefficiency)
Import with:
from AnalysisG.selections.performance.topefficiency import TopEfficiency
TopEfficiency
TopEfficiency is a
SelectionTemplate subclass
that evaluates GNN model performance for top-quark reconstruction,
including efficiency, purity, invariant-mass distributions, and signal
classification scores.
Output attributes:
Invariant-mass distributions (dict[str, dict[str, list[float]]]):
Attribute |
Description |
|---|---|
|
Predicted / truth top-quark invariant mass per decay region. |
|
Predicted / truth Z′ invariant mass per decay region. |
Probability scores:
Attribute |
Description |
|---|---|
|
|
|
|
|
Truth / predicted decay-region flag distributions. |
Node-count distributions:
Attribute |
Description |
|---|---|
|
|
|
|
|
|
|
|
Per-event score vectors (list[list[float]]):
Attribute |
Description |
|---|---|
|
|
|
|
|
Per-edge model score vectors for resonance / top classification. |
|
Per-event model score vectors for n-top / signal classification. |