Skip to content
Snippets Groups Projects
Commit a89d80cd authored by Tadej Novak's avatar Tadej Novak
Browse files

Merge branch 'ATLSWUPGR-201' into 'master'

Fixing crash in run 4 offline FTF ART tests

See merge request !64092
parents b22ada6f c9441384
No related branches found
No related tags found
Loading
......@@ -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
......
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