Skip to content

v1.3 : Xsec Interpolation for Speed

Compare
Choose a tag to compare
@tomeichlersmith tomeichlersmith released this 18 Apr 15:08
· 53 commits to main since this release

Besides the introduction of a (optional but default enabled) xsec interpolation providing a substantial speed improvement, a small bug in the cross section calculation was also squashed to make sure that the calculated cross section goes all the way down to the actual kinematic minimum of $2m_A$.

Breaking Changes

The constructor of G4DarkBremsstrahlung has once again changed, now adding another boolean to indicate whether to use the interpolation or not.

https://github.com/tomeichlersmith/G4DarkBreM/blob/3012cfc8d545dd723a5be950bc21cc113766ee76/include/G4DarkBreM/G4DarkBremsstrahlung.h#L34-L63

What's Changed

Full Changelog: v1.2.2...v1.3.0