Back to home page

EIC code displayed by LXR

 
 

    


Warning, /geant4/examples/extended/eventgenerator/History is written in an unsupported language. File is not indexed.

0001 # Example eventgenerator 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). It must **not**
0005 be used as a substitute for writing good git commit messages!
0006 
0007 ## 2025-07-29 I. Hrivnacova (exEventGenerator-V11-03-00)
0008 - Migration of README pages to Markdown:
0009   - .README.txt replaced with README.md and removed README
0010   - Reviewed and fixed external links, references to code,
0011     improved formatting.
0012 
0013 ## 2024-04-25 Ben Morgan (exEventGenerator-V11-02-01)
0014 - Update CMake script to use new Pythia6 setup/build variables
0015 
0016 ## 2024-03-20 Ben Morgan (exEventGenerator-V11-02-00)
0017 - Update docs and CMake script to use new Pythia8 setup/build variables
0018 
0019 ## 2023-11-15 I. Hrivnacova (exEventGenerator-V11-01-00)
0020 - Updated vis.mac macros:
0021   - Changed "/vis/open XYZ [600x600-0+0]" to "/vis/open" to allow run-time choices
0022     and simplified comments.
0023 
0024 ## 2021-12-10 Ben Morgan (exEventGenerator-V11-00-00)
0025 - Change to new Markdown History format
0026 
0027 ---
0028 
0029 # History entries prior to 11.0
0030 
0031 17th November, 2021 I. Hrivnacova (exEventGenerator-V10-07-04)
0032 - Updated documentation
0033 
0034 21st June, 2021 J. Yarba (exEventGenerator-V10-07-03)
0035 - In CMakeLists.txt, make serach for Pythia8 QUIET
0036 
0037 18th June, 2021 J. Yarba (exEventGenerator-V10-07-02)
0038 - In CmakeLists.txt, use newly added Pythia8 finder module
0039 
0040 16th June, 2021 J. Yarba (exEventGenerator-V10-07-01)
0041 - Add example pythia/py8decayer that demonstrates how to interface Pythia8
0042   as an "external decayer", to decay certain resonances in Geant4
0043 
0044 24th November, 2021 B. Morgan (exEventGenerator-V10-07-00)
0045 - Bump required CMake version range to 3.12...3.20, matching core Geant4
0046 
0047 13th November, 2020 B. Morgan (exEventGenerator-V10-06-02)
0048 - Enforce use of Serial RunManager for serial-only examples.
0049 
0050 10th November, 2020 B. Morgan (exEventGenerator-V10-06-01)
0051 - Migration to G4RunManagerFactory.
0052 
0053 3rd November, 2020, B. Morgan (exEventGenerator-V10-06-00)
0054 - Support same CMake version range as core Geant4
0055 
0056 10th July, 2019, I. Hrivnacova (exEventgenerator-V10-05-01)
0057 - Removed GunGPS example as obsolete.
0058 
0059 31st January, 2019, I. Hrivnacova (exEventgenerator-V10-05-00)
0060 - Merged GitHub PR #4: all Boolean operators now return G4bool.
0061 
0062 4th November, 2015 I. Hrivnacova (exEventgenerator-V10-01-00)
0063 - Renaming basicPrimary example to userPrimaryGenerator
0064 
0065 16th September, 2013 I. Hrivnacova (exEventgenerator-V09-06-00)
0066 - Fixed handling required packages in CMake files
0067 
0068 20th November 2012 Ivana Hrivnacova (exEventgenerator-V09-05-02)
0069 - Updated README files
0070   - instructions how to build examples now with both CMake and GNUmake
0071    - updated test versions of HepMC, pythia6
0072 - Added missing explicit include of system of units (in pythia6_decayer.cc)
0073 
0074 28th September 2012 Ivana Hrivnacova (exEventgenerator-V09-05-01)
0075 - Renamed exGPS.cc to exgps.cc to match exactly with the example directory name
0076   (this allows to configure CMake build in the same way on both case sensitive
0077   and case insensitive platforms).
0078 
0079 26th September 2012 Ivana Hrivnacova (exEventgenerator-V09-05-00)
0080 - Added/updated CMakeLists.txt files:
0081   adding visualization, external packages, copying macros, install target
0082   and comment lines
0083 - Added explicit includes of G4SystemOfUnits.hh and G4PhysicalConstants.hh
0084 - Replaced tabulators with space characters
0085 - Fixed G4Exception in HepMCEx02