103 lines
3.1 KiB
Plaintext
103 lines
3.1 KiB
Plaintext
# Example HepMCEx01 History
|
|
|
|
See `CONTRIBUTING.rst` for details of **required** info/format for each entry,
|
|
which **must** added in reverse chronological order (newest at the top).
|
|
It must **not** be used as a substitute for writing good git commit messages!
|
|
|
|
-------------------------------------------------------------------------------
|
|
|
|
## 2024-09-20 Gabriele Cosmo (HepMCEx01-V11-02-01)
|
|
- Avoid deleting anything after deletion of run-manager in main().
|
|
|
|
## 2024-04-25 Ben Morgan (HepMCEx01-V11-02-00)
|
|
- Update CMake script to use new Pythia6 setup/build variables
|
|
|
|
## 2022-05-24 I. Hrivnacova (HepMCEx01-V11-00-01)
|
|
- Fix failing comilation due to G4String changes in Geant4 11
|
|
(Makes part of the GitHub PR #45)
|
|
|
|
## 2021-12-10 Ben Morgan (HepMCEx01-V11-00-00)
|
|
- Change to new Markdown History format
|
|
|
|
---
|
|
|
|
# History entries prior to 11.0
|
|
|
|
Novemebr 13th 2020 Ben Morgan (HepMCEx01-V10-06-01)
|
|
- Enforce use of Serial RunManager.
|
|
|
|
November 10th 2020 Ben Morgan (HepMCEx01-V10-06-00)
|
|
- Migration to G4RunManagerFactory.
|
|
|
|
September 4th 2018 I. Hrivnacova (HepMCEx01-V10-04-00)
|
|
- Coding guidelines
|
|
- Updated CMake: removed gfortran (obsolete)
|
|
|
|
May 15th 2018 J.Allison
|
|
- Add #include "G4Types.hh".
|
|
- Remove G4UI_USE and G4VIS_USE.
|
|
- Move instantiation of G4UIExecutive to start of main.
|
|
|
|
November 13th 2013 K. Murakami
|
|
- new coding guideline
|
|
|
|
August 27th, 2013 G. Cosmo
|
|
- Added G4Ellipsoid among solids enabled for parameterisation.
|
|
|
|
November 21th, 2012 K. Murakami
|
|
- changed that AsciiReader uses IO_GenEvent instead of IO_AsciiParticles
|
|
- migration to CMake. CMakeLists.txt, added link to -lgfortran/-lg2c
|
|
- data files and outputs are updateds
|
|
- physics list is changed to FTFP_BERT
|
|
|
|
December 10th 2010 K.Murakami
|
|
- update codes for latest HEPMC version (2.06.03)
|
|
- change physics list from GGSP to QGSP_BERT
|
|
- update outputs
|
|
- update data/ directory for latest HEPMC version
|
|
|
|
June 4th 2010 J.Perl
|
|
- Updated vis usage
|
|
|
|
May 12th 2010 J.Allison
|
|
- Introduced GUIExecutive.
|
|
|
|
November, 22nd 2006 G.Cosmo
|
|
- Corrected GNUmakefile.
|
|
|
|
November 20th 2006 K.Murakami
|
|
- GNUmakefile was modified for new place for physics list package
|
|
|
|
October 18th 2006 J.Allison
|
|
- Migrate to new trajectory modeling commands.
|
|
|
|
July 5th, 2006 G.Cosmo
|
|
- Updated to current version of exampleN04. Now working with release series 8.
|
|
- Corrected GNUmakefile, now requiring CERNLIB 2005 for PYTHIA-8.0.4 and
|
|
HepMC 1.27 or greater.
|
|
|
|
May 3rd, 2005 John Allison
|
|
- Replaced vis manager with G4VisExecutive.
|
|
|
|
December 2nd, 2003 G.Cosmo
|
|
- Brought up-to-date with examples/novice/N04.
|
|
|
|
November 13th, 2003 J.Allison
|
|
- Removed OPACS from Vis Manager.
|
|
|
|
July 4th, 2003 G.Cosmo
|
|
- fixed compilation errors due to incorrect code migration from g4std wrappers.
|
|
- fixed pedantic compilation warnings on Linux-g++.
|
|
|
|
November 19th, 2002 K.Murakami
|
|
- modified as is ExN04. (physics lists and vis. manager)
|
|
- "std" namespace left/not cared was modified to "G4std".
|
|
|
|
May 28th, 2002 K.Murakami
|
|
- renamed classes and filenames.
|
|
|
|
April 15th, 2002 K.Murakami
|
|
- Creared from examples/novice/N04.
|
|
- Replace N04PrimaryGeneatorAction with HepMC-interface version.
|
|
- Resize the world volume.
|