![]() |
ATLAS Offline Software
|
Variables | |
| flags = initConfigFlags() | |
| parser = argparse.ArgumentParser(description='Run HGTD reconstruction with ACTS') | |
| 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 | |
| doMonitoring | |
| EnableHGTD | |
| doITkConversion | |
| doAthenaToActsSpacePoint | |
| doAthenaToActsCluster | |
| recoChain | |
| doRotCorrection | |
| acc = MainServicesCfg(flags) | |
| debugLimit | |
| verboseLimit | |
| withDetails | |
| summariseProps | |
| ActsHGTDReconstruction.acc = MainServicesCfg(flags) |
Definition at line 73 of file ActsHGTDReconstruction.py.
| ActsHGTDReconstruction.all_files = sorted(glob.glob(file_pattern)) |
Definition at line 28 of file ActsHGTDReconstruction.py.
| ActsHGTDReconstruction.AODFileName |
Definition at line 48 of file ActsHGTDReconstruction.py.
| ActsHGTDReconstruction.args = parser.parse_args() |
Definition at line 24 of file ActsHGTDReconstruction.py.
| ActsHGTDReconstruction.debugLimit |
Definition at line 74 of file ActsHGTDReconstruction.py.
| ActsHGTDReconstruction.default |
Definition at line 22 of file ActsHGTDReconstruction.py.
| ActsHGTDReconstruction.doAthenaToActsCluster |
Definition at line 64 of file ActsHGTDReconstruction.py.
| ActsHGTDReconstruction.doAthenaToActsSpacePoint |
Definition at line 63 of file ActsHGTDReconstruction.py.
| ActsHGTDReconstruction.doITkConversion |
Definition at line 60 of file ActsHGTDReconstruction.py.
| ActsHGTDReconstruction.doMonitoring |
Definition at line 56 of file ActsHGTDReconstruction.py.
| ActsHGTDReconstruction.doRotCorrection |
Definition at line 67 of file ActsHGTDReconstruction.py.
| ActsHGTDReconstruction.doTruth |
Definition at line 52 of file ActsHGTDReconstruction.py.
| ActsHGTDReconstruction.doWriteAOD |
Definition at line 47 of file ActsHGTDReconstruction.py.
| ActsHGTDReconstruction.EnableCalo |
Definition at line 54 of file ActsHGTDReconstruction.py.
| ActsHGTDReconstruction.EnableHGTD |
Definition at line 59 of file ActsHGTDReconstruction.py.
| str ActsHGTDReconstruction.file_pattern = f"{args.file_dir}/RDO*.pool.root.1" |
Definition at line 27 of file ActsHGTDReconstruction.py.
| ActsHGTDReconstruction.Files |
Definition at line 38 of file ActsHGTDReconstruction.py.
| ActsHGTDReconstruction.flags = initConfigFlags() |
Definition at line 15 of file ActsHGTDReconstruction.py.
| ActsHGTDReconstruction.help |
Definition at line 21 of file ActsHGTDReconstruction.py.
| ActsHGTDReconstruction.HISTFileName |
Definition at line 49 of file ActsHGTDReconstruction.py.
| ActsHGTDReconstruction.int |
Definition at line 22 of file ActsHGTDReconstruction.py.
| list ActsHGTDReconstruction.matching_files = [] |
Definition at line 30 of file ActsHGTDReconstruction.py.
| ActsHGTDReconstruction.MaxEvents |
Definition at line 45 of file ActsHGTDReconstruction.py.
| ActsHGTDReconstruction.parser = argparse.ArgumentParser(description='Run HGTD reconstruction with ACTS') |
Definition at line 20 of file ActsHGTDReconstruction.py.
| ActsHGTDReconstruction.recoChain |
Definition at line 66 of file ActsHGTDReconstruction.py.
| ActsHGTDReconstruction.required |
Definition at line 21 of file ActsHGTDReconstruction.py.
| ActsHGTDReconstruction.str |
Definition at line 21 of file ActsHGTDReconstruction.py.
| ActsHGTDReconstruction.summariseProps |
Definition at line 92 of file ActsHGTDReconstruction.py.
| ActsHGTDReconstruction.True |
Definition at line 21 of file ActsHGTDReconstruction.py.
| ActsHGTDReconstruction.type |
Definition at line 21 of file ActsHGTDReconstruction.py.
| ActsHGTDReconstruction.useTrigger |
Definition at line 55 of file ActsHGTDReconstruction.py.
| ActsHGTDReconstruction.verboseLimit |
Definition at line 75 of file ActsHGTDReconstruction.py.
| ActsHGTDReconstruction.withDetails |
Definition at line 92 of file ActsHGTDReconstruction.py.