Warning, /geant4/examples/extended/field/field05/History is written in an unsupported language. File is not indexed.
0001 # Example field05 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).
0005 It must **not** be used as a substitute for writing good git commit messages!
0006
0007 -------------------------------------------------------------------------------
0008
0009 ## 2024-09-18 Gabriele Cosmo (fieldex05-V11-02-00)
0010 - Migrated to use G4RunManagerFactory.
0011 - Use default MixMax random generator.
0012
0013 ## 2023-07-05 Ivana Hrivnacova (fieldex05-V11-01-00)
0014 - Clang-tidy, new coding guidelines
0015 - Clean-up trailing white-spaces
0016
0017 ## 2022-11-16 John Apostolakis (fieldex05-V11-00-01)
0018 - Corrected assignement of epsMax=0.001 . Also epsMin is dimensionless!
0019
0020 ## 2021-12-10 Ben Morgan (fieldex05-V11-00-00)
0021 - Change to new Markdown History format
0022
0023 ---
0024
0025 # History entries prior to 11.0
0026
0027 July 27, 2018 I.Hrivnacova - fieldex05-V10-04-02
0028 - Macro review and code clean-up:
0029 - Separated other than visualization settings from vis.mac in a
0030 new init_vis.mac
0031 - Added "beamOn 10" button in gui.mac
0032 - Updated README files
0033
0034 May 15, 2018 J.Allison - fieldex05-V10-04-01
0035 - Remove G4UI_USE and G4VIS_USE.
0036 - Move instantiation of G4UIExecutive to start of main.
0037 - vis.mac, gui.mac: Clean up.
0038
0039 May 09, 2018 B.Morgan - fieldex05-V10-04-00
0040 - Include G4Types before use of G4MULTITHREADED. For forward
0041 compatibility with move to #defines over -D for G4 preprocessor
0042 symbols.
0043
0044 Nov 03, 2016 L.Garnier - fieldex05-V10-02-01
0045 - remove icons.mac. Automatically include since interfaces-V10-02-07
0046
0047 July 01, 2016 I. Hrivnacova - fieldex05-V10-02-00
0048 - Replaced F05ExtraPhysics with use of G4StepLimiterPhysics
0049
0050 April 09, 2015 P. Gumplinger - fieldex05-V10-01-00
0051 - use new G4SpinDecayPhysics constructor in F05PhysicsList
0052
0053 December 04, 2013 I. Hrivnacova, P. Gumplinger - fieldex05-V10-00-00
0054 - Fixes in gui.mac:
0055 Let execute vis.mac first to make the command in added menus available;
0056 Corrected wireframe parameter;
0057 Commented out command specific to B2 example;
0058 - updated CMakeLists.txt
0059
0060 Nov 18, 2013 Ivana Hrivnacova - fieldex05-V09-06-05
0061 - Minor fix in .README
0062
0063 Nov 04, 2013 P. Gumplinger - fieldex05-V09-06-04
0064 - place G4Random::setTheSeed(myseed) so that it is executed for both
0065 sequential and MT mode
0066
0067 Nov 01, 2013 P. Gumplinger - fieldex05-V09-06-03
0068 - Migration to MT
0069
0070 May 06, 2013 P. Gumplinger - fieldex05-V09-06-02
0071 - Apply all Examples Coding Guidelines
0072
0073 April 1st, 2013 A. Dotti - fieldex05-V09-06-01
0074 - New API for physics list needed for MT
0075
0076 February 22th, 2013 Peter Gumplinger - fieldex05-V09-06-00
0077 - changed GetFieldValue signature to Point[4] and added
0078 F05SteppingVerbose to print GlobalTime
0079
0080 November 14th, 2012 Ivana Hrivnacova - fieldex05-V09-05-00
0081 ------------------------------------
0082 - In vis.mac: replaced OGLIX with OGL
0083
0084 November 19th, 2009 Peter Gumplinger - fieldex05-V09-02-00
0085 ------------------------------------
0086 - First implementation.