Skip to content
Snippets Groups Projects

Fixing crash in run 4 offline FTF ART tests

Merged Elliot Watton requested to merge ewatton/athena:ATLSWUPGR-201 into master
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
@@ -462,6 +462,8 @@ def createITkFTFPassFlags():
icf = createITkFastTrackingPassFlags()
icf.addFlag("doHitDV" , False)
icf.addFlag("doDisappearingTrk" , False)
icf.minPT = [0.9 * Units.GeV, 0.4 * Units.GeV, 0.4 * Units.GeV]
icf.minPTSeed = 0.9 * Units.GeV
Loading