-
Notifications
You must be signed in to change notification settings - Fork 30
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: eic/EICrecon
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e440a3b
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: eic/EICrecon
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3f7fb58
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 8 commits
- 9 files changed
- 2 contributors
Commits on Jan 17, 2025
-
fix: rm unused options in IterativeVertexFinder.cc (#1712)
### Briefly, what does this PR introduce? This PR removes an entirely unused options variable (and type alias) in IterativeVertexFinder. ### What kind of change does this PR introduce? - [x] Bug fix (issue: unused code) - [ ] New feature (issue #__) - [ ] Documentation update - [ ] Other: __ ### Please check if this PR fulfills the following: - [ ] Tests for the changes have been added - [ ] Documentation has been added / updated - [ ] Changes have been communicated to collaborators ### Does this PR introduce breaking changes? What changes might users need to make to their code? No. ### Does this PR change default behavior? No.
Configuration menu - View commit details
-
Copy full SHA for 6dce610 - Browse repository at this point
Copy the full SHA 6dce610View commit details -
BUGFIX: PhotoMultiplierHitDigi: allow bypassing QE, enable that for D…
…IRC (#1713) ### Briefly, what does this PR introduce? Quantum efficiency for DIRC was moved to npsim https://github.com/eic/npsim/blob/e3dc454951288c9439a16e38c138a4aeb2896a24/src/dd4pod/python/npsim.py#L66-L94 we should not apply it twice ### What kind of change does this PR introduce? - [x] Bug fix (issue #__) - [ ] New feature (issue #__) - [ ] Documentation update - [ ] Other: __ ### Please check if this PR fulfills the following: - [ ] Tests for the changes have been added - [ ] Documentation has been added / updated - [ ] Changes have been communicated to collaborators ### Does this PR introduce breaking changes? What changes might users need to make to their code? No ### Does this PR change default behavior? Yes
Configuration menu - View commit details
-
Copy full SHA for 1b90796 - Browse repository at this point
Copy the full SHA 1b90796View commit details -
fix: skip non-class definition headers in make_datamodel_glue.py (#1706)
### Briefly, what does this PR introduce? In recent versions of EDM4hep, deprecated data types are defined as aliases to the recommended new data type: e.g. ```cpp namespace edm4hep { using MCRecoCaloParticleAssociation [[deprecated("use CaloHitMCParticleLink instead")]] = edm4hep::CaloHitMCParticleLink; } ``` This leads to issues in the `datamodel_glue.h` header, which defines them as a class, e.g. ``` /opt/local/include/edm4hep/MCRecoCaloParticleAssociation.h:7:7: error: typedef redefinition with different types ('edm4hep::CaloHitMCParticleLink' vs 'edm4hep::MCRecoCaloParticleAssociation') 7 | using MCRecoCaloParticleAssociation [[deprecated("use CaloHitMCParticleLink instead")]] = | ^ /home/wdconinc/git/EICrecon/build/include/services/io/podio/datamodel_glue.h:326:11: note: previous definition is here 326 | class MCRecoCaloParticleAssociation; | ^ ``` This PR avoids listing `using` aliases in the `datamodel_glue.h` headers by only processing data type headers with an actual `class` definition. ### What kind of change does this PR introduce? - [ ] Bug fix (issue #__) - [x] New feature (support for EDM4hep-0.99) - [ ] Documentation update - [ ] Other: __ ### Please check if this PR fulfills the following: - [ ] Tests for the changes have been added - [ ] Documentation has been added / updated - [ ] Changes have been communicated to collaborators ### Does this PR introduce breaking changes? What changes might users need to make to their code? No. ### Does this PR change default behavior? No.
Configuration menu - View commit details
-
Copy full SHA for c70ecbe - Browse repository at this point
Copy the full SHA c70ecbeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ca5ce2 - Browse repository at this point
Copy the full SHA 1ca5ce2View commit details -
Configuration menu - View commit details
-
Copy full SHA for b512bd3 - Browse repository at this point
Copy the full SHA b512bd3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 340bcd9 - Browse repository at this point
Copy the full SHA 340bcd9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d68c9a - Browse repository at this point
Copy the full SHA 9d68c9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f7fb58 - Browse repository at this point
Copy the full SHA 3f7fb58View commit details
There are no files selected for viewing