Skip to content

PyAlg & config to read tracking data from CSVs

Tomasz Bold requested to merge tbold/athena:import-csv into main

This MR adds an algorithm that can be scheduled in athena jobs and load tracking data from CSV files as they are exported by CSV_InDetExporter.

At the moment it only attempts to load to xAOD::TrackParticle.

Once export of TrackParticle is in place (@mvgonzal) I plan to do the test this further i.e. to feed it to IDPVM.

It is draft because I am unable to construct in python TrackParticle yet (tagging @akraszna for a hint maybe).

Tagging @ncalace @cvarni @fpastore @mastrand @tstreble

Related ticket: EFTRACK-240

Edited by Tomasz Bold

Merge request reports