Skip to content

Commit

Permalink
explicit value
Browse files Browse the repository at this point in the history
  • Loading branch information
andiwand committed Feb 27, 2024
1 parent a49c1dc commit fc12aff
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,9 @@ auto ActsExamples::AdaptiveMultiVertexFinderAlgorithm::makeVertexFinder() const
finderConfig.tracksMaxZinterval = 1. * Acts::UnitConstants::mm;
finderConfig.maxIterations = 200;
finderConfig.useTime = m_cfg.useTime;
// Reset the maximum significance that two vertices can have before they
// are considered as merged.
finderConfig.maxMergeVertexSignificance = 3;
if (m_cfg.useTime) {
// When using time, we have an extra contribution to the chi2 by the time
// coordinate. We thus need to increase tracksMaxSignificance (i.e., the
Expand Down

0 comments on commit fc12aff

Please sign in to comment.