source: trunk/examples/novice/N04/History @ 887

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

update

File size: 7.0 KB
Line 
1$Id: History,v 1.60 2007/07/02 13:28:34 vnivanch Exp $
2-------------------------------------------------------------------
3
4     =========================================================
5     Geant4 - an Object-Oriented Toolkit for Simulation in HEP
6     =========================================================
7
8                    Example N04 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     
1802-07-07 V.Ivant (exampleN04-V09-00-00)
1925-06-07 mma (exampleN04-V08-03-01)
20- cosmetic in exampleN04.cc
21
2214-06-07 G.Cosmo (exampleN04-V08-03-00)
23- Delete materials and elements when quitting application.
24
2512-12-06 G.Cosmo (exampleN04-V08-01-08)
26- Commented out drawing of hits in vis.mac.
27
2806-12-06 V.Ivanchenko (exampleN04-V08-01-07)
29- GNUmakefile - remove obsolete echo
30
3123-11-06 Gunter Folger (exampleN04-V08-01-06)
32-  remove hadronic_lists.gmk
33
3417-11-06 Makoto Asai (exampleN04-V08-01-05)
35- Fix a bug in ExN04CalorimeterSD::ProcessHits() concerning about the
36  transformation vector and rotation materix of the calorimater cell
37  in the readoout geometry.
38
3915-11-06 Joseph Perl (exampleN04-V08-01-04)
40- Remove troublesome #include <map> statement from ExNo4CalorimeterHit.hh
41
4213-11-06 Joseph Perl (exampleN04-V08-01-03)
43- Change attribute name Type to HitType.
44- Add HitType attribute to all hit classes.
45- Skipped tag exampleN04-V08-02 since that tag seems to have been
46- accidentally applied many months ago.
47
4808-11-06 Gunter Folger (exampleN04-V08-01-02)
49- Adapt to moved physics lists, ie. phyisics lists are normal libraries
50  and special setup no longer needed.
51 
5206-11-06 John Allison (exampleN04-V08-01-01)
53- Add hits attributes for picking.
54- Make material world and readout world top volumes invisible.
55- Remove forcedWireframe from tracker and caloLayer.
56- Set readout geometry name.
57
5819-10-06 John Allison (exampleN04-V08-01-00)
59- Migrate to new trajectory modeling commands.
60
6116-06-06 Gabriele Cosmo (exampleN04-V08-00-01)
62- Use coherent allocation scheme for user-classes and
63  initialisation in main().
64
6515-06-06 Gabriele Cosmo (exampleN04-V08-00-00)
66- Separate instantiation of the user-stepping-verbose class from
67  initialisation of the G4VSteppingVerbose singleton.
68
693rd December 2005  John Allison  (exampleN04-V07-01-00)
70- Replaced vis code in EndOfEventAction and EndOfRunAction by suitable
71  vis commands in vis.mac.  Prevents ERROR messages in batch mode.
72
733rd May 2005  John Allison  (examples-V07-00-03)
74- Replaced vis manager with G4VisExecutive.
75
7614 Dec 2004  Sergey Sadilov (exampleN04-V06-02-03)
77- Removed bad first string in hadronics-lists.gmk
78
79Dec.13, 2004  Gabriele Cosmo (exampleN04-V06-02-02)
80- Use new phys-lists structure.
81
82Dec.03, 2004  Makoto Asai (exampleN04-V06-02-01)
83- Switch physics list to QGSP.
84
85Dec.02, 2004  Makoto Asai (exampleN04-V06-02-00)
86- Migration to <cmath>
87
88Nov.19, 2003  Makoto Asai (exampleN04-V05-02-06)
89- ExN04GeneralPhysics.cc:
90  Remove protection of assigning decay against short-lived particle
91
9219-11-03  V.Ivanchenko (exampleN04-V05-02-05)
93- Revome extra verbose
94
9510-11-03 G.Cosmo (exampleN04-V05-02-04)
96- Removed OPACS driver from vis-manager.
97- Cleared warnings for parameterised detectors.
98
9930-10-03 G.Cosmo (exampleN04-V05-02-03)
100- Cleared compilation warnings due to new class G4Orb.
101
10224-10-03 mma (exampleN04-V05-02-02)
103- PhysicsList: AddProcess(Bremsstrahlung,-1,3,3) ..etc..
104     
10506-10-03  mma (exampleN04-V05-02-01)
106- cosmetic cleanup in material definitions
107
10827-05-03  V.Ivanchenko (exampleN04-V05-02-00)
109- Include DefineMaterials() method in the constructor of DetectorConstruction
110- Clean up PhysicsLists
111
11228-05-03  G.Cosmo (exampleN04-V05-01-01)
113- Get rid of pedantic warnings ...
114
11509-05-03  G.Cosmo (exampleN04-V05-01-00)
116- Still minor correction to text in warning printed from HadronPhysics list.
117
11828-03-03  G.Cosmo (exampleN04-V05-00-02)
119- Corrected text in warning printed from HadronPhysics list.
120
12126-03-03  mma (exampleN04-V05-00-01)
122- Use G4PVPlacement and G4PVParametrised constructors in logical mother.
123     
124Feb 27, 2003  mma (exampleN04-V05-00-00)
125- added capture and fission in HadronPhysics (Hans-Peter)
126
127Jun 19, 2002  Gabriele Cosmo (exampleN04-V04-00-02)
128- Added protection for usage of G4UItcsh... in  exampleN04.cc.
129
130May 30, 2002  Makoto Asai (exampleN04-V04-00-01)
131- Fixed the size of the muon counter.
132     
133May 02, 2002  Michel Maire
134- Added tools for interactive session:
135  UItcsh, visualisation of tracks, saving random engine status.
136- Drawing of hits (in EventAction) are temporarly deactivated. 
137
138December 18, 2001  Gabriele Cosmo (exampleN04-V04-00-00)
139- ExN04PhysicsList.cc: added call to DumpCutValuesTable().
140  Reference outputs will be modified (V.Ivantchenko)
141- GNUmakefile: removed restriction for egcs compiler
142
143October 19, 2001  Steve O'Neale
144- Updated reference output
145
146March 07 2001 H.Kurashige (exampleN04-V03-00-07)
147-  Add G4MuonMinusCaptureAtRest in G4MuonPhysics
148
149February 25 2001 S.W.O'Neale (exampleN04-V03-00-06)
150- Add exampleN04.EMtest.large_N.out reference output and remove
151  some empty "reference" .err files
152
153February 20 2001 S.W.O'Neale (exampleN04-V03-00-05)
154- Update reference outputs following materials-V03-00-04 
155
156February 9 2001 S.W.O'Neale (exampleN04-V03-00-04)
157- Update SUN CC reference outouts for test104 and test104.EMtest
158
159February 9 2001 H.Kurashige (exampleN04-V03-00-03)
160- Introduce Modular Physics List
161
16225th November 2000 Steve O'Neale (tagset210)
163- Update test outputs for min.delta energy cut
164- Update test outputs for small"ish" changes from em tags
165
166August 18, 2000  Michel Maire 
167- standard G4ionIonisation removed from the PhysicsList
168
169June 24, 2000  John Allison  (exampleN04-V01-01-03)
170- Updated exampleN04*.out for stand-V01-01-05 and utils-V01-01-03.
171
172June 19, 2000  John Allison  (exampleN04-V01-01-02)
173- Updated exampleN04.out for geant4-01-01-cand-07.
174
175June 17, 2000  John Allison  (exampleN04-V01-01-01)
176- Updated exampleN04*.out for geant4-01-01-ref-06.
177
1789th June 2000  Makoto Asai  (exampleN04-V01-01-00)
179- ExN04StackingAction.cc: protection against illegal value of an argument.
180
1815th June 1999  John Allison
182- GNUmakefile: Force non-optimised compliation of some files on HP with
183  aCC: HP ANSI C++ B3910B A.01.15.
184
18523th  April 1999 H.Kurashige
186- remove ConstructLeptHad, AddParameterisation inExN04PhysicsList
187
18816th April 1999 H.Kurashige
189- modify ExN04RunAction ExN04StackingAction ExN04SteppingAction ExN04TrackingAction
190- modify ExN04PhysicsList::SetCuts
191- modify ExN04PhysicsList::ConstructParticle
192
193 
19421st November 1998  John Allison
195- Made ExN04Field compatible with G4Field.
196
1979 Oct, 1998  M.Asai
198- A bug fixed in ExN04DetectorParameterDef.icc.
199
20026th August 1998  John Allison.
201- /vis/Draw/current -> /vis/draw/current in ExN04EventAction.cc.
202
2039th August 1998  John Allison.
204- Changed G4UIterminal to G4UIGAG.
205
206April 09, 98 G. Cosmo
207
208- Created.
Note: See TracBrowser for help on using the repository browser.