source: trunk/examples/extended/field/field03/History @ 807

Last change on this file since 807 was 807, checked in by garnier, 16 years ago

update

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