Geant4 Cross Reference

Cross-Referencing   Geant4
Geant4/processes/electromagnetic/pii/History

Version: [ ReleaseNotes ] [ 1.0 ] [ 1.1 ] [ 2.0 ] [ 3.0 ] [ 3.1 ] [ 3.2 ] [ 4.0 ] [ 4.0.p1 ] [ 4.0.p2 ] [ 4.1 ] [ 4.1.p1 ] [ 5.0 ] [ 5.0.p1 ] [ 5.1 ] [ 5.1.p1 ] [ 5.2 ] [ 5.2.p1 ] [ 5.2.p2 ] [ 6.0 ] [ 6.0.p1 ] [ 6.1 ] [ 6.2 ] [ 6.2.p1 ] [ 6.2.p2 ] [ 7.0 ] [ 7.0.p1 ] [ 7.1 ] [ 7.1.p1 ] [ 8.0 ] [ 8.0.p1 ] [ 8.1 ] [ 8.1.p1 ] [ 8.1.p2 ] [ 8.2 ] [ 8.2.p1 ] [ 8.3 ] [ 8.3.p1 ] [ 8.3.p2 ] [ 9.0 ] [ 9.0.p1 ] [ 9.0.p2 ] [ 9.1 ] [ 9.1.p1 ] [ 9.1.p2 ] [ 9.1.p3 ] [ 9.2 ] [ 9.2.p1 ] [ 9.2.p2 ] [ 9.2.p3 ] [ 9.2.p4 ] [ 9.3 ] [ 9.3.p1 ] [ 9.3.p2 ] [ 9.4 ] [ 9.4.p1 ] [ 9.4.p2 ] [ 9.4.p3 ] [ 9.4.p4 ] [ 9.5 ] [ 9.5.p1 ] [ 9.5.p2 ] [ 9.6 ] [ 9.6.p1 ] [ 9.6.p2 ] [ 9.6.p3 ] [ 9.6.p4 ] [ 10.0 ] [ 10.0.p1 ] [ 10.0.p2 ] [ 10.0.p3 ] [ 10.0.p4 ] [ 10.1 ] [ 10.1.p1 ] [ 10.1.p2 ] [ 10.1.p3 ] [ 10.2 ] [ 10.2.p1 ] [ 10.2.p2 ] [ 10.2.p3 ] [ 10.3 ] [ 10.3.p1 ] [ 10.3.p2 ] [ 10.3.p3 ] [ 10.4 ] [ 10.4.p1 ] [ 10.4.p2 ] [ 10.4.p3 ] [ 10.5 ] [ 10.5.p1 ] [ 10.6 ] [ 10.6.p1 ] [ 10.6.p2 ] [ 10.6.p3 ] [ 10.7 ] [ 10.7.p1 ] [ 10.7.p2 ] [ 10.7.p3 ] [ 10.7.p4 ] [ 11.0 ] [ 11.0.p1 ] [ 11.0.p2 ] [ 11.0.p3, ] [ 11.0.p4 ] [ 11.1 ] [ 11.1.1 ] [ 11.1.2 ] [ 11.1.3 ] [ 11.2 ] [ 11.2.1 ] [ 11.2.2 ] [ 11.3.0 ]

Diff markup

Differences between /processes/electromagnetic/pii/History (Version 11.3.0) and /processes/electromagnetic/pii/History (Version 11.1)


  1 # Category empii History                            1 # Category empii History
  2                                                     2 
  3 See `CONTRIBUTING.rst` for details of **requir      3 See `CONTRIBUTING.rst` for details of **required** info/format for each entry,
  4 which **must** added in reverse chronological       4 which **must** added in reverse chronological order (newest at the top).
  5 It must **not** be used as a substitute for wr      5 It must **not** be used as a substitute for writing good git commit messages!
  6                                                     6 
  7 ----------------------------------------------      7 -------------------------------------------------------------------------------
  8                                                     8 
  9 ## 2023-08-29 Ben Morgan (empii-V11-01-00)     << 
 10 - Fix Coverity warnings                        << 
 11                                                << 
 12 ## 2022-11-18 Gabriele Cosmo (empii-V11-00-01)      9 ## 2022-11-18 Gabriele Cosmo (empii-V11-00-01)
 13 - Fixed compilation warnings for implicit type     10 - Fixed compilation warnings for implicit type conversions on macOS/XCode 14.1.
 14                                                    11 
 15 ## 2021-12-10 Ben Morgan (empii-V11-00-00)         12 ## 2021-12-10 Ben Morgan (empii-V11-00-00)
 16 - Change to new Markdown History format            13 - Change to new Markdown History format
 17                                                    14 
 18 ---                                                15 ---
 19                                                    16 
 20 # History entries prior to 11.0                    17 # History entries prior to 11.0
 21                                                    18 
 22 09-07-2021  V.Ivanchenko, tag empii-V10-07-01      19 09-07-2021  V.Ivanchenko, tag empii-V10-07-01
 23             use const pointer to G4Element         20             use const pointer to G4Element
 24                                                    21 
 25 16-04-2021  B.Morgan, tag empii-V10-07-00          22 16-04-2021  B.Morgan, tag empii-V10-07-00
 26             Migrate build to modular CMake API     23             Migrate build to modular CMake API
 27                                                    24 
 28 07-06-2013  G.Cosmo, tag empii-V09-06-00           25 07-06-2013  G.Cosmo, tag empii-V09-06-00
 29             Cleanup from MT changes in G4hRDEn     26             Cleanup from MT changes in G4hRDEnergyLoss.cc.
 30                                                    27 
 31 11-07-2012  G.Cosmo, tag empii-V09-05-02           28 11-07-2012  G.Cosmo, tag empii-V09-05-02
 32             Explicitly use inclusion of header     29             Explicitly use inclusion of headers for system of units and
 33             physical constants, in plan to rem     30             physical constants, in plan to remove implicit inclusion from
 34             globals.hh.                            31             globals.hh.
 35                                                    32 
 36 07-06-2012  G.Cosmo, tag empii-V09-05-01           33 07-06-2012  G.Cosmo, tag empii-V09-05-01
 37             Trivial fixes for few cases of var     34             Trivial fixes for few cases of variable shadowing in
 38             G4hImpactIonisation.cc and G4PixeC     35             G4hImpactIonisation.cc and G4PixeCrossSectionHandler.cc
 39                                                    36 
 40 22-03-2012  MGP, tag empii-V09-05-00               37 22-03-2012  MGP, tag empii-V09-05-00
 41             Added test directory                   38             Added test directory
 42                                                    39 
 43 14.09.2011, MGP, tag empii-V09-04-03               40 14.09.2011, MGP, tag empii-V09-04-03
 44             Modified in compliance to G4Except     41             Modified in compliance to G4Exception as announced in Asai's emails
 45             on 9 and 16 August 2011                42             on 9 and 16 August 2011
 46                                                    43 
 47 14.09.2011, MGP, tag empii-V09-04-02               44 14.09.2011, MGP, tag empii-V09-04-02
 48             Work in progress on beb-dm             45             Work in progress on beb-dm
 49                                                    46 
 50 28.06.2011, MGP, tag empii-V09-04-01               47 28.06.2011, MGP, tag empii-V09-04-01
 51             Workaround in logarithmic interpol     48             Workaround in logarithmic interpolator to deal with
 52             zeros in new data library G4PII1.3     49             zeros in new data library G4PII1.3
 53                                                    50 
 54 20.06.2011, MGP, tag empii-V09-04-00               51 20.06.2011, MGP, tag empii-V09-04-00
 55             Remove compilation warnings with g     52             Remove compilation warnings with gcc-4.6.0 notified by G. Cosmo
 56                                                    53 
 57 25.11.2010, MGP, tag empii-V09-03-05               54 25.11.2010, MGP, tag empii-V09-03-05
 58             Remove annoying printout               55             Remove annoying printout
 59                                                    56 
 60 25.11.2010, MGP, tag empii-V09-03-04               57 25.11.2010, MGP, tag empii-V09-03-04
 61             Added protections in RDEnergyLoss      58             Added protections in RDEnergyLoss for unphysical cases of zero energy
 62                                                    59 
 63 21.11.2010, MGP, tag empii-V09-03-03               60 21.11.2010, MGP, tag empii-V09-03-03
 64             Removed leftover debug printing        61             Removed leftover debug printing
 65                                                    62 
 66 21.11.2010, MGP, tag empii-V09-03-02               63 21.11.2010, MGP, tag empii-V09-03-02
 67             Changed the name of the environmen     64             Changed the name of the environment variable identifying
 68             the associated data library from G     65             the associated data library from G4PIXEDATA to G4PIIDATA
 69             as imposed by Geant4 spokesman M.      66             as imposed by Geant4 spokesman M. Asai (apparently we are
 70             not allowed to use the word "PIXE"     67             not allowed to use the word "PIXE", even if the code in
 71             this package simulates the physica     68             this package simulates the physical phenomenon of PIXE)
 72                                                    69 
 73 19.11.2010, MGP, tag empii-V09-03-01               70 19.11.2010, MGP, tag empii-V09-03-01
 74             Some cleaning of comments and aest     71             Some cleaning of comments and aesthetics
 75             Files for cmake provided by G. Cos     72             Files for cmake provided by G. Cosmo
 76                                                    73 
 77 19.11.2010, MGP, tag empii-V09-03-00               74 19.11.2010, MGP, tag empii-V09-03-00
 78       Initial code content corresponding to:       75       Initial code content corresponding to:
 79             M.G. Pia et al.,                       76             M.G. Pia et al.,
 80             PIXE Simulation With Geant4,           77             PIXE Simulation With Geant4,
 81             IEEE Trans. Nucl. Sci., vol. 56, n     78             IEEE Trans. Nucl. Sci., vol. 56, no. 6, pp. 3614-3649, Dec. 2009
 82                                                    79 
 83 19.11.2010, MGP, created                           80 19.11.2010, MGP, created