Files
geant4/examples/extended/biasing/GB01/History
T
2025-03-24 16:45:22 +01:00

77 lines
2.3 KiB
Plaintext

# Example GB01 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-03-10 Igor Semeniouk (GB01-V11-02-00)
- Remove unused WITH_GEANT4_UIVIS cmake option
- Add vis.mac (copied from GB03) and enable detector visualization on startup
- Propagate biasing on/off to detector construction to initialization of biasing classes only if biasing requested.
## 2021-12-10 Ben Morgan (GB01-V11-00-00)
- Change to new Markdown History format
---
# History entries prior to 11.0
November 10th, 2020 Ben Morgan - GB01-V10-06-00
- Migration to G4RunManagerFactory.
May 8th, 2018 J. Allison - GB01-V10-04-01
- Remove G4UI_USE and G4VIS_USE.
- Move instantiation of G4UIExecutive nearer to start of main.
May 8th, 2018 B. Morgan - GB01-V10-04-00
- Include G4Types before use of G4MULTITHREADED. For forward
compatibility with move to #defines over -D for G4 preprocessor
symbols.
Nov 02, 2016 I. Hrivnacova
- Added files description (for Doxygen)
Jul 20, 2016 I. Hrivnacova
- Coding guidelines
(redundant empty lines, class data member names, separators)
Nov 14, 2014, M. Verderi
- Fix in GB01BOptrChangeCrossSection, which was not properly using the
new cross-section value in case of an UpdateForStep(...). A trick
is used with operation->UpdateForStep( 0.0 ) to make it working.
- GB01-V10-00-02
Nov 09, 2014, M. Verderi
- Fix compilation warnings in GB01BOptrChangeCrossSection.
- GB01-V10-00-01
Nov 07, 2014, M. Verderi
- Adapt to MT
- Adapt to evolved generic biasing scheme
- tag : GB01-V10-00-00
Nov 29, 2013, I. Hrivnacova
- Added GNUmakefile, .README
Nov 28, 2013, M. Verderi - GB01-V09-06-05
- correct README
Nov 28, 2013, M. Verderi - GB01-V09-06-04
- remove gui
- add README
Nov 28, 2013, G. Cosmo - GB01-V09-06-03, GB01-V09-06-02
- Removed unused data member in GB01BOptrMultiParticleChangeCrossSection.
Nov 27, 2013, M. Verderi - biasingGB01-V09-06-01
- improve GB01BOptrMultiParticleChangeCrossSection operator,
showing how to apply biasing under some conditions.
And save some random number shooting.
- add test.
Nov 8, 2013 M. Verderi - biasingGB01-V09-06-00
- Creation