Back to home page

EIC code displayed by LXR

 
 

    


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

0001 # Example HepMCEx02 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 
0008 ## 2024-04-25 Ben Morgan (HepMCEx02-V11-02-00)
0009 - Update CMake script to use new Pythia6 setup/build variables
0010 
0011 ## 2021-12-10 Ben Morgan (HepMCEx02-V11-00-00)
0012 - Change to new Markdown History format
0013 
0014 ---
0015 
0016 # History entries prior to 11.0
0017 
0018 November 13th 2020 Ben Morgan (HepMCEx02-V10-06-01)
0019 - Enforce use of Serial RunManager.
0020 
0021 November 10th 2020 Ben Morgan (HepMCEx02-V10-06-00)
0022 - Migration to G4RunManagerFactory.
0023 
0024 September 4th 2018 I. Hrivnacova (HepMCEx02-V10-04-00)
0025 - Coding guidelines
0026 - Updated CMake: removed gfortran (obsolete)
0027 
0028 May 15th 2018 J.Allison
0029 - Add #include "G4Types.hh".
0030 - Remove G4UI_USE and G4VIS_USE.
0031 - Move instantiation of G4UIExecutive to start of main.
0032 
0033 November 13th 2013 K. Murakami
0034 - new coding guideline
0035 
0036 November 21th, 2012 K. Murakami (exHepMC-V09-05-01)
0037 - changed that AsciiReader uses IO_GenEvent instead of IO_AsciiParticles
0038 - migration to CMake. CMakeLists.txt, added link to -lgfortran/-lg2c
0039 - data files and outputs are updateds
0040 - physics list is changed to FTFP_BERT
0041 
0042 December 10th 2010 K.Murakami
0043 - change physics list from GGSP to QGSP_BERT
0044 - update outputs
0045 - update data/ directory for latest HEPMC version
0046 
0047 Nov 2, 2010 J.Allison
0048 - hepmcEx02.cc: Removed #include "G4UIterminal.hh" and #include "G4UItcsh.hh".
0049 
0050 May 24, 2010 K.Murakami
0051 - use QGSP physics list instead of old flag physics list
0052 - introduce G4UIExective
0053 - modify for HepMC ver.2 (2.06.00)
0054 
0055 Nov, 22nd, 2006 G.Cosmo
0056 - Corrected GNUmakefile.
0057 
0058 Jul, 5th, 2006 G.Cosmo
0059 - Updated to current version of exampleN02 for the physics-lists.
0060   Now working with release series 8.
0061 - Corrected GNUmakefile, now requiring CERNLIB 2005 for PYTHIA-8.0.4
0062   and HepMC 1.27 or greater.
0063 
0064 May, 3rd, 2005  John Allison
0065 - Replaced vis manager with G4VisExecutive.
0066 
0067 Nov, 13th, 2003  John Allison
0068 - Reconstructed Vis Manager.
0069 
0070 Jul, 4th, 2003  G.Cosmo
0071 - Fixed compilation errors due to incorrect code migration from g4std wrappers.
0072 - Fixed pedantic compilation warnings on Linux-g++.
0073 
0074 Nov, 19th, 2002  K.Murakami
0075 - Modified physics lists as is ExN02.
0076 - "std" namespace modified to "G4std".
0077 
0078 May, 28th, 2002  K.Murakami
0079 - Renamed classes and filenames.
0080 
0081 Apr, 15th, 2002  K.Murakami
0082 - Created.