Files
2025-06-26 09:17:29 +02:00

88 lines
3.0 KiB
Plaintext

# Category empii History
See `CONTRIBUTING.rst` for details of **required** info/format for each entry,
which **must** added in reverse chronological order (newest at the top).
It must **not** be used as a substitute for writing good git commit messages!
-------------------------------------------------------------------------------
## 2025-02-13 Gabriele Cosmo (empii-V11-03-00)
- Use "const G4String&" in G4hImpactIonisation::InitializeMe() to avoid
unnecessary copy.
## 2023-08-29 Ben Morgan (empii-V11-01-00)
- Fix Coverity warnings
## 2022-11-18 Gabriele Cosmo (empii-V11-00-01)
- Fixed compilation warnings for implicit type conversions on macOS/XCode 14.1.
## 2021-12-10 Ben Morgan (empii-V11-00-00)
- Change to new Markdown History format
---
# History entries prior to 11.0
09-07-2021 V.Ivanchenko, tag empii-V10-07-01
use const pointer to G4Element
16-04-2021 B.Morgan, tag empii-V10-07-00
Migrate build to modular CMake API
07-06-2013 G.Cosmo, tag empii-V09-06-00
Cleanup from MT changes in G4hRDEnergyLoss.cc.
11-07-2012 G.Cosmo, tag empii-V09-05-02
Explicitly use inclusion of headers for system of units and
physical constants, in plan to remove implicit inclusion from
globals.hh.
07-06-2012 G.Cosmo, tag empii-V09-05-01
Trivial fixes for few cases of variable shadowing in
G4hImpactIonisation.cc and G4PixeCrossSectionHandler.cc
22-03-2012 MGP, tag empii-V09-05-00
Added test directory
14.09.2011, MGP, tag empii-V09-04-03
Modified in compliance to G4Exception as announced in Asai's emails
on 9 and 16 August 2011
14.09.2011, MGP, tag empii-V09-04-02
Work in progress on beb-dm
28.06.2011, MGP, tag empii-V09-04-01
Workaround in logarithmic interpolator to deal with
zeros in new data library G4PII1.3
20.06.2011, MGP, tag empii-V09-04-00
Remove compilation warnings with gcc-4.6.0 notified by G. Cosmo
25.11.2010, MGP, tag empii-V09-03-05
Remove annoying printout
25.11.2010, MGP, tag empii-V09-03-04
Added protections in RDEnergyLoss for unphysical cases of zero energy
21.11.2010, MGP, tag empii-V09-03-03
Removed leftover debug printing
21.11.2010, MGP, tag empii-V09-03-02
Changed the name of the environment variable identifying
the associated data library from G4PIXEDATA to G4PIIDATA
as imposed by Geant4 spokesman M. Asai (apparently we are
not allowed to use the word "PIXE", even if the code in
this package simulates the physical phenomenon of PIXE)
19.11.2010, MGP, tag empii-V09-03-01
Some cleaning of comments and aesthetics
Files for cmake provided by G. Cosmo
19.11.2010, MGP, tag empii-V09-03-00
Initial code content corresponding to:
M.G. Pia et al.,
PIXE Simulation With Geant4,
IEEE Trans. Nucl. Sci., vol. 56, no. 6, pp. 3614-3649, Dec. 2009
19.11.2010, MGP, created