Skip to content

Fix track accessor when retrieving from jets

Dan Guest requested to merge dguest/training-dataset-dumper:fix-track-getter into r22

Tracks on jets are usually stored as IParticle. Before this MR they were expected as TrackParticle, after this MR they are retrieved as IParticle and dynamic_cast to TrackParticle.

Should help with #30 (comment 5040204)

Merge request reports