Closed fhagemann closed 2 months ago
The PR to G4Examples
can be found here: https://github.com/JuliaHEP/G4Examples.jl/pull/2
The tests seem to pass now with the updated G4Examples
!
However, Geant4.jl might need a new minor release (0.1.17?) and the [compat]
in G4Examples
might need to be updated to that new version to not clash with incompatible Geant4@0.1.16
and FHist@0.11
.
Let me know if I can do anything to help.
Yes, you are right. I'll make a minor release.
Thanks for the changes!
Yes, you are right. I'll make a minor release.
Thanks!
There were some breaking syntax changes in
FHist@0.11
that requireGeant4.jl
to be fixed toFHist@0.10
. This results in the fact, thatGeant4
is downgraded to the versionv0.1.13
whenFHist
is upgraded tov0.11
.In this PR, I tried to update the code to the breaking changes in
FHist@0.11
.The tests will fail because the
G4Examples
are also partly written in the oldFHist
syntax. I will also open a PR toG4Examples
where these breaking changes are fixed.