-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adapt the converter for dealing with reversed ParticleID relations (#51)
* Remove the ParticleID relation from the Clusters * Remove the particleIDUsed from the reco particle * Remove the particleID and make things compile again * Convert ParticleIDs into separate collections from LCIO * Update standalone converter tests to compare correctly for new layout * Remove unnecessary map and unused parameters * Remove no longer valid comment * Make roundtrip tests check ParticleIDs in new format * Convert ParticleIDs also from EDM4hep to LCIO * Make interface const correct * Use the EDM4hep PIDHandler in conversion to set meta info * Try to keep 1-to-1 mapping for algorithmType in roundtrips * Convert PID meta information in standalone conversion * Move particle id metadata handling into reusable functionality * Update docstrings * Remove unused code, includes, and cmake config * Use correct target name --------- Co-authored-by: hegner <[email protected]>
- Loading branch information
Showing
19 changed files
with
414 additions
and
214 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.