Skip to content
Snippets Groups Projects
Commit 026e97dd authored by Marija Vranjes Milosavljevic's avatar Marija Vranjes Milosavljevic
Browse files

Merge branch 'idtrig-minTRTonTrk' into '24.0'

fix for ATR-29037 -  No such flag: minTRTonTrk

See merge request atlas/athena!70032
parents 7e9e1cf5 af34650d
No related branches found
No related tags found
No related merge requests found
......@@ -471,10 +471,11 @@ def cosmics(flags: AthConfigFlags, instanceName: str, recoMode: str) -> AthConfi
flags.Xi2max = 60. if recoMode=="InDet" else [60.]
flags.Xi2maxNoAdd = 100. if recoMode=="InDet" else [100.]
flags.nWeightedClustersMin= 8
flags.minTRTonTrk = 20
flags.useSeedFilter = True
flags.usePrdAssociationTool = False #for backward compatibility #2023fix?
flags.roadWidth = 75.
if recoMode=="InDet":
flags.minTRTonTrk = 20
return flags
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment