Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add uber EDM4hep reader #2939

Merged
merged 34 commits into from
Feb 27, 2024

Conversation

paulgessinger
Copy link
Member

@paulgessinger paulgessinger commented Feb 7, 2024

This unifies the EDM4hep particle and simhit reader with correct particle barcodes, and working hit to particle association. I've tested to work ~ ok on ODD with ddsim inputs. ddsim produces weird hits that I haven't debugged yet, but given these inputs, the reco part seems to work somewhat ok.

hits

@paulgessinger paulgessinger changed the title feat: EDM4hep uber reader feat: Add uber EDM4hep reader Feb 7, 2024
@paulgessinger paulgessinger added this to the next milestone Feb 7, 2024
@paulgessinger paulgessinger marked this pull request as ready for review February 7, 2024 16:41
@github-actions github-actions bot added Component - Examples Affects the Examples module Event Data Model labels Feb 7, 2024
Copy link

codecov bot commented Feb 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 48.78%. Comparing base (c2e1e6e) to head (35aa626).
Report is 48 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2939      +/-   ##
==========================================
- Coverage   48.99%   48.78%   -0.21%     
==========================================
  Files         495      493       -2     
  Lines       28937    28905      -32     
  Branches    13704    13747      +43     
==========================================
- Hits        14178    14102      -76     
- Misses       4881     4911      +30     
- Partials     9878     9892      +14     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@andiwand andiwand left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nicely done!

Examples/Io/EDM4hep/src/EDM4hepUtil.cpp Outdated Show resolved Hide resolved
Examples/Io/EDM4hep/src/EDM4hepReader.cpp Outdated Show resolved Hide resolved
Examples/Io/EDM4hep/src/EDM4hepReader.cpp Show resolved Hide resolved
Examples/Io/EDM4hep/src/EDM4hepReader.cpp Show resolved Hide resolved
Examples/Io/EDM4hep/src/EDM4hepReader.cpp Outdated Show resolved Hide resolved
Examples/Io/EDM4hep/src/EDM4hepReader.cpp Show resolved Hide resolved
Examples/Io/EDM4hep/src/EDM4hepReader.cpp Show resolved Hide resolved
andiwand
andiwand previously approved these changes Feb 20, 2024
@paulgessinger
Copy link
Member Author

I'd be inclined to ignore the coverage change in this case.

@andiwand
Copy link
Contributor

no objection from my side since it is "only" examples

does the coverage include the code covered by the python examples?

@paulgessinger
Copy link
Member Author

It does not. I don't think it's doable to change that

@paulgessinger paulgessinger merged commit c0c26e8 into acts-project:main Feb 27, 2024
50 of 52 checks passed
@paulgessinger paulgessinger deleted the feat/edm4hep-reading branch February 27, 2024 15:33
@acts-project-service
Copy link
Collaborator

🔴 Athena integration test results [c0c26e8]

Build job with this PR failed!

Please investigate the build job for the pipeline!

@acts-project-service acts-project-service added the Breaks Athena build This PR breaks the Athena build label Feb 27, 2024
@paulgessinger paulgessinger modified the milestones: next, v33.0.0 Mar 6, 2024
@paulgessinger paulgessinger removed the Breaks Athena build This PR breaks the Athena build label Mar 6, 2024
EleniXoch pushed a commit to EleniXoch/acts that referenced this pull request May 6, 2024
This unifies the EDM4hep particle and simhit reader with correct
particle barcodes, and working hit to particle association. I've tested
to work ~ ok on ODD with ddsim inputs. ddsim produces weird hits that I
haven't debugged yet, but given these inputs, the reco part seems to
work somewhat ok.


![hits](https://github.com/acts-project/acts/assets/1058585/6f337824-151b-4bb6-bb66-0e30201a64c3)
asalzburger pushed a commit to asalzburger/acts that referenced this pull request May 21, 2024
This unifies the EDM4hep particle and simhit reader with correct
particle barcodes, and working hit to particle association. I've tested
to work ~ ok on ODD with ddsim inputs. ddsim produces weird hits that I
haven't debugged yet, but given these inputs, the reco part seems to
work somewhat ok.


![hits](https://github.com/acts-project/acts/assets/1058585/6f337824-151b-4bb6-bb66-0e30201a64c3)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component - Examples Affects the Examples module Component - Fatras Affects the Fatras module Event Data Model
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants