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 159 forks source link

Provide tools & setup for tracking of Heavy Ion on ITk events in standalone ACTS environment #1778

Open tboldagh opened 1 year ago

tboldagh commented 1 year ago

The goal is to work out tools & setup to demonstrates ACTS tracking chain on for Heavy Ion events in ATLAS ITk detector. In comparison to an existing chain the HI reconstruction is likely to need fast vertex z estimation and a modification to the seeding that would allow to contain the seeds to that vertex only. (Default chain should be obviously tried first to obtain reference.) The project is covered by Petr Bolek.

A concrete work items are:

tboldagh commented 1 year ago

ATLAS implementation in trigger can be found here: https://gitlab.cern.ch/atlas/athena/-/blob/master/Trigger/TrigTools/IDScanZFinder/src/IDScanZFinderInternal.h

tboldagh commented 1 year ago

And let me tag FI: @noemina @toyamaza @asalzburger

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.

paulgessinger commented 1 year ago

@tboldagh is there a plan for this?

tboldagh commented 1 year ago

Yes, Petr got some preliminary results with z finder algorithm. Should be presented soon.

github-actions[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.

pbalek commented 1 year ago

Hi all, I think PR #2038 is in a good shape. I tuned the parameters for Pb+Pb collisions, so it runs quite fast while it has a good resolution.

Now, we can skip some phi a z bins. That needs to be set as a parameter of the tool. Ideally, the tool could decide itself but let's keep that for the next version. Also, I added some iterations, so some fraction of the worst planes/rays can be discarded each pass.

As of now, the tool is not used anywhere. However, I've seen #2195, so once that is merged, I think we can utilize the seed vertex finder there.

github-actions[bot] commented 2 weeks 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.

tboldagh commented 2 weeks ago

There is an interesting evolution of this project. Updates to be seen soon.