Skip to content

Composite roi from calo clusters for acts

Carlo Varni requested to merge cvarni/athena:CompositeRoIFromCaloClusters into main

This is a first attempt to start introducing an ACTS-based conversion tracking pass.

For the time being I'm simply adding an algorithm for creating a composite RoI given Calo information, basically the same that is done here: https://gitlab.cern.ch/atlas/athena/-/blob/main/InnerDetector/InDetRecAlgs/SiSPSeededTrackFinder/src/SiSPSeededTrackFinder.cxx#L560-595

I will then add the rest of the algorithms to be scheduled on a dedicated MR, since that may require some heavy JO reordering.

Tagging @christos

Addresses: ATLIDTRKCP-521

Edited by Carlo Varni

Merge request reports