61 lines
2.2 KiB
Plaintext
61 lines
2.2 KiB
Plaintext
// $Id: History 100918 2016-11-03 10:38:27Z gcosmo $
|
|
// ------------------------------------------------------------------
|
|
|
|
=========================================================
|
|
Geant4 - an Object-Oriented Toolkit for Simulation in HEP
|
|
=========================================================
|
|
|
|
field05 History file
|
|
--------------------
|
|
This file should be used by the G4 example coordinator to briefly
|
|
summarize all major modifications introduced in the code and keep
|
|
track of all tags.
|
|
|
|
----------------------------------------------------------
|
|
* Reverse chronological order (last date on top), please *
|
|
----------------------------------------------------------
|
|
|
|
Nov 03, 2016 L.Garnier - fieldex05-V10-02-01
|
|
- remove icons.mac. Automatically include since interfaces-V10-02-07
|
|
|
|
July 01, 2016 I. Hrivnacova - fieldex05-V10-02-00
|
|
- Replaced F05ExtraPhysics with use of G4StepLimiterPhysics
|
|
|
|
April 09, 2015 P. Gumplinger - fieldex05-V10-01-00
|
|
- use new G4SpinDecayPhysics constructor in F05PhysicsList
|
|
|
|
December 04, 2013 I. Hrivnacova, P. Gumplinger - fieldex05-V10-00-00
|
|
- Fixes in gui.mac:
|
|
Let execute vis.mac first to make the command in added menus available;
|
|
Corrected wireframe parameter;
|
|
Commented out command specific to B2 example;
|
|
- updated CMakeLists.txt
|
|
|
|
Nov 18, 2013 Ivana Hrivnacova - fieldex05-V09-06-05
|
|
- Minor fix in .README
|
|
|
|
Nov 04, 2013 P. Gumplinger - fieldex05-V09-06-04
|
|
- place G4Random::setTheSeed(myseed) so that it is executed for both
|
|
sequential and MT mode
|
|
|
|
Nov 01, 2013 P. Gumplinger - fieldex05-V09-06-03
|
|
- Migration to MT
|
|
|
|
May 06, 2013 P. Gumplinger - fieldex05-V09-06-02
|
|
- Apply all Examples Coding Guidelines
|
|
|
|
April 1st, 2013 A. Dotti - fieldex05-V09-06-01
|
|
- New API for physics list needed for MT
|
|
|
|
February 22th, 2013 Peter Gumplinger - fieldex05-V09-06-00
|
|
- changed GetFieldValue signature to Point[4] and added
|
|
F05SteppingVerbose to print GlobalTime
|
|
|
|
November 14th, 2012 Ivana Hrivnacova - fieldex05-V09-05-00
|
|
------------------------------------
|
|
- In vis.mac: replaced OGLIX with OGL
|
|
|
|
November 19th, 2009 Peter Gumplinger - fieldex05-V09-02-00
|
|
------------------------------------
|
|
- First implementation.
|