Warning, /geant4/examples/extended/biasing/GB04/History is written in an unsupported language. File is not indexed.
0001 # Example GB04 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). It must **not**
0005 be used as a substitute for writing good git commit messages!
0006
0007 -------------------------------------------------------------------------------
0008
0009 ## 2025-03-10 Igor Semeniouk (GB04-V11-03-00)
0010 - Remove unused WITH_GEANT4_UIVIS cmake option
0011 - Add vis.mac (copied from GB03) and enable detector visualization on startup
0012 - Propagate biasing on/off to detector construction to initialization of biasing classes only if biasing requested.
0013
0014 ## 2021-12-10 Ben Morgan (GB04-V11-00-00)
0015 - Change to new Markdown History format
0016
0017 ---
0018
0019 # History entries prior to 11.0
0020
0021 November 10th, 2020 Ben Morgan - GB04-V10-06-00
0022 - Migration to G4RunManagerFactory.
0023
0024 May 20, 2018 J. Allison (GB04-V10-04-01)
0025 - Remove G4UI_USE and G4VIS_USE.
0026 - Move instantiation of G4UIExecutive nearer to start of main.
0027
0028 May 8, 2018 B. Morgan (GB04-V10-04-00)
0029 - Include G4Types before use of G4MULTITHREADED. For forward
0030 compatibility with move to #defines over -D for G4 preprocessor
0031 symbols.
0032
0033 Jul 20, 2016 I. Hrivnacova
0034 - Coding guidelines(redundant empty lines, class data member names)
0035
0036 Jun 05, 2015, M. Verderi (GB04-V10-01-00)
0037 - Bug fix in GB04BOptnBremSplitting.cc : missing
0038 fParticleChange.SetSecondaryWeightByProcess(true);
0039 as reported privately by Akihisa WAKITA.
0040
0041 Nov 20, 2014, G. Cosmo (GB04-V10-00-03)
0042 - Again included correction in GNUmakefile introduced in tag -01 which
0043 was lost in previous tag...
0044
0045 Nov 14, 2014, I. Hrivnacova (GB04-V10-00-02)
0046 - Added files descriptions
0047 - Coding guidelines (data member names, separators)
0048
0049 Nov 13, 2014, G. Cosmo (GB04-V10-00-01)
0050 - Corrected GNUmakefile to point to correct main() translation unit.
0051
0052 Nov 12, 2014, M. Verderi (GB04-V10-00-00)
0053 - Created.