Skip to content

Releases: LDMX-Software/G4DarkBreM

v2.2.2: Support Fractionally Charged Particle decays

17 Nov 21:44
4d66c29

Choose a tag to compare

What's Changed

  • Introducing A' decays to Fractionally Charged Particles by @tvami in #47

Full Changelog: v2.2.1...v2.2.2

v2.2.1: cleanup old data files

05 Sep 13:12

Choose a tag to compare

#44 removed the old (30MB) example data files that have gone stale and moved the documentation about generating dark brem event libraries into the central README for future reference.

🤖 Bot Changes

Full Changelog: v2.2.0...v2.2.1

v2.2.0: fix inelastic term in form factor

15 Jul 14:40

Choose a tag to compare

What's Changed

  • Fix inelastic term in G4DarkBremM by @tvami in #38

Full Changelog: v2.1.1...v2.2.0

v2.1.1 : test in ldmx/dev image

15 Jul 14:16

Choose a tag to compare

What's Changed

  • Move boost source to archives.boost.io by @tvami in #40
  • drop back tests by @tvami in #42

New Contributors

  • @tvami made their first contribution in #40

Full Changelog: v2.1.0...v2.1.1

v2.1.0 : Allow for A' Decay and Kinematics Scaling

15 Aug 21:29

Choose a tag to compare

Excellent work done by @RobMina in order to enable scaling of the dark photon's kinematics (in the same manner as the recoiling lepton's) and to allow for the G4APrime particle to decay to electron-positron pair at either a fixed lifetime or uniformly-random sampled distance.

What's Changed

  • visible decay and A' kinematics scaling by @RobMina in #33

New Contributors

Full Changelog: v2.0.3...v2.1.0

v2.0.3 : Patches to Prepare for Contribution

13 Aug 19:57

Choose a tag to compare

#33 brought up how many things have fallen by the wayside, so this release is focused on wrapping up those small patches that are necessary to help confirm new contributions (as well as test the updated doc build/publishing workflow).

🐛 Human Bug Fixes

🤖 Bot Changes

New Contributors

Full Changelog: v2.0.2...v2.0.3

v2.0.2 : add seminar slides to doc website

15 Jul 14:15

Choose a tag to compare

No technical changes have been made, but I like tying the documentation website to specific tags of the software and so I need to make a new release to update the doc website. Besides the docs update, I also was able to fix the CI by pinning the cmake version we use.

What's Changed

Full Changelog: v2.0.1...v2.0.2

v2.0.1 : clean compiler warnings and format

18 Sep 14:43

Choose a tag to compare

v2.0.0 : Multi-Z Library Support

17 May 20:39

Choose a tag to compare

Breaking Change

The main reason to make a major release is the breaking change of the expected format of CSV event libraries. Another column was added to define the Z of the target nucleus for that sample. This is now the first column and the rest were just shifted to the right one.

What's Changed

Full Changelog: tomeichlersmith/G4DarkBreM@v1.3.0...v2.0.0

v1.3 : Xsec Interpolation for Speed

18 Apr 15:08

Choose a tag to compare

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: tomeichlersmith/G4DarkBreM@v1.2.2...v1.3.0