Files
2025-12-05 08:54:02 +01:00

90 lines
2.9 KiB
Plaintext

# Example RE03 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!
-------------------------------------------------------------------------------
## 2025-10-19 Makoto Asai (exampleRE03-V11-03-00)
- Protect against the use of parallel geometry initialization if runnung in
sub-event parallel mode. This feature will be enabled next year.
## 2024-11-11 Gabriele Cosmo (exampleRE03-V11-02-01)
- Fixed CMake script for missing input macros.
## 2024-11-07 Makoto Asai (exampleRE03-V11-02-00)
- Adding sub-event parallel mode
## 2021-12-10 Ben Morgan (exampleRE03-V11-00-00)
- Change to new Markdown History format
---
# History entries prior to 11.0
Oct. 29, 2020 M. Asai (exampleRE03-V10-06-00)
- Migration to G4RunManagerFactory.
Sep 20, 2019 M. Asai (exampleRE03-V10-05-00)
- Add G4VScoringMesh:: scope identifier to RE03UserScoreWriter.cc.
- Co-working with detutils-V10-05-01
May 23, 2018 M. Asai (exampleRE03-V10-04-01)
- Add batchrun1.mac for batch job and update CMakelists.txt
accordingly.
May 16, 2018 J. Allison
- Minor fixes to run*.mac files.
May 14, 2018 J. Allison (exampleRE03-V10-04-00)
- Add #include "G4Types.hh".
- Remove G4UI_USE and G4VIS_USE.
- Move instantiation of G4UIExecutive to start of main.
- vis.mac: Tidy.
o No need to create empty scene - /vis/drawVolume creates a new one.
o No need to /tracking/storeTrajectories - /vis/scene/add/trajectories does.
- run1.mac: Tidy.
Sep 02, 2016 M. Asai (exampleRE03-V10-02-00)
- Migrate to G4THitsMap<G4StatDouble>.
May 02, 2013 M. Asai (exampleRE03-V09-06-03)
- Migrate to G4VUserActionInitalization so that it works
for both sequential and multi-threaded modes.
May 01, 2013 M. Asai (exampleRE03-V09-06-02)
- Fully migrated to the latest API.
Apr 17, 2013 M. Asai (exampleRE03-V09-06-01)
- Preparation for ref-04 API
Mar 27, 2013 M. Asai (exampleRE03-V09-06-00)
- Migrated to multi-threaded version. For internal use only
Feb 15, 2013 I. Hrivnacova
- Applied coding guidelines (data members initialization)
Oct 15, 2012 I.Hrivnacova (exampleRE03-V09-05-01)
- Replaced tabulators with space characters
Oct 14, 2012 T.Aso
- revised all codes according to the coding guideline for extended examples
May. 25, 2012 G.Cosmo (exampleRE03-V09-05-00)
- Corrected signature of RE03UserScoreWriter::DumpQuantityToFile() to adopt
'const G4String&' according to changes done in digits_hits module.
Nov. 07, 2010 J.Allison (exampleRE03-V09-03-01)
- Introduced G4UIExecutive.
Apr. 06, 2010 M.Asai (exampleRE03-V09-03-00)
- Replace G4MultipleScattering with G4eMultipleScattering, G4MuMultipleScattering and G4hMultipleScattring.
Nov. 23, 08 M.Asai (exampleRE03-V09-01-00)
- Add "run4.mac" with cylindrical scoring mesh.
Nov. 14, 07 M.Asai (exampleRE03-V09-00-00)
- Introducing this example.