Geant4 Cross Reference |
1 # Category param History 2 3 See `CONTRIBUTING.rst` for details of **required** info/format for each entry, 4 which **must** added in reverse chronological order (newest at the top). 5 It must **not** be used as a substitute for writing good git commit messages! 6 7 ------------------------------------------------------------------------------- 8 9 ## 2024-11-11 Gabriele Cosmo (fastsimchanneling-V11-02-04) 10 - Fixed compilation warnings on macOS/XCode for implicit type conversions 11 in G4CoherentPairProduction. 12 13 ## 2024-10-22 Alexei Sytov (fastsimchanneling-V11-02-03) 14 - Added new process G4CoherentPairProduction for the simulation 15 of coherent pair production by high energy gamma in an oriented crystal. 16 IMPORTANT: it works as a G4VDiscreteProcess, not as a parameterisation. 17 IMPORTANT: it uses G4ChannelingFastSimCrystalData. 18 - sources.cmake updated accordingly 19 20 ## 2024-09-17 Vladimir Ivanchenko (fastsimchanneling-V11-02-02) 21 - G4VChannelingFastSimCrystalData - fixed Coverity warning 22 23 ## 2024-08-30 Alexei Sytov (fastsimchanneling-V11-02-01) 24 - Considerable updates; 25 - Semantic errors were corrected in G4BaierKatkov::RadIntegral and 26 in G4VChannelingFastSimCrystalData::CoulombElectronScattering; 27 - New model of ionization losses for e+- has been implemented ionization 28 G4VChannelingFastSimCrystalData with some updates in 29 G4ChannelingFastSimModel and G4ChannelingFastSimCrystalData; 30 some bugs concerning particles of higher charges were corrected; 31 - G4ChannelingFastSimCrystalData was updated to be compatible with 32 new channeling dataset: G4CHANNELINGDATA. An option to use a custom 33 input file was also added. 34 - Some new get functions were added. 35 36 ## 2024-07-17 Vladimir Ivanchenko (fastsimchanneling-V11-02-00) 37 - G4VChannelingFastSimCrystalData - fixed Coverity warning 38 39 ## 2023-10-23 Alexei Sytov (fastsimchanneling-V11-01-04) 40 - G4Log replaced std::log 41 - some small issues were fixed to comply with the Geant4 guidelines 42 43 ## 2023-10-18 Alexei Sytov (fastsimchanneling-V11-01-03) 44 - Considerable updates: 45 - Revised version of the Baier-Katkov method with a new features of 46 increasing of the photon statistics in certain intervals of spectrum; 47 updates in defaults; some bugs were corrected 48 - The electromagnetic shower in W was simulated and preliminarly 49 validated with experimental data from Eur. Phys. J. C 82, 699 (2022) 50 - Added the Crystalline Undulator (CU) as a periodically bent crystal 51 to the internal crystal geometry (still needs to be validated). 52 53 ## 2023-06-15 Gabriele Cosmo (fastsimchanneling-V11-01-02) 54 - Fixed compilation warnings for implicit type conversions on macOS/XCode 14.1. 55 56 ## 2023-06-08 Alexei Sytov (fastsimchanneling-V11-01-01) 57 - Fix Coverity defects 58 59 ## 2023-05-17 Alexei Sytov (fastsimchanneling-V11-01-00) 60 - Created Channeling FastSimulation model and Baier Katkov method