Warning, /geant4/examples/extended/eventgenerator/HepMC/HepMCEx01/History is written in an unsupported language. File is not indexed.
0001 # Example HepMCEx01 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 (HepMCEx01-V11-02-00)
0009 - Update CMake script to use new Pythia6 setup/build variables
0010
0011 ## 2022-05-24 I. Hrivnacova (HepMCEx01-V11-00-01)
0012 - Fix failing comilation due to G4String changes in Geant4 11
0013 (Makes part of the GitHub PR #45)
0014
0015 ## 2021-12-10 Ben Morgan (HepMCEx01-V11-00-00)
0016 - Change to new Markdown History format
0017
0018 ---
0019
0020 # History entries prior to 11.0
0021
0022 Novemebr 13th 2020 Ben Morgan (HepMCEx01-V10-06-01)
0023 - Enforce use of Serial RunManager.
0024
0025 November 10th 2020 Ben Morgan (HepMCEx01-V10-06-00)
0026 - Migration to G4RunManagerFactory.
0027
0028 September 4th 2018 I. Hrivnacova (HepMCEx01-V10-04-00)
0029 - Coding guidelines
0030 - Updated CMake: removed gfortran (obsolete)
0031
0032 May 15th 2018 J.Allison
0033 - Add #include "G4Types.hh".
0034 - Remove G4UI_USE and G4VIS_USE.
0035 - Move instantiation of G4UIExecutive to start of main.
0036
0037 November 13th 2013 K. Murakami
0038 - new coding guideline
0039
0040 August 27th, 2013 G. Cosmo
0041 - Added G4Ellipsoid among solids enabled for parameterisation.
0042
0043 November 21th, 2012 K. Murakami
0044 - changed that AsciiReader uses IO_GenEvent instead of IO_AsciiParticles
0045 - migration to CMake. CMakeLists.txt, added link to -lgfortran/-lg2c
0046 - data files and outputs are updateds
0047 - physics list is changed to FTFP_BERT
0048
0049 December 10th 2010 K.Murakami
0050 - update codes for latest HEPMC version (2.06.03)
0051 - change physics list from GGSP to QGSP_BERT
0052 - update outputs
0053 - update data/ directory for latest HEPMC version
0054
0055 June 4th 2010 J.Perl
0056 - Updated vis usage
0057
0058 May 12th 2010 J.Allison
0059 - Introduced GUIExecutive.
0060
0061 November, 22nd 2006 G.Cosmo
0062 - Corrected GNUmakefile.
0063
0064 November 20th 2006 K.Murakami
0065 - GNUmakefile was modified for new place for physics list package
0066
0067 October 18th 2006 J.Allison
0068 - Migrate to new trajectory modeling commands.
0069
0070 July 5th, 2006 G.Cosmo
0071 - Updated to current version of exampleN04. Now working with release series 8.
0072 - Corrected GNUmakefile, now requiring CERNLIB 2005 for PYTHIA-8.0.4 and
0073 HepMC 1.27 or greater.
0074
0075 May 3rd, 2005 John Allison
0076 - Replaced vis manager with G4VisExecutive.
0077
0078 December 2nd, 2003 G.Cosmo
0079 - Brought up-to-date with examples/novice/N04.
0080
0081 November 13th, 2003 J.Allison
0082 - Removed OPACS from Vis Manager.
0083
0084 July 4th, 2003 G.Cosmo
0085 - fixed compilation errors due to incorrect code migration from g4std wrappers.
0086 - fixed pedantic compilation warnings on Linux-g++.
0087
0088 November 19th, 2002 K.Murakami
0089 - modified as is ExN04. (physics lists and vis. manager)
0090 - "std" namespace left/not cared was modified to "G4std".
0091
0092 May 28th, 2002 K.Murakami
0093 - renamed classes and filenames.
0094
0095 April 15th, 2002 K.Murakami
0096 - Creared from examples/novice/N04.
0097 - Replace N04PrimaryGeneatorAction with HepMC-interface version.
0098 - Resize the world volume.