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

Variables

 parser = SetupArgParser()
 default
 type
 float
 int
 action
 choices
 help
 dest
 nEvents
 inputFile
 defaultGeoFile
 args = parser.parse_args()
 flags = initConfigFlags()
 useNewRegionSelector
 ExecutionProvider
 cfg
int output_level = 2 if args.debug else 3

Detailed Description

Run/debug the MuonLearning DisplacedVertex event classifier.

Example:
python -m MuonInference.muonDisplacedVertexInference \
  --inputFile my.RDO.pool.root \
  --model-path MuonInference/models/edge_class_dv_mu200.onnx \
  --nEvents 10 \
  --debug \
  --print-every-event

The ONNX model is expected to embed feature normalization and consume raw
DisplacedVertex graph tensors: x, edge_index, edge_attr, n_muon_nodes.

Variable Documentation

◆ action

muonDisplacedVertexInference.action

Definition at line 36 of file muonDisplacedVertexInference.py.

◆ args

muonDisplacedVertexInference.args = parser.parse_args()

Definition at line 71 of file muonDisplacedVertexInference.py.

◆ cfg

muonDisplacedVertexInference.cfg

Definition at line 80 of file muonDisplacedVertexInference.py.

◆ choices

muonDisplacedVertexInference.choices

Definition at line 38 of file muonDisplacedVertexInference.py.

◆ default

muonDisplacedVertexInference.default

Definition at line 28 of file muonDisplacedVertexInference.py.

◆ defaultGeoFile

muonDisplacedVertexInference.defaultGeoFile

Definition at line 69 of file muonDisplacedVertexInference.py.

◆ dest

muonDisplacedVertexInference.dest

Definition at line 47 of file muonDisplacedVertexInference.py.

◆ ExecutionProvider

muonDisplacedVertexInference.ExecutionProvider

Definition at line 78 of file muonDisplacedVertexInference.py.

◆ flags

muonDisplacedVertexInference.flags = initConfigFlags()

Definition at line 74 of file muonDisplacedVertexInference.py.

◆ float

muonDisplacedVertexInference.float

Definition at line 31 of file muonDisplacedVertexInference.py.

◆ help

muonDisplacedVertexInference.help

Definition at line 39 of file muonDisplacedVertexInference.py.

◆ inputFile

muonDisplacedVertexInference.inputFile

Definition at line 68 of file muonDisplacedVertexInference.py.

◆ int

muonDisplacedVertexInference.int

Definition at line 35 of file muonDisplacedVertexInference.py.

◆ nEvents

muonDisplacedVertexInference.nEvents

Definition at line 67 of file muonDisplacedVertexInference.py.

◆ output_level

int muonDisplacedVertexInference.output_level = 2 if args.debug else 3

Definition at line 94 of file muonDisplacedVertexInference.py.

◆ parser

muonDisplacedVertexInference.parser = SetupArgParser()

Definition at line 27 of file muonDisplacedVertexInference.py.

◆ type

muonDisplacedVertexInference.type

Definition at line 31 of file muonDisplacedVertexInference.py.

◆ useNewRegionSelector

muonDisplacedVertexInference.useNewRegionSelector

Definition at line 75 of file muonDisplacedVertexInference.py.