ATLAS Offline Software
Loading...
Searching...
No Matches
ReconstructionAlgorithmsUtils Namespace Reference

Functions

 _resolve_reco_partons_prefix (topology, reco_partons_prefix)

Variables

 TOP_NAMESPACE = SimpleNamespace()
 DILEPASSIGNER_TOPOLOGY
 ELLIPSEMETHOD_TOPOLOGY
 NEUTRINOWEIGHTER_TOPOLOGY
 NUFLOWS_TOPOLOGY
 SLHAD_CHI2_TOPOLOGY

Function Documentation

◆ _resolve_reco_partons_prefix()

_resolve_reco_partons_prefix ( topology,
reco_partons_prefix )
protected

Definition at line 18 of file ReconstructionAlgorithmsUtils.py.

18def _resolve_reco_partons_prefix(topology, reco_partons_prefix):
19 producer_label = reco_partons_prefix.strip()
20 if not producer_label:
21 raise ValueError(
22 "outputName must not be empty when publishing reconstructed parton kinematics."
23 )
24 if producer_label.startswith(topology + "_"):
25 return producer_label
26 return topology + "_" + producer_label

Variable Documentation

◆ DILEPASSIGNER_TOPOLOGY

ReconstructionAlgorithmsUtils.DILEPASSIGNER_TOPOLOGY

Definition at line 11 of file ReconstructionAlgorithmsUtils.py.

◆ ELLIPSEMETHOD_TOPOLOGY

ReconstructionAlgorithmsUtils.ELLIPSEMETHOD_TOPOLOGY

Definition at line 12 of file ReconstructionAlgorithmsUtils.py.

◆ NEUTRINOWEIGHTER_TOPOLOGY

ReconstructionAlgorithmsUtils.NEUTRINOWEIGHTER_TOPOLOGY

Definition at line 13 of file ReconstructionAlgorithmsUtils.py.

◆ NUFLOWS_TOPOLOGY

ReconstructionAlgorithmsUtils.NUFLOWS_TOPOLOGY

Definition at line 14 of file ReconstructionAlgorithmsUtils.py.

◆ SLHAD_CHI2_TOPOLOGY

ReconstructionAlgorithmsUtils.SLHAD_CHI2_TOPOLOGY

Definition at line 15 of file ReconstructionAlgorithmsUtils.py.

◆ TOP_NAMESPACE

ReconstructionAlgorithmsUtils.TOP_NAMESPACE = SimpleNamespace()

Definition at line 10 of file ReconstructionAlgorithmsUtils.py.