Back to home page

EIC code displayed by LXR

 
 

    


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