Skip to content
Snippets Groups Projects

Add convertor for PRD to xAOD PROD

Closed Edward Moyse requested to merge emoyse/athena:main-PRD-convertor into main
2 unresolved threads
8 files
+ 303
7
Compare changes
  • Side-by-side
  • Inline
Files
8
@@ -71,7 +71,6 @@ StatusCode DumpEventDataToJsonAlg::initialize() {
}
// Specialisation for TrackProxy
// TODO understand why this is not matching: ActsTrk::TrackContainer::TrackProxy
template <>
nlohmann::json DumpEventDataToJsonAlg::getData(const Acts::TrackProxy<ActsTrk::TrackStorageContainer, ActsTrk::MultiTrajectory, ActsTrk::DataLinkHolder, true> &track) {
nlohmann::json data;
Loading