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

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

update ti head

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