Files
geant4/examples/extended/biasing/GB04/History
T
2018-12-07 15:15:39 +01:00

49 lines
1.8 KiB
Plaintext

-------------------------------------------------------------------
=========================================================
Geant4 - an Object-Oriented Toolkit for Simulation in HEP
=========================================================
Category History file
---------------------
This file should be used by G4 developers and category coordinators
to briefly summarize all major modifications introduced in the code
and keep track of all category-tags.
It DOES NOT substitute the CVS log-message one should put at every
committal in the CVS repository !
----------------------------------------------------------
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
May 20, 2018 J. Allison (GB04-V10-04-01)
- Remove G4UI_USE and G4VIS_USE.
- Move instantiation of G4UIExecutive nearer to start of main.
May 8, 2018 B. Morgan (GB04-V10-04-00)
- Include G4Types before use of G4MULTITHREADED. For forward
compatibility with move to #defines over -D for G4 preprocessor
symbols.
Jul 20, 2016 I. Hrivnacova
- Coding guidelines(redundant empty lines, class data member names)
Jun 05, 2015, M. Verderi (GB04-V10-01-00)
- Bug fix in GB04BOptnBremSplitting.cc : missing
fParticleChange.SetSecondaryWeightByProcess(true);
as reported privately by Akihisa WAKITA.
Nov 20, 2014, G. Cosmo (GB04-V10-00-03)
- Again included correction in GNUmakefile introduced in tag -01 which
was lost in previous tag...
Nov 14, 2014, I. Hrivnacova (GB04-V10-00-02)
- Added files descriptions
- Coding guidelines (data member names, separators)
Nov 13, 2014, G. Cosmo (GB04-V10-00-01)
- Corrected GNUmakefile to point to correct main() translation unit.
Nov 12, 2014, M. Verderi (GB04-V10-00-00)
- Created.