Releases: BxCppDev/bxdecay0
Releases · BxCppDev/bxdecay0
BxDecay0 v1.1.2
BxDecay0 v1.1.1
Minor fix for GCC 13
Release 1.1.0
- Fix documentation and comments
- Fix bugs in examples
Release 1.0.12
Release 1.0.11
Fix a few bugs (see the History section in the main README file).
Release 1.0.10
- 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
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
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
- 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
Cleaner code and various fixes.