ZFinder bug fixes and option for running in jet super ROI
Added ZFinder options for jet super ROI to trigger fast track finder configuration and made some small improvements to the ZFinder code. ZFinder before fast tracking in jet super ROI can be turned on using flags.Trigger.InDetTracking.jetSuper.doZFinder=True;
in --preExec
options for Reco_tf.py
.
It effectively reduces the ROI for FTF seeding from +-180 mm to +- 20 mm around the z-position found by the z-finder.
Two bugs in the ZFinder are fixed:
- Spacepoint selection - an indexing bug meant that if spacepoints which don't pass the maximum layer number and ROI phi selections occured in the spacepoint vector before those that do pass the selection, zero values of phi, rho and z coordinates, and layer number, were used by the ZFinder instead of the correct values for the spacepoints. This only caused small changes to the z histograms in my tests, but sometimes resulted in the wrong z peak being selected and hence reduced tracking efficiency.
- Vertex significance calculation - instead of adding 3 consecutive bins, it was adding the last of the 3 twice to the first bin. This was only done if
MinVtxSignificance
was set to a value above 0.
Tagging @lshi and @lbeemste since this affects b-jet trigger -- although the default b-jet trigger behaviour should be unchanged.
Merge request reports
Activity
added 23.0 Trigger TriggerID TriggerJet + 1 deleted label
requested review from @sutt
added review-pending-level-1 label
removed review-pending-level-1 label
- Resolved by Mark Sutton
thanks @mmlinare , sorry I can not find the place to config precision tracking, will you add the precision tracking in this MR or you prefer to make another one?
- Resolved by Marin Mlinarevic
- Resolved by Mark Sutton
- Resolved by Mark Sutton
- Resolved by Mark Sutton
- Resolved by Mark Sutton
- Resolved by Mark Sutton
- Resolved by Mark Sutton
- Resolved by Mark Sutton
- Resolved by Mark Sutton
- Resolved by Mark Sutton
- Resolved by Mark Sutton
- Resolved by Mark Sutton
- Resolved by Mark Sutton
- Resolved by Mark Sutton
- Resolved by Mark Sutton
- Resolved by Mark Sutton
added bugfix label
CI Result SUCCESS (hash bc50b160)Athena externals cmake make tests Full details available on this CI monitor view. Check the JIRA CI status board for known problems
Athena: number of compilation errors 0, warnings 0
For experts only: Jenkins output [CI-MERGE-REQUEST-CC7 74654]- Resolved by Mark Sutton
removed bugfix label
- Resolved by Mark Sutton
added bugfix label
- Resolved by Mark Sutton
added 1 commit
- 0b2cab78 - Added halving triplet DK value to ZFinder initialization
added 1 commit
- 31dad774 - Added halving triplet DK value to ZFinder initialization
CI Result SUCCESS (hash 33afaf99)Athena externals cmake make tests Full details available on this CI monitor view. Check the JIRA CI status board for known problems
Athena: number of compilation errors 0, warnings 0
For experts only: Jenkins output [CI-MERGE-REQUEST-CC7 75798]added review-pending-level-1 label