Skip to content

Releases: BxCppDev/bxdecay0

BxDecay0 v1.1.2

26 Aug 09:33
Compare
Choose a tag to compare
  • Minor fix in some error message
  • Sync bad CMake version number with release tag (was 1.1.0 versus 1.1.1)

BxDecay0 v1.1.1

29 Aug 15:05
Compare
Choose a tag to compare

Minor fix for GCC 13

Release 1.1.0

05 Apr 09:21
Compare
Choose a tag to compare
  • Fix documentation and comments
  • Fix bugs in examples

Release 1.0.12

10 Dec 08:14
Compare
Choose a tag to compare
  • Add an advanced example about vertex generation from the G4 extension (issue #24)
  • Fix spurious printouts in Geant4 extension (thanks to Luigi Pertoldi to signal issue #25 )

Release 1.0.11

08 Sep 11:44
Compare
Choose a tag to compare

Fix a few bugs (see the History section in the main README file).

Release 1.0.10

01 Jun 20:59
Compare
Choose a tag to compare
  • Add support for Post-Generation Event Operations (PGO)
  • Implementation of the Momentum Direction Lock PGO (MDL)
  • Improve the Geant4 interface (MDL, arbitrary point-like vertex generator, messengers...)

Release 1.0.9

08 Jan 13:04
Compare
Choose a tag to compare

Make possible to use BxDecay0 with its Geant4 extension library supported as a component.
Syntax:
find_package(BxDecay0 1.0.9 REQUIRED COMPONENTS Geant4 CONFIG)

Release 1.0.8

11 Dec 23:52
Compare
Choose a tag to compare

Implementation of a realistic positron energy spectrum for pair internal conversion in Y90 decays. Spectrum is extracted from : Dryák P. Jaroslav Š., Measurement of the branching ratio related to the internal pair production of Y-90., Applied Radiation and Isotopes 156 (2020): 108942).

Release 1.0.7

26 Nov 21:41
Compare
Choose a tag to compare
  • reorganize resource files
  • DBD gA processes are automatically built but associated datasets are made optional
  • add the bxdecay0-run program
  • add the bxdecay0::event_reader class
  • add the optional BxDecay0 Geant4 extension library (requires Geant4 >=10.6)

Release 1.0.6

18 Oct 13:55
Compare
Choose a tag to compare

Cleaner code and various fixes.