Skip to content

Commit

Permalink
feat: Stable AMVF KF fitting for examples (#2383)
Browse files Browse the repository at this point in the history
I noticed that the AMVF KF becomes unstable in our current examples setup. The new initial covariance for the vertex seed seems to fix that
  • Loading branch information
andiwand authored Aug 19, 2023
1 parent 20cf882 commit 9e93a42
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 0 deletions.
Binary file modified CI/physmon/reference/performance_amvf_orthogonal_hist.root
Binary file not shown.
Binary file modified CI/physmon/reference/performance_amvf_seeded_hist.root
Binary file not shown.
Binary file modified CI/physmon/reference/performance_amvf_truth_estimated_hist.root
Binary file not shown.
Binary file modified CI/physmon/reference/performance_amvf_truth_smeared_hist.root
Binary file not shown.
Binary file modified CI/physmon/reference/performance_amvf_ttbar_hist.root
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ ActsExamples::AdaptiveMultiVertexFinderAlgorithm::executeAfterSeederChoice(
m_cfg.bField);
// We do not want to use a beamspot constraint here
finderConfig.useBeamSpotConstraint = false;
finderConfig.looseConstrValue = 1e2;
finderConfig.tracksMaxZinterval = 1. * Acts::UnitConstants::mm;
finderConfig.maxIterations = 200;

Expand Down

0 comments on commit 9e93a42

Please sign in to comment.