Warning, /geant4/examples/advanced/eRosita/History is written in an unsupported language. File is not indexed.
0001 # Example eRosita History
0002
0003 See `CONTRIBUTING.rst` for details of **required** info/format for each entry,
0004 which **must** added in reverse chronological order (newest at the top).
0005 It must **not** be used as a substitute for writing good git commit messages!
0006
0007 -------------------------------------------------------------------------------
0008
0009 ## 2024-09-20 Gabriele Cosmo (eRosita-V11-02-00)
0010 - Avoid deleting anything after deletion of run-manager in main().
0011
0012 ## 2023-11-15 I. Hrivnacova (eRosita-V11-01-01)
0013 - Updated vis.mac:
0014 - Changed "/vis/open XYZ [600x600-0+0]" to "/vis/open" to allow run-time choices
0015 and simplified comments.
0016
0017 ## 2023-10-20 John Allison (eRosita-V11-01-00)
0018 - vis.mac: Remove defunct command /vis/ogl/set/displayListLimit.
0019 - This command no longer operates. There is now no display list limit.
0020 (The only limit is available memory.)
0021 - The command is deprecated and, anyway, causes a crash if the app is built
0022 without an OpenGL driver.
0023
0024 ## 2022-11-11, A. Polsini, F. Longo, (eRosita-V11-00-03)
0025 - Migration to C++17 standard. General code refactoring.
0026 Obsolete physics classes removed.
0027 eRositaPhysicsList.cc updated with Livermore and Penelope models.
0028 README file updated.
0029
0030 ## 2022-05-16 Guilherme Amadio (eRosita-V11-00-02)
0031 - Replace getenv() calls for data variables with G4FindDataDir()
0032
0033 ## 2022-02-14 Gabriele Cosmo (eRosita-V11-00-01)
0034 - eRositaTrackerSD: fixed compilation warning on Intel-icx compiler
0035 for unused variable.
0036
0037 ## 2021-12-10 Ben Morgan (eRosita-V11-00-00)
0038 - Change to new Markdown History format.
0039
0040 ---
0041
0042 # History entries prior to 11.0
0043
0044 12.05.2021, A. Polsini, F. Longo, tag eRosita-V10-07-01
0045 Migration to multithreading (MT) mode
0046
0047 24.05.2021, B. Morgan, tag eRosita-V10-07-00
0048 Bump required CMake version range to 3.12...3.20, matching core Geant4
0049
0050 02.11.2020, B. Morgan, tag eRosita-V10-06-00
0051 Support same CMake version range as core Geant4
0052
0053 30.10.2019, S. Guatelli, tag eRosita-V10-05-02
0054 "using namespace std" deleted
0055
0056 29.08.2019, S. Guatelli, tag eRosita-V10-05-01
0057 G4VIS_USE and G4UI_USE deleted
0058
0059 31.01.2019, I. Hrivnacova, tag eRosita-V10-05-00
0060 Merged GitHub PR #4: all Boolean operators now return G4bool.
0061
0062 15.11.2017, G. Cosmo, tag eRosita-V10-03-02
0063 Fixed compilation warning.
0064 Removed unnecessary dependency of PrimaryGeneratorAction on
0065 DetectorConstruction.
0066
0067 13.11.2017, L. Pandola, tag eRosita-V10-03-01
0068 Small changes to CMakeLists.txt, to allow integration in
0069 ctests
0070
0071 09.11.2017, MGP, M. C. Han, tag eRosita-V10-03-00
0072 Changes for ctest.
0073
0074 11.10.2012, G. Cosmo, tag eRosita-V09-05-00
0075 Explicit inclusion of units and constants headers.
0076
0077 28.11.2011, G.Cosmo, tag eRosita V09-04-01
0078 Migration to new G4Exception signature and compilation warnings
0079 correction on gcc-4.6.
0080
0081 28.11.2011, MGP, tag eRosita V09-04-00
0082 Code reorganized in application and physics directories
0083 physics/ contains a copy of original electron/photon processes
0084 based on EEDP/EPDL/EADL data libraries
0085 Limited testing due to last minute rush imposed by external
0086 circumstances outside the authors' control
0087
0088 6.12.2010, MGP, tag eRosita-V09-03-09
0089 Improvements to visualisation provided by Georg Weidenspointner
0090
0091 30.11.2010, John Allison, tag eRosita-V09-03-08
0092 eRosita.cc: Introduced G4UIExecutive.
0093 vis.mac: Changed OGLIX to OGL.
0094
0095 25.11.2010, GW-MGP, tag eRosita-V09-03-07
0096 Added timing statistics and event number monitor
0097
0098 25.11.2010, GW-MGP, tag eRosita-V09-03-06
0099 Simplified hits to better highlight PIXE
0100
0101 24.11.2010, GW-MGP, tag eRosita-V09-03-05
0102 Set threshold for PIXE photons and Auger electrons explicitly
0103 to 250 eV in PhysicsList
0104
0105 24.11.2010, GW-MGP, tag eRosita-V09-03-04
0106 Added AnalysisManager
0107 The example now produces two output files:
0108 eTot.out (total energy deposit in the detector)
0109 hits.out (hits)
0110
0111 23.11.2010, GW-MGP, tag eRosita-V09-03-03
0112 Minor cosmetic modifications
0113
0114 23.11.2010, GW-MGP, tag eRosita-V09-03-02
0115 Minor cosmetic modifications
0116
0117 23.11.2010, GW-MGP, tag eRosita-V09-03-01
0118 First version of eROSITA example
0119 Verified to produce characteristic K, L and M X-rays from copper
0120 of expected energy
0121
0122 19.11.2010, MGP, tag eRosita-V09-03-00
0123 Initial empty directory to host the eROSITA example
0124 illustrating PIXE simulation with Geant4 as documented in
0125 M. G. Pia et al.,
0126 PIXE Simulation With Geant4,
0127 IEEE Trans. Nucl. Sci., vol. 56, no. 6, pp. 3614-3649, Dec. 2009.
0128
0129 19.11.2010, MGP, created