Closed jbeirer closed 5 months ago
Attention: Patch coverage is 81.81818%
with 2 lines
in your changes are missing coverage. Please review.
Project coverage is 19.97%. Comparing base (
a6dc3d5
) to head (72ebd7e
).
Files | Patch % | Lines |
---|---|---|
source/Core/TFCSEnergyAndHitGANV2.cxx | 0.00% | 1 Missing :warning: |
source/Core/TFCSPredictExtrapWeights.cxx | 0.00% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This MR:
-DGEANT4_INSTALL_DATA=ON
With the CLHEP usage, we switch from
CLHEP::TRandomEngine()
toCLHEP::RanluxEngine()
as random number generator. For this reason the simulated energy deposits inbasic_sim_tests
change and are updated accordingly.