Geant4 Cross Reference |
1 # Example field05 History 1 # Example field05 History 2 2 3 See `CONTRIBUTING.rst` for details of **requir 3 See `CONTRIBUTING.rst` for details of **required** info/format for each entry, 4 which **must** added in reverse chronological << 4 which **must** added in reverse chronological order (newest at the top). It must **not** 5 It must **not** be used as a substitute for wr << 5 be used as a substitute for writing good git commit messages! 6 6 7 ---------------------------------------------- << 7 ## 2023-07-05 I. Hrivnacova (fieldex05-V11-01-00) 8 << 9 ## 2024-09-18 Gabriele Cosmo (fieldex05-V11-02 << 10 - Migrated to use G4RunManagerFactory. << 11 - Use default MixMax random generator. << 12 << 13 ## 2023-07-05 Ivana Hrivnacova (fieldex05-V11- << 14 - Clang-tidy, new coding guidelines 8 - Clang-tidy, new coding guidelines 15 - Clean-up trailing white-spaces 9 - Clean-up trailing white-spaces 16 10 17 ## 2022-11-16 John Apostolakis (fieldex05-V11- 11 ## 2022-11-16 John Apostolakis (fieldex05-V11-00-01) 18 - Corrected assignement of epsMax=0.001 . Als 12 - Corrected assignement of epsMax=0.001 . Also epsMin is dimensionless! 19 13 20 ## 2021-12-10 Ben Morgan (fieldex05-V11-00-00) 14 ## 2021-12-10 Ben Morgan (fieldex05-V11-00-00) 21 - Change to new Markdown History format 15 - Change to new Markdown History format 22 16 23 --- 17 --- 24 18 25 # History entries prior to 11.0 19 # History entries prior to 11.0 26 20 27 July 27, 2018 I.Hrivnacova - fieldex05-V10-04- 21 July 27, 2018 I.Hrivnacova - fieldex05-V10-04-02 28 - Macro review and code clean-up: 22 - Macro review and code clean-up: 29 - Separated other than visualization setting 23 - Separated other than visualization settings from vis.mac in a 30 new init_vis.mac 24 new init_vis.mac 31 - Added "beamOn 10" button in gui.mac 25 - Added "beamOn 10" button in gui.mac 32 - Updated README files 26 - Updated README files 33 27 34 May 15, 2018 J.Allison - fieldex05-V10-04-01 28 May 15, 2018 J.Allison - fieldex05-V10-04-01 35 - Remove G4UI_USE and G4VIS_USE. 29 - Remove G4UI_USE and G4VIS_USE. 36 - Move instantiation of G4UIExecutive to start 30 - Move instantiation of G4UIExecutive to start of main. 37 - vis.mac, gui.mac: Clean up. 31 - vis.mac, gui.mac: Clean up. 38 32 39 May 09, 2018 B.Morgan - fieldex05-V10-04-00 33 May 09, 2018 B.Morgan - fieldex05-V10-04-00 40 - Include G4Types before use of G4MULTITHREADE 34 - Include G4Types before use of G4MULTITHREADED. For forward 41 compatibility with move to #defines over -D 35 compatibility with move to #defines over -D for G4 preprocessor 42 symbols. 36 symbols. 43 37 44 Nov 03, 2016 L.Garnier - fieldex05-V10-02-01 38 Nov 03, 2016 L.Garnier - fieldex05-V10-02-01 45 - remove icons.mac. Automatically include sinc 39 - remove icons.mac. Automatically include since interfaces-V10-02-07 46 40 47 July 01, 2016 I. Hrivnacova - fieldex05-V10-02 41 July 01, 2016 I. Hrivnacova - fieldex05-V10-02-00 48 - Replaced F05ExtraPhysics with use of G4StepL 42 - Replaced F05ExtraPhysics with use of G4StepLimiterPhysics 49 43 50 April 09, 2015 P. Gumplinger - fieldex05-V10-0 44 April 09, 2015 P. Gumplinger - fieldex05-V10-01-00 51 - use new G4SpinDecayPhysics constructor in F0 45 - use new G4SpinDecayPhysics constructor in F05PhysicsList 52 46 53 December 04, 2013 I. Hrivnacova, P. Gumplinger 47 December 04, 2013 I. Hrivnacova, P. Gumplinger - fieldex05-V10-00-00 54 - Fixes in gui.mac: 48 - Fixes in gui.mac: 55 Let execute vis.mac first to make the comman 49 Let execute vis.mac first to make the command in added menus available; 56 Corrected wireframe parameter; 50 Corrected wireframe parameter; 57 Commented out command specific to B2 example 51 Commented out command specific to B2 example; 58 - updated CMakeLists.txt 52 - updated CMakeLists.txt 59 53 60 Nov 18, 2013 Ivana Hrivnacova - fieldex05-V09- 54 Nov 18, 2013 Ivana Hrivnacova - fieldex05-V09-06-05 61 - Minor fix in .README 55 - Minor fix in .README 62 56 63 Nov 04, 2013 P. Gumplinger - fieldex05-V09-06- 57 Nov 04, 2013 P. Gumplinger - fieldex05-V09-06-04 64 - place G4Random::setTheSeed(myseed) so that i 58 - place G4Random::setTheSeed(myseed) so that it is executed for both 65 sequential and MT mode 59 sequential and MT mode 66 60 67 Nov 01, 2013 P. Gumplinger - fieldex05-V09-06- 61 Nov 01, 2013 P. Gumplinger - fieldex05-V09-06-03 68 - Migration to MT 62 - Migration to MT 69 63 70 May 06, 2013 P. Gumplinger - fieldex05-V09-06- 64 May 06, 2013 P. Gumplinger - fieldex05-V09-06-02 71 - Apply all Examples Coding Guidelines 65 - Apply all Examples Coding Guidelines 72 66 73 April 1st, 2013 A. Dotti - fieldex05-V09-06-01 67 April 1st, 2013 A. Dotti - fieldex05-V09-06-01 74 - New API for physics list needed for MT 68 - New API for physics list needed for MT 75 69 76 February 22th, 2013 Peter Gumplinger - fieldex 70 February 22th, 2013 Peter Gumplinger - fieldex05-V09-06-00 77 - changed GetFieldValue signature to Point[4] 71 - changed GetFieldValue signature to Point[4] and added 78 F05SteppingVerbose to print GlobalTime 72 F05SteppingVerbose to print GlobalTime 79 73 80 November 14th, 2012 Ivana Hrivnacova - fieldex 74 November 14th, 2012 Ivana Hrivnacova - fieldex05-V09-05-00 81 ------------------------------------ 75 ------------------------------------ 82 - In vis.mac: replaced OGLIX with OGL 76 - In vis.mac: replaced OGLIX with OGL 83 77 84 November 19th, 2009 Peter Gumplinger - fieldex 78 November 19th, 2009 Peter Gumplinger - fieldex05-V09-02-00 85 ------------------------------------ 79 ------------------------------------ 86 - First implementation. 80 - First implementation.