![]() |
ATLAS Offline Software
|
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 |
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.
| muonDisplacedVertexInference.action |
Definition at line 36 of file muonDisplacedVertexInference.py.
| muonDisplacedVertexInference.args = parser.parse_args() |
Definition at line 71 of file muonDisplacedVertexInference.py.
| muonDisplacedVertexInference.cfg |
Definition at line 80 of file muonDisplacedVertexInference.py.
| muonDisplacedVertexInference.choices |
Definition at line 38 of file muonDisplacedVertexInference.py.
| muonDisplacedVertexInference.default |
Definition at line 28 of file muonDisplacedVertexInference.py.
| muonDisplacedVertexInference.defaultGeoFile |
Definition at line 69 of file muonDisplacedVertexInference.py.
| muonDisplacedVertexInference.dest |
Definition at line 47 of file muonDisplacedVertexInference.py.
| muonDisplacedVertexInference.ExecutionProvider |
Definition at line 78 of file muonDisplacedVertexInference.py.
| muonDisplacedVertexInference.flags = initConfigFlags() |
Definition at line 74 of file muonDisplacedVertexInference.py.
| muonDisplacedVertexInference.float |
Definition at line 31 of file muonDisplacedVertexInference.py.
| muonDisplacedVertexInference.help |
Definition at line 39 of file muonDisplacedVertexInference.py.
| muonDisplacedVertexInference.inputFile |
Definition at line 68 of file muonDisplacedVertexInference.py.
| muonDisplacedVertexInference.int |
Definition at line 35 of file muonDisplacedVertexInference.py.
| muonDisplacedVertexInference.nEvents |
Definition at line 67 of file muonDisplacedVertexInference.py.
Definition at line 94 of file muonDisplacedVertexInference.py.
| muonDisplacedVertexInference.parser = SetupArgParser() |
Definition at line 27 of file muonDisplacedVertexInference.py.
| muonDisplacedVertexInference.type |
Definition at line 31 of file muonDisplacedVertexInference.py.
| muonDisplacedVertexInference.useNewRegionSelector |
Definition at line 75 of file muonDisplacedVertexInference.py.