Skip to content

Fixing bug in FTF config when running with Reco_tf

Elliot Watton requested to merge ewatton/athena:FTFwithITKstandalone_FIX into master

Fixing a recent bug originating from the set of ITk tracking flags being modified after they have been locked. The flags are locked prior to this config, as this FTF config is included as a postInclude method to the Reco_tf command:

Reco_tf.py --maxEvents=100 --inputRDOFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/PhaseIIUpgrade/RDO/mc15_14TeV.900040.PG_singlemu_Pt100_etaFlatnp0_43.recon.RDO.e8185_s3856_r13824/RDO.29831688._000001.pool.root.1 --outputAODFile AOD.root --CA --steering doRAWtoALL --preInclude InDetConfig.ConfigurationHelpers.OnlyTrackingPreInclude --postInclude TrigFastTrackFinder.ITkFastTrackFinderStandaloneConfig.ITkFastTrackFinderStandaloneCfg

This has now been fixed by introducing ITk.Tracking.FTFPass flags with the required edits.

This is a part of EFTRACK-4, EFTRACK-7, EFTRACK-133 and EFTRACK-142

Merge request reports