Skip to content

Fix conversion bug

Michel De Cian requested to merge decianm-fixConversionBug into master
  • Fix bug in conversion of v1::Track to v3::Tracks by which the index of the LHCbIDs started at 1 instead of 0, therefore having an invalid first element (and cutting the last)
  • Add a method to v3::Tracks to directly access the ith LHCbID

Merge request reports