source: trunk/examples/extended/field/field04/History @ 1337

Last change on this file since 1337 was 1337, checked in by garnier, 14 years ago

tag geant4.9.4 beta 1 + modifs locales

File size: 3.0 KB
Line 
1// $Id: History,v 1.18 2010/06/03 21:20:22 gum Exp $
2// ------------------------------------------------------------------
3
4     =========================================================
5     Geant4 - an Object-Oriented Toolkit for Simulation in HEP
6     =========================================================
7
8                    field04 History file
9                    --------------------
10This file should be used by the G4 example coordinator to briefly
11summarize all major modifications introduced in the code and keep
12track of all tags.
13
14     ----------------------------------------------------------
15     * Reverse chronological order (last date on top), please *
16     ----------------------------------------------------------
17
18Jun 3rd, 2010, Peter Gumplinger    - fieldex04-V09-03-01
19   modify F04Trajectory class to compile without warnings against
20   tracking-V09-03-03 by implementing a DrawTrajectory() method.
21
22March 23rd, 2010, Gunter Folger     - fieldex04-V09-03-00
23- add <ctime> header in src/F04RunAction.cc to fix a compile
24   error on windows.
25
26November 6th, 2009 Peter Gumplinger - fieldex04-V09-02-03
27- rewrite F04PhysicsList and F04PhysicsListMessenger and
28  use the newly available G4PhysListFactory
29
30October 30th, 2009 John Allison - fieldex04-V09-02-02
31- Introduced G4UIExecutive.
32
33June 1st, 2009 Peter Gumplinger - fieldex04-V09-02-01
34- Introduce '/rndm/autoSeed' command and changed the seeding of the
35  RanecuEngine from time(NULL). Default is autoSeed(false).
36
37May 27th, 2009 Gabriele Cosmo - fieldex04-V09-02-00
38-----------------------------
39- Commented out timing for initial seed to allow for reproducibility
40  or results ...
41
42December 11th, 2008 Peter Gumplinger - fieldex04-V09-01-06
43-----------------------------------
44- bug: now the density must be given with units before the call to
45  ConstructNewMaterial
46
47November 25st, 2008 Peter Gumplinger - fieldex04-V09-01-05
48------------------------------------
49- change to AddPhysicsList("emstandard")
50
51November 21st, 2008 Peter Gumplinger - fieldex04-V09-01-04
52------------------------------------
53- changed F04PhysicsList.cc according to
54  examples/extended/hadronic/Hadr01
55
56July 3rd, 2008 Peter Gumplinger - fieldex04-V09-01-03
57-------------------------------
58- fix: setTheEngine BEFORE setTheSeed in field04.cc
59
60June 2th, 2008 Vladimir Ivanchenko - fieldex04-V09-01-02
61----------------------------------
62- removed obsolete G4HadronProcessStore from PhysicsList
63
64Mar 26th, 2008 Gunter Folger - fieldex04-V09-01-01
65----------------------------
66- final fix to avoid error log - Invalid rotation specification
67  in F04DetectorConstruction::stringToRotationMatrix
68
69Mar 5th, 2008  Peter Gumplinger - fieldex04-V09-01-00
70-------------------------------
71- fix to avoid error log - Invalid rotation specification
72  in F04DetectorConstruction::stringToRotationMatrix
73
74Nov 2nd, 2007  Gabriele Cosmo - fieldex04-V09-00-01
75-----------------------------
76- Minor fixes for porting on Windows platform.
77
78Oct 29th, 2007  Peter Gumplinger - fieldex04-V09-00-00
79--------------------------------
80- First implementation.
Note: See TracBrowser for help on using the repository browser.