![]() |
ATLAS Offline Software
|
Variables | |
| flags = initConfigFlags() | |
| parser = argparse.ArgumentParser(description='Run HGTD reconstruction with legacy Athena') | |
| type | |
| str | |
| required | |
| True | |
| help | |
| int | |
| default | |
| args = parser.parse_args() | |
| str | file_pattern = f"{args.file_dir}/RDO*.pool.root.1" |
| all_files = sorted(glob.glob(file_pattern)) | |
| list | matching_files = [] |
| Files | |
| MaxEvents | |
| doWriteAOD | |
| AODFileName | |
| HISTFileName | |
| doTruth | |
| EnableCalo | |
| useTrigger | |
| EnableHGTD | |
| doActs | |
| EnableHGTDExtension | |
| doMonitoring | |
| doITkConversion | |
| recoChain | |
| acc = MainServicesCfg(flags) | |
| debugLimit | |
| myIterativeExtensionTool = acc.popToolsAndMerge(HGTD_IterativeExtensionToolCfg(flags, Chi2Cut=10000.0)) | |
| withDetails | |
| summariseProps | |
| HGTDReconstruction_legacy.acc = MainServicesCfg(flags) |
Definition at line 75 of file HGTDReconstruction_legacy.py.
| HGTDReconstruction_legacy.all_files = sorted(glob.glob(file_pattern)) |
Definition at line 25 of file HGTDReconstruction_legacy.py.
| HGTDReconstruction_legacy.AODFileName |
Definition at line 48 of file HGTDReconstruction_legacy.py.
| HGTDReconstruction_legacy.args = parser.parse_args() |
Definition at line 21 of file HGTDReconstruction_legacy.py.
| HGTDReconstruction_legacy.debugLimit |
Definition at line 76 of file HGTDReconstruction_legacy.py.
| HGTDReconstruction_legacy.default |
Definition at line 19 of file HGTDReconstruction_legacy.py.
| HGTDReconstruction_legacy.doActs |
Definition at line 58 of file HGTDReconstruction_legacy.py.
| HGTDReconstruction_legacy.doITkConversion |
Definition at line 63 of file HGTDReconstruction_legacy.py.
| HGTDReconstruction_legacy.doMonitoring |
Definition at line 62 of file HGTDReconstruction_legacy.py.
| HGTDReconstruction_legacy.doTruth |
Definition at line 52 of file HGTDReconstruction_legacy.py.
| HGTDReconstruction_legacy.doWriteAOD |
Definition at line 47 of file HGTDReconstruction_legacy.py.
| HGTDReconstruction_legacy.EnableCalo |
Definition at line 53 of file HGTDReconstruction_legacy.py.
| HGTDReconstruction_legacy.EnableHGTD |
Definition at line 57 of file HGTDReconstruction_legacy.py.
| HGTDReconstruction_legacy.EnableHGTDExtension |
Definition at line 59 of file HGTDReconstruction_legacy.py.
| str HGTDReconstruction_legacy.file_pattern = f"{args.file_dir}/RDO*.pool.root.1" |
Definition at line 24 of file HGTDReconstruction_legacy.py.
| HGTDReconstruction_legacy.Files |
Definition at line 37 of file HGTDReconstruction_legacy.py.
| HGTDReconstruction_legacy.flags = initConfigFlags() |
Definition at line 15 of file HGTDReconstruction_legacy.py.
| HGTDReconstruction_legacy.help |
Definition at line 18 of file HGTDReconstruction_legacy.py.
| HGTDReconstruction_legacy.HISTFileName |
Definition at line 49 of file HGTDReconstruction_legacy.py.
| HGTDReconstruction_legacy.int |
Definition at line 19 of file HGTDReconstruction_legacy.py.
| list HGTDReconstruction_legacy.matching_files = [] |
Definition at line 27 of file HGTDReconstruction_legacy.py.
| HGTDReconstruction_legacy.MaxEvents |
Definition at line 44 of file HGTDReconstruction_legacy.py.
| HGTDReconstruction_legacy.myIterativeExtensionTool = acc.popToolsAndMerge(HGTD_IterativeExtensionToolCfg(flags, Chi2Cut=10000.0)) |
Definition at line 94 of file HGTDReconstruction_legacy.py.
| HGTDReconstruction_legacy.parser = argparse.ArgumentParser(description='Run HGTD reconstruction with legacy Athena') |
Definition at line 17 of file HGTDReconstruction_legacy.py.
| HGTDReconstruction_legacy.recoChain |
Definition at line 69 of file HGTDReconstruction_legacy.py.
| HGTDReconstruction_legacy.required |
Definition at line 18 of file HGTDReconstruction_legacy.py.
| HGTDReconstruction_legacy.str |
Definition at line 18 of file HGTDReconstruction_legacy.py.
| HGTDReconstruction_legacy.summariseProps |
Definition at line 110 of file HGTDReconstruction_legacy.py.
| HGTDReconstruction_legacy.True |
Definition at line 18 of file HGTDReconstruction_legacy.py.
| HGTDReconstruction_legacy.type |
Definition at line 18 of file HGTDReconstruction_legacy.py.
| HGTDReconstruction_legacy.useTrigger |
Definition at line 54 of file HGTDReconstruction_legacy.py.
| HGTDReconstruction_legacy.withDetails |
Definition at line 110 of file HGTDReconstruction_legacy.py.