Back to home page

EIC code displayed by LXR

 
 

    


Warning, /geant4/examples/extended/hadronic/FissionFragment/History is written in an unsupported language. File is not indexed.

0001 # Example FissionFragment 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 ## 2023-10-26 Alberto Ribon (exExtHadFissFrag-V11-01-00)
0008 - README : documented macro batch.in
0009 
0010 ## 2022-10-04 Ben Morgan (exExtHadFissFrag-V11-00-01)
0011 - Replace sprintf with ostringstream to fix deprecation warning on macOS 13
0012 
0013 ## 2021-12-10 Ben Morgan (exExtHadFissFrag-V11-00-00)
0014 - Change to new Markdown History format
0015 
0016 ---
0017 
0018 # History entries prior to 11.0
0019 
0020 01-06-21 G. Folger (exExtHadFissFrag-V10-07-01)
0021 - Fixed CMake build script to define target properly.
0022 
0023 22-03-21 A. Ribon (exExtHadFissFrag-V10-07-00)
0024 - Improved comment.
0025 
0026 10-11-20 B, Morgan (exExtHadFissFrag-V10-06-01)
0027 - Migration to G4RunManagerFactory.
0028 
0029 05-08-20    A. Ribon            (exExtHadFissFrag-V10-06-00)
0030 - FissionFragment.cc , batch.in , README , .README.txt :
0031   o Replaced deprecated HP environmental variables with corresponding
0032     UI commands.
0033 
0034 08-05-18    J. Allison          (exExtHadFissFrag-V10-04-01)
0035 - FissionFragment.cc:
0036   o Move instantiation of G4UIExecutive beyond the point where the main
0037     program could exit, for example, if environment variables are incorrectly
0038     set. The problem was that if G4UIExecutive invokes G4UIQt, and if the
0039     program exits after instantiation but before SessionStart, all output
0040     is lost.
0041 
0042 03-05-18    J. Allison          (exExtHadFissFrag-V10-04-00)
0043 - FissionFragment.cc:
0044   o Remove G4_VIS_USE and G4UI_USE.
0045   o Move instantiation of G4UIExecutive to start of main.
0046 
0047 26-10-15    T. Koi              (exExtHadFissFrag-V10-01-01)
0048 - Fix compiler waring message in previous tag
0049 
0050 25-10-15    T. Koi              (exExtHadFissFrag-V10-01-00)
0051 - Limit number of worker threads of one
0052 
0053 03-11-14    B. Wendt            (exExtHadFissFrag-V10-00-13)
0054 - Fixed duplicate plate addition of -x when x=0.0 in
0055   FFDetectorConstruction.cc
0056 
0057 21-08-14    B. Wendt            (exExtHadFissFrag-V10-00-12)
0058 - Changed batch.in /run/beamOn from 1000 events to 50
0059 - Set the Mersenne Twister seed directly in FissionFragment.cc
0060   to hopefully achieve a portable fix. I'm not sure about
0061   portability to multi-threading - i.e. will each thread have a
0062   unique pseudo-random number sequence?
0063 - Added precompiler options to enable debugging specific features
0064 
0065 27-06-14    I.Hrivnacova        (exExtHadFissFrag-V10-00-11)
0066 - Fixed FFActionInitialization (compilation is squential mode)
0067 
0068 26-06-14    B. Wendt            (exExtHadFissFrag-V10-00-10)
0069 - Added README files for doxygen documentation
0070 - Updated class data members to follow coding guidelines
0071 
0072 
0073 23-06-14    B. Wendt            (exExtHadFissFrag-V10-00-09)
0074 - Fixed fuel plate placement issue. Removed need for tag
0075   "exExtHadFissFrag-V10-00-08"
0076 - Fixed sampling location for neutron source
0077 
0078 
0079 23-06-14    B. Wendt            (exExtHadFissFrag-V10-00-08)
0080 - Attempt to correct compilation warnings on gcc-4.1 regarding a call
0081   to "int abs(int)" in FFDetectorConstruction.cc
0082 
0083 
0084 13-06-14    Gunter Folger       (exExtHadFissFrag-V10-00-07)
0085 - correct compilation warning on unused variable run in FFRunAction
0086 - add input file for testing: batch.in
0087 
0088 
0089 06-06-13    B. Wendt            (exExtHadFissFrag-V10-00-06)
0090 - First release