acts-project / acts

Experiment-independent toolkit for (charged) particle track reconstruction in (high energy) physics experiments implemented in modern C++
https://acts.readthedocs.io
Mozilla Public License 2.0
101 stars 161 forks source link

Full chain vertexing with AMVF #1406

Open paulgessinger opened 1 year ago

paulgessinger commented 1 year ago

Looks ok, let's go with IVF first and look into AMVF. Do you know if AMVF runs into errors in the current status?

AMVF will produce an error in the current scenario. I guess it is because we loose one of the muons and then fail to fit the vertex. with 4 muons AMVF works but IVF even works with 2 but I am not sure why

Originally posted by @andiwand in https://github.com/acts-project/acts/issues/1299#issuecomment-1206199044

tboldagh commented 1 year ago

In ATLAS. We'll soon have HI run where significant part of the data are UPC events. Typically a (very)few particles in event. Given AMVF is part of ATLAS reco already this may be affecting reconstruction (I do not think we care about it in HLT).

How does one reproduce this issue actually? Setup vertex ting chain with AMVF and particle gun to generate 4,3,2 muon events. Right? @andiwand @paulgessinger

andiwand commented 1 year ago

to reproduce this issue you can run full_chain_odd.py with AMVF instead of IVF. the underlying problem seems to be the high number of duplicated tracks. the vertex fitting blows up under these conditions which seems fair.

stale[bot] commented 1 year ago

This issue/PR has been automatically marked as stale because it has not had recent activity. The stale label will be removed if any interaction occurs.