Geant4 Cross Reference |
1 # Example HepMCEx01 History 1 # Example HepMCEx01 History 2 2 3 See `CONTRIBUTING.rst` for details of **requir 3 See `CONTRIBUTING.rst` for details of **required** info/format for each entry, 4 which **must** added in reverse chronological << 4 which **must** added in reverse chronological order (newest at the top). It must **not** 5 It must **not** be used as a substitute for wr << 5 be used as a substitute for writing good git commit messages! 6 6 7 ---------------------------------------------- << 8 7 9 ## 2024-09-20 Gabriele Cosmo (HepMCEx01-V11-02 << 8 ## 2024-04-25 Ben Morgan (HepMCEx01-V11-01-00) 10 - Avoid deleting anything after deletion of ru << 11 << 12 ## 2024-04-25 Ben Morgan (HepMCEx01-V11-02-00) << 13 - Update CMake script to use new Pythia6 setup 9 - Update CMake script to use new Pythia6 setup/build variables 14 10 15 ## 2022-05-24 I. Hrivnacova (HepMCEx01-V11-00- 11 ## 2022-05-24 I. Hrivnacova (HepMCEx01-V11-00-01) 16 - Fix failing comilation due to G4String chang 12 - Fix failing comilation due to G4String changes in Geant4 11 17 (Makes part of the GitHub PR #45) 13 (Makes part of the GitHub PR #45) 18 14 19 ## 2021-12-10 Ben Morgan (HepMCEx01-V11-00-00) 15 ## 2021-12-10 Ben Morgan (HepMCEx01-V11-00-00) 20 - Change to new Markdown History format 16 - Change to new Markdown History format 21 17 22 --- 18 --- 23 19 24 # History entries prior to 11.0 20 # History entries prior to 11.0 25 21 26 Novemebr 13th 2020 Ben Morgan (HepMCEx01-V10-0 22 Novemebr 13th 2020 Ben Morgan (HepMCEx01-V10-06-01) 27 - Enforce use of Serial RunManager. 23 - Enforce use of Serial RunManager. 28 24 29 November 10th 2020 Ben Morgan (HepMCEx01-V10-0 25 November 10th 2020 Ben Morgan (HepMCEx01-V10-06-00) 30 - Migration to G4RunManagerFactory. 26 - Migration to G4RunManagerFactory. 31 27 32 September 4th 2018 I. Hrivnacova (HepMCEx01-V1 28 September 4th 2018 I. Hrivnacova (HepMCEx01-V10-04-00) 33 - Coding guidelines 29 - Coding guidelines 34 - Updated CMake: removed gfortran (obsolete) 30 - Updated CMake: removed gfortran (obsolete) 35 31 36 May 15th 2018 J.Allison 32 May 15th 2018 J.Allison 37 - Add #include "G4Types.hh". 33 - Add #include "G4Types.hh". 38 - Remove G4UI_USE and G4VIS_USE. 34 - Remove G4UI_USE and G4VIS_USE. 39 - Move instantiation of G4UIExecutive to start 35 - Move instantiation of G4UIExecutive to start of main. 40 36 41 November 13th 2013 K. Murakami 37 November 13th 2013 K. Murakami 42 - new coding guideline 38 - new coding guideline 43 39 44 August 27th, 2013 G. Cosmo 40 August 27th, 2013 G. Cosmo 45 - Added G4Ellipsoid among solids enabled for p 41 - Added G4Ellipsoid among solids enabled for parameterisation. 46 42 47 November 21th, 2012 K. Murakami 43 November 21th, 2012 K. Murakami 48 - changed that AsciiReader uses IO_GenEvent in 44 - changed that AsciiReader uses IO_GenEvent instead of IO_AsciiParticles 49 - migration to CMake. CMakeLists.txt, added li 45 - migration to CMake. CMakeLists.txt, added link to -lgfortran/-lg2c 50 - data files and outputs are updateds 46 - data files and outputs are updateds 51 - physics list is changed to FTFP_BERT 47 - physics list is changed to FTFP_BERT 52 48 53 December 10th 2010 K.Murakami 49 December 10th 2010 K.Murakami 54 - update codes for latest HEPMC version (2.06. 50 - update codes for latest HEPMC version (2.06.03) 55 - change physics list from GGSP to QGSP_BERT 51 - change physics list from GGSP to QGSP_BERT 56 - update outputs 52 - update outputs 57 - update data/ directory for latest HEPMC vers 53 - update data/ directory for latest HEPMC version 58 54 59 June 4th 2010 J.Perl 55 June 4th 2010 J.Perl 60 - Updated vis usage 56 - Updated vis usage 61 57 62 May 12th 2010 J.Allison 58 May 12th 2010 J.Allison 63 - Introduced GUIExecutive. 59 - Introduced GUIExecutive. 64 60 65 November, 22nd 2006 G.Cosmo 61 November, 22nd 2006 G.Cosmo 66 - Corrected GNUmakefile. 62 - Corrected GNUmakefile. 67 63 68 November 20th 2006 K.Murakami 64 November 20th 2006 K.Murakami 69 - GNUmakefile was modified for new place for p 65 - GNUmakefile was modified for new place for physics list package 70 66 71 October 18th 2006 J.Allison 67 October 18th 2006 J.Allison 72 - Migrate to new trajectory modeling commands. 68 - Migrate to new trajectory modeling commands. 73 69 74 July 5th, 2006 G.Cosmo 70 July 5th, 2006 G.Cosmo 75 - Updated to current version of exampleN04. No 71 - Updated to current version of exampleN04. Now working with release series 8. 76 - Corrected GNUmakefile, now requiring CERNLIB 72 - Corrected GNUmakefile, now requiring CERNLIB 2005 for PYTHIA-8.0.4 and 77 HepMC 1.27 or greater. 73 HepMC 1.27 or greater. 78 74 79 May 3rd, 2005 John Allison 75 May 3rd, 2005 John Allison 80 - Replaced vis manager with G4VisExecutive. 76 - Replaced vis manager with G4VisExecutive. 81 77 82 December 2nd, 2003 G.Cosmo 78 December 2nd, 2003 G.Cosmo 83 - Brought up-to-date with examples/novice/N04. 79 - Brought up-to-date with examples/novice/N04. 84 80 85 November 13th, 2003 J.Allison 81 November 13th, 2003 J.Allison 86 - Removed OPACS from Vis Manager. 82 - Removed OPACS from Vis Manager. 87 83 88 July 4th, 2003 G.Cosmo 84 July 4th, 2003 G.Cosmo 89 - fixed compilation errors due to incorrect co 85 - fixed compilation errors due to incorrect code migration from g4std wrappers. 90 - fixed pedantic compilation warnings on Linux 86 - fixed pedantic compilation warnings on Linux-g++. 91 87 92 November 19th, 2002 K.Murakami 88 November 19th, 2002 K.Murakami 93 - modified as is ExN04. (physics lists and vis 89 - modified as is ExN04. (physics lists and vis. manager) 94 - "std" namespace left/not cared was modified 90 - "std" namespace left/not cared was modified to "G4std". 95 91 96 May 28th, 2002 K.Murakami 92 May 28th, 2002 K.Murakami 97 - renamed classes and filenames. 93 - renamed classes and filenames. 98 94 99 April 15th, 2002 K.Murakami 95 April 15th, 2002 K.Murakami 100 - Creared from examples/novice/N04. 96 - Creared from examples/novice/N04. 101 - Replace N04PrimaryGeneatorAction with HepMC- 97 - Replace N04PrimaryGeneatorAction with HepMC-interface version. 102 - Resize the world volume. 98 - Resize the world volume.