Warning, /geant4/examples/extended/field/History is written in an unsupported language. File is not indexed.
0001 # Example field 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
0008 ## 2023-11-15 I. Hrivnacova (fieldex-V11-01-01)
0009 - Updated vis.mac macros:
0010 - Changed "/vis/open XYZ [600x600-0+0]" to "/vis/open" to allow run-time choices
0011 and simplified comments.
0012
0013 ## 2023-07-05 I. Hrivnacova (fieldex-V11-01-00)
0014 - Clean-up trailing white-spaces in README's and CMake files
0015
0016 ## 2021-12-10 Ben Morgan (fieldex-V11-00-00)
0017 - Change to new Markdown History format
0018
0019 ---
0020
0021 # History entries prior to 11.0
0022
0023 24th Nov 2021 B. Morgan (fieldex-V10-07-00)
0024 - Bump required CMake version range to 3.12...3.20, matching core Geant4
0025
0026 13th Nov 2020 B. Morgan (fieldex-V10-06-01)
0027 - Enforce use of Serial RunManager for serial-only examples.
0028
0029 3rd Nov 2020 B. Morgan (fieldex-V10-06-00)
0030 - Support same CMake version range as core Geant4
0031
0032 31st Jan 2019 Ivana Hrivnacova (fieldex-V10-05-00)
0033 - Merged GitHub PR #4: all Boolean operators now return G4bool.
0034
0035 02nd Dec 2013 Ivana Hrivnacova (fieldex-V09-06-02)
0036 - Fixed gui.mac macros in field01-06
0037
0038 1st Apr 2013 A.Dotti (fieldex-V09-06-01)
0039 - Grouping single ex tags for new API of PhysicsList needed for MT
0040
0041 14th Feb 2013 Ivana Hrivnacova (fieldex-V09-06-00)
0042 - Applied coding guidelines in field01, 02, 03
0043 (data members initialization, separators)
0044
0045 17th Nov 2012 Ivana Hrivnacova (fieldex-V09-05-03)
0046 - Updated documentation:
0047 - Fixed .README files for artefacts from Markdown support
0048 - Removed obsolete instructions (how to compile & link)
0049
0050 18th Sep 2012 Ivana Hrivnacova (fieldex-V09-05-02)
0051 - Adding explicit includes of G4SystemOfUnits.hh and G4PhysicalConstants.hh
0052 where needed
0053 - Replaced tabulators with space characters
0054
0055 17th Sep 2012 Peter Gumplinger (fieldex-V09-05-01)
0056 - remove G4TRACKING_ALLOC_EXPORT, G4DLLEXPORT and G4DLLIMPORT from
0057 F04Trajectory and F04TrajectoryPoint.
0058
0059 4th Sep 2012 Ivana Hrivnacova (fieldex-V09-05-00)
0060 - Updated CMakeLists.txt:
0061 adding visualization, copying macros, install target and comment lines
0062 - Added .README files
0063
0064 23rd Nov 2011 Peter Gumplinger (fieldex-V09-04-01)
0065 - Add README file to the new field example field06 and correct a small
0066 mistake in F06ExtraPhysics.cc
0067
0068 7th Nov 2011 Peter Gumplinger (fieldex-V09-04-00)
0069 -------------------------------------------------
0070 - Add new field example field06. This example excercises the gravity field.
0071
0072 19th Nov 2009 Peter Gumplinger (fieldex-V09-02-00)
0073 --------------------------------------------------
0074 - Add new field example field05. This example checks the so-called
0075 "spin-frozen" condition. There is a good article hep-ph/0012087v1.
0076 This article discusses about how to cancel the muon g-2 precession by
0077 applying an electric field.
0078 "Spin-frozen" happens when spin rotation cycle and muon rotation cycle
0079 are the same. The example will through a G4Exception if this is not the
0080 case.
0081 Thanks to Hiromi Iinuma from KEK
0082 See also: http://research.kek.jp/people/hiromi/
0083
0084 29th Oct 2007 Peter Gumplinger (fieldex-V09-00-00)
0085 --------------------------------------------------
0086 - Add new field example field04 to exhibit the way
0087 overlapping fields may be handled in Geant4.
0088 Thanks to Tom Roberts and Muons Inc.
0089 G4BEAMLINE release 1.12
0090 http://g4beamline.muonsinc.com
0091
0092 3rd May 2005 John Allison (fieldex-V07-00-03)
0093 ------------------------------------------------
0094 - Replaced vis manager with G4VisExecutive.
0095
0096 Dec 3rd, 2004 Gabriele Cosmo (fieldex-V06-02-00)
0097 ------------------------------------------------
0098 - Implemented migration to <cmath>.
0099 - Removed dependency on old PAI and XTR models in PhysicsList of
0100 field01/02/03 examples.
0101
0102 Mar 23rd, 2004 John Apostolakis (fieldex-V06-00-00)
0103 ---------------------------------------------------
0104 - Group together fixes in:
0105 field01 fieldex01-V06-00-00 and
0106 field03 fieldex03-V06-00-00
0107 which fix common problem in SetField methods.
0108 - Created.