Back to home page

EIC code displayed by LXR

 
 

    


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