-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update gamma kernel, add reproducibility CI test (#333)
This updates the gamma kernel, which is a leftover from #324. The `SampleInteraction` only needs to be called if no boundary is hit (as otherwise no physics process is used). This enables to keep the `numIALeft` which is stored in the `currentTrack` and needs to be passed to the G4HepEm theTrack. The previous early exit with setting the winnerprocess to -1 caused non-reproducibility. Since the code is reproducible with this fix, the CI test for reproducibility with 8 ttbar events in CMS (no B field) is activated and replaced the previous test that just ran one event. Physics validation results are just as before.
- Loading branch information
1 parent
9afd471
commit a80fb97
Showing
5 changed files
with
41 additions
and
47 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
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