ATLAS Offline Software
Loading...
Searching...
No Matches
muonEdgeTuner.py File Reference

Go to the source code of this file.

Classes

class  muonEdgeTuner.ScanStage

Namespaces

namespace  muonEdgeTuner

Functions

Decimal muonEdgeTuner._decimal (float|str value, str name)
str muonEdgeTuner._format_threshold (float value)
Iterable[float] muonEdgeTuner._ascending_thresholds (float start, float stop, float step, *, bool include_start=True)
Iterable[float] muonEdgeTuner._descending_thresholds (float start, float stop, float step, *, bool include_start=False)
int muonEdgeTuner._run (list[str] command, Path log_path)
int muonEdgeTuner._vector_size (Any value)
dict[str, int|float] muonEdgeTuner._read_notebook_efficiency (Path root_file, str tree_name)
list[str] muonEdgeTuner._reco_launcher (argparse.Namespace args)
list[str] muonEdgeTuner._common_chain_command (argparse.Namespace args, *, int n_events, Path out_root)
list[str] muonEdgeTuner._edge_chain_command (argparse.Namespace args, *, float threshold, int n_events, Path out_root)
list[str] muonEdgeTuner._noml_chain_command (argparse.Namespace args, *, int n_events, Path out_root)
None muonEdgeTuner._write_csv (list[dict[str, Any]] rows, Path path)
None muonEdgeTuner._write_json (dict[str, Any] payload, Path path)
argparse.Namespace muonEdgeTuner._parse_args ()
None muonEdgeTuner._validate_args (argparse.Namespace args)
None muonEdgeTuner.main ()

Variables

str muonEdgeTuner.TREE_DEFAULT = "MsTrackValidTest"
tuple muonEdgeTuner.REQUIRED_BRANCHES