source: trunk/examples/extended/field/field03/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: 4.2 KB
Line 
1$Id: History,v 1.26 2010/06/06 04:56:36 perl Exp $
2-------------------------------------------------------------------
3
4     =========================================================
5     Geant4 - an Object-Oriented Toolkit for Simulation in HEP
6     =========================================================
7
8                    field03 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
18June 2, 2010 - J.Perl fieldex03-V09-03-03
19-------------------------
20- Updated vis usage
21
22May 12, 2010 John Allison - fieldex03-V09-03-02
23-------------------------
24- Introduced G4UIExecutive.
25
26Apr 8th, 2010 Gabriele Cosmo - fieldex03-V09-03-01
27----------------------------
28- Removed unused pointers to G4MultipleScattering left...
29
30Mar 25th, 2010 Gabriele Cosmo - fieldex03-V09-03-00
31-----------------------------
32- Migrated physics list to use particle-based multiple-scattering processes.
33
34Nov 4th,  2009  Peter Gumplinger - fieldex03-V09-02-00
35--------------------------------
36- fix the density of STP Carbon Dioxide in DetectorConstruction
37
38May 23rd, 2007  John Apostolakis  -  fieldex03-V08-03-00
39--------------------------------
40- Taken out FastSimulationManagerProcess, which is not needed.
41
42Apr 27th, 2007 Peter Gumplinger (fieldex03-V08-02-00)
43- Fixed bug in F03FieldSetup:
44  fFieldManager = fLocalFieldManager = GetGlobalFieldManager();
45  fFieldManager->SetDetectorField(fMagneticField );
46  fLocalFieldManager->SetDetectorField(fLocalMagneticField );
47  The above is a pointer copy and the two G4FieldManager point
48  to the same object; i.e. fLocalMagneticField replaces fMagneticField
49  in the GlobalFieldManager. This is not at all the intended functionalty
50  supposed to be exhibited by this example!
51
52Dec 6th, 2005  Gabriele Cosmo
53-----------------------------
54- Trivial changes for support of CLHEP-2.0.X series.
55
56Oct 13th, 2005  Vladimir Grichine  (fieldex03-V07-01-00)
57---------------------------------
58- Removed cluster models from detector construction.
59  Coworks with gpara-V07-01-00.
60
61May 3rd, 2005  John Allison  (examples-V07-00-03)
62---------------------------
63- Replaced vis manager with G4VisExecutive.
64
65Dec 3rd, 2004 Gabriele Cosmo
66----------------------------
67- Implemented migration to <cmath>.
68
69Dec 3rd, 2004 Vladimir Grichine
70-------------------------------
71- Removed dependency on old PAI and XTR models in PhysicsList.
72
73Sep 15rd, 2004 Vladimir Ivanchenko (fieldex03-V06-02-00)
74----------------------------------
75- Minor cleanup of PhysicsList.
76
77Mar 23rd, 2004 John Apostolakis (fieldex03-V06-00-00)
78-------------------------------
79- F03FieldSetup: fixed SetFieldValue methods to update equation, fld-manager.
80- F03FieldMessenger: added printout of value after Set Command.
81
82Dec  1st, 2003 John Apostolakis (fieldex03-V05-02-00)
83-------------------------------
84- Renamed F03ElectroMagneticField into F03FieldSetup (as it is a creator,
85   not a field).
86- FieldSetup is now called only in Detector Construction, not in main.
87
88Nov 25th, 2003 Gabriele Cosmo
89-----------------------------
90- Open geometry before clearing stores in DetectorConstruction class.
91
92Nov 14th, 2003 John Apostolakis
93-------------------------------
94- F03ElectroMagneticField:
95  o changed minimum step to 0.25 mm, from 1.0 mm.
96
97Nov 13th, 2003 John Allison
98---------------------------
99- Removed OPACS from Vis Manager.
100
101Aug 27th, 2003 V.Ivantchenko (fieldex-V05-02-00)
102------------------------------------------------
103 - Remove obsolete interfaces
104
105Jun 25th, 2003 - G.Cosmo (fieldex-V05-01-00)
106--------------------------------------------
107- Fixed mechanism for update of geometry in detector-construction.
108- Corrected GetFieldValue in ElectroMagneticField class. (J.Apostolakis).
109- Fixed pedantic warnings ...
110
111Feb 20th, 2003 - V.Ivanchenko (field-V05-00-00)
112-------------------------------------------------
113- Cut per region
114
115Nov 7th, 2001 - G.Cosmo
116-----------------------
117- More cleanup and fixes to primary generator gun (V.Grichine).
118
119Oct 15th, 2001 - G.Cosmo
120------------------------
121- Cleaned from test code.
Note: See TracBrowser for help on using the repository browser.