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

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

update ti head

File size: 3.1 KB
Line 
1// $Id: History,v 1.19 2010/10/25 00:49:34 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
18Oct 24th, 2010 Peter Gumplinger    - fieldex04-V09-03-02
19   include Mie scattering process and update usage of G4PhysListFactory
20
21Jun 3rd, 2010, Peter Gumplinger    - fieldex04-V09-03-01
22   modify F04Trajectory class to compile without warnings against
23   tracking-V09-03-03 by implementing a DrawTrajectory() method.
24
25March 23rd, 2010, Gunter Folger     - fieldex04-V09-03-00
26- add <ctime> header in src/F04RunAction.cc to fix a compile
27   error on windows.
28
29November 6th, 2009 Peter Gumplinger - fieldex04-V09-02-03
30- rewrite F04PhysicsList and F04PhysicsListMessenger and
31  use the newly available G4PhysListFactory
32
33October 30th, 2009 John Allison - fieldex04-V09-02-02
34- Introduced G4UIExecutive.
35
36June 1st, 2009 Peter Gumplinger - fieldex04-V09-02-01
37- Introduce '/rndm/autoSeed' command and changed the seeding of the
38  RanecuEngine from time(NULL). Default is autoSeed(false).
39
40May 27th, 2009 Gabriele Cosmo - fieldex04-V09-02-00
41-----------------------------
42- Commented out timing for initial seed to allow for reproducibility
43  or results ...
44
45December 11th, 2008 Peter Gumplinger - fieldex04-V09-01-06
46-----------------------------------
47- bug: now the density must be given with units before the call to
48  ConstructNewMaterial
49
50November 25st, 2008 Peter Gumplinger - fieldex04-V09-01-05
51------------------------------------
52- change to AddPhysicsList("emstandard")
53
54November 21st, 2008 Peter Gumplinger - fieldex04-V09-01-04
55------------------------------------
56- changed F04PhysicsList.cc according to
57  examples/extended/hadronic/Hadr01
58
59July 3rd, 2008 Peter Gumplinger - fieldex04-V09-01-03
60-------------------------------
61- fix: setTheEngine BEFORE setTheSeed in field04.cc
62
63June 2th, 2008 Vladimir Ivanchenko - fieldex04-V09-01-02
64----------------------------------
65- removed obsolete G4HadronProcessStore from PhysicsList
66
67Mar 26th, 2008 Gunter Folger - fieldex04-V09-01-01
68----------------------------
69- final fix to avoid error log - Invalid rotation specification
70  in F04DetectorConstruction::stringToRotationMatrix
71
72Mar 5th, 2008  Peter Gumplinger - fieldex04-V09-01-00
73-------------------------------
74- fix to avoid error log - Invalid rotation specification
75  in F04DetectorConstruction::stringToRotationMatrix
76
77Nov 2nd, 2007  Gabriele Cosmo - fieldex04-V09-00-01
78-----------------------------
79- Minor fixes for porting on Windows platform.
80
81Oct 29th, 2007  Peter Gumplinger - fieldex04-V09-00-00
82--------------------------------
83- First implementation.
Note: See TracBrowser for help on using the repository browser.