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

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

Variable Documentation

◆ acc

HGTDReconstruction_legacy.acc = MainServicesCfg(flags)

Definition at line 75 of file HGTDReconstruction_legacy.py.

◆ all_files

HGTDReconstruction_legacy.all_files = sorted(glob.glob(file_pattern))

Definition at line 25 of file HGTDReconstruction_legacy.py.

◆ AODFileName

HGTDReconstruction_legacy.AODFileName

Definition at line 48 of file HGTDReconstruction_legacy.py.

◆ args

HGTDReconstruction_legacy.args = parser.parse_args()

Definition at line 21 of file HGTDReconstruction_legacy.py.

◆ debugLimit

HGTDReconstruction_legacy.debugLimit

Definition at line 76 of file HGTDReconstruction_legacy.py.

◆ default

HGTDReconstruction_legacy.default

Definition at line 19 of file HGTDReconstruction_legacy.py.

◆ doActs

HGTDReconstruction_legacy.doActs

Definition at line 58 of file HGTDReconstruction_legacy.py.

◆ doITkConversion

HGTDReconstruction_legacy.doITkConversion

Definition at line 63 of file HGTDReconstruction_legacy.py.

◆ doMonitoring

HGTDReconstruction_legacy.doMonitoring

Definition at line 62 of file HGTDReconstruction_legacy.py.

◆ doTruth

HGTDReconstruction_legacy.doTruth

Definition at line 52 of file HGTDReconstruction_legacy.py.

◆ doWriteAOD

HGTDReconstruction_legacy.doWriteAOD

Definition at line 47 of file HGTDReconstruction_legacy.py.

◆ EnableCalo

HGTDReconstruction_legacy.EnableCalo

Definition at line 53 of file HGTDReconstruction_legacy.py.

◆ EnableHGTD

HGTDReconstruction_legacy.EnableHGTD

Definition at line 57 of file HGTDReconstruction_legacy.py.

◆ EnableHGTDExtension

HGTDReconstruction_legacy.EnableHGTDExtension

Definition at line 59 of file HGTDReconstruction_legacy.py.

◆ file_pattern

str HGTDReconstruction_legacy.file_pattern = f"{args.file_dir}/RDO*.pool.root.1"

Definition at line 24 of file HGTDReconstruction_legacy.py.

◆ Files

HGTDReconstruction_legacy.Files

Definition at line 37 of file HGTDReconstruction_legacy.py.

◆ flags

HGTDReconstruction_legacy.flags = initConfigFlags()

Definition at line 15 of file HGTDReconstruction_legacy.py.

◆ help

HGTDReconstruction_legacy.help

Definition at line 18 of file HGTDReconstruction_legacy.py.

◆ HISTFileName

HGTDReconstruction_legacy.HISTFileName

Definition at line 49 of file HGTDReconstruction_legacy.py.

◆ int

HGTDReconstruction_legacy.int

Definition at line 19 of file HGTDReconstruction_legacy.py.

◆ matching_files

list HGTDReconstruction_legacy.matching_files = []

Definition at line 27 of file HGTDReconstruction_legacy.py.

◆ MaxEvents

HGTDReconstruction_legacy.MaxEvents

Definition at line 44 of file HGTDReconstruction_legacy.py.

◆ myIterativeExtensionTool

HGTDReconstruction_legacy.myIterativeExtensionTool = acc.popToolsAndMerge(HGTD_IterativeExtensionToolCfg(flags, Chi2Cut=10000.0))

Definition at line 94 of file HGTDReconstruction_legacy.py.

◆ parser

HGTDReconstruction_legacy.parser = argparse.ArgumentParser(description='Run HGTD reconstruction with legacy Athena')

Definition at line 17 of file HGTDReconstruction_legacy.py.

◆ recoChain

HGTDReconstruction_legacy.recoChain

Definition at line 69 of file HGTDReconstruction_legacy.py.

◆ required

HGTDReconstruction_legacy.required

Definition at line 18 of file HGTDReconstruction_legacy.py.

◆ str

HGTDReconstruction_legacy.str

Definition at line 18 of file HGTDReconstruction_legacy.py.

◆ summariseProps

HGTDReconstruction_legacy.summariseProps

Definition at line 110 of file HGTDReconstruction_legacy.py.

◆ True

HGTDReconstruction_legacy.True

Definition at line 18 of file HGTDReconstruction_legacy.py.

◆ type

HGTDReconstruction_legacy.type

Definition at line 18 of file HGTDReconstruction_legacy.py.

◆ useTrigger

HGTDReconstruction_legacy.useTrigger

Definition at line 54 of file HGTDReconstruction_legacy.py.

◆ withDetails

HGTDReconstruction_legacy.withDetails

Definition at line 110 of file HGTDReconstruction_legacy.py.