Back to home page

EIC code displayed by LXR

 
 

    


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