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

Last change on this file since 1288 was 1190, checked in by garnier, 15 years ago

update par rapport a CVS

File size: 7.2 KB
Line 
1$Id: History,v 1.63 2009/10/30 15:08:39 allison 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     
1830-10-09 John Allison (exampleN04-V09-02-00)
19- Introduced G4UIExecutive.
20
2107-05-08 J.Allison (exampleN04-V09-01-00)
22- Protected "/control/execute vis.mac" with G4VIS_USE flag.
23     
2402-07-07 V.Ivant (exampleN04-V09-00-00)
25
2625-06-07 mma (exampleN04-V08-03-01)
27- cosmetic in exampleN04.cc
28
2914-06-07 G.Cosmo (exampleN04-V08-03-00)
30- Delete materials and elements when quitting application.
31
3212-12-06 G.Cosmo (exampleN04-V08-01-08)
33- Commented out drawing of hits in vis.mac.
34
3506-12-06 V.Ivanchenko (exampleN04-V08-01-07)
36- GNUmakefile - remove obsolete echo
37
3823-11-06 Gunter Folger (exampleN04-V08-01-06)
39-  remove hadronic_lists.gmk
40
4117-11-06 Makoto Asai (exampleN04-V08-01-05)
42- Fix a bug in ExN04CalorimeterSD::ProcessHits() concerning about the
43  transformation vector and rotation materix of the calorimater cell
44  in the readoout geometry.
45
4615-11-06 Joseph Perl (exampleN04-V08-01-04)
47- Remove troublesome #include <map> statement from ExNo4CalorimeterHit.hh
48
4913-11-06 Joseph Perl (exampleN04-V08-01-03)
50- Change attribute name Type to HitType.
51- Add HitType attribute to all hit classes.
52- Skipped tag exampleN04-V08-02 since that tag seems to have been
53- accidentally applied many months ago.
54
5508-11-06 Gunter Folger (exampleN04-V08-01-02)
56- Adapt to moved physics lists, ie. phyisics lists are normal libraries
57  and special setup no longer needed.
58 
5906-11-06 John Allison (exampleN04-V08-01-01)
60- Add hits attributes for picking.
61- Make material world and readout world top volumes invisible.
62- Remove forcedWireframe from tracker and caloLayer.
63- Set readout geometry name.
64
6519-10-06 John Allison (exampleN04-V08-01-00)
66- Migrate to new trajectory modeling commands.
67
6816-06-06 Gabriele Cosmo (exampleN04-V08-00-01)
69- Use coherent allocation scheme for user-classes and
70  initialisation in main().
71
7215-06-06 Gabriele Cosmo (exampleN04-V08-00-00)
73- Separate instantiation of the user-stepping-verbose class from
74  initialisation of the G4VSteppingVerbose singleton.
75
763rd December 2005  John Allison  (exampleN04-V07-01-00)
77- Replaced vis code in EndOfEventAction and EndOfRunAction by suitable
78  vis commands in vis.mac.  Prevents ERROR messages in batch mode.
79
803rd May 2005  John Allison  (examples-V07-00-03)
81- Replaced vis manager with G4VisExecutive.
82
8314 Dec 2004  Sergey Sadilov (exampleN04-V06-02-03)
84- Removed bad first string in hadronics-lists.gmk
85
86Dec.13, 2004  Gabriele Cosmo (exampleN04-V06-02-02)
87- Use new phys-lists structure.
88
89Dec.03, 2004  Makoto Asai (exampleN04-V06-02-01)
90- Switch physics list to QGSP.
91
92Dec.02, 2004  Makoto Asai (exampleN04-V06-02-00)
93- Migration to <cmath>
94
95Nov.19, 2003  Makoto Asai (exampleN04-V05-02-06)
96- ExN04GeneralPhysics.cc:
97  Remove protection of assigning decay against short-lived particle
98
9919-11-03  V.Ivanchenko (exampleN04-V05-02-05)
100- Revome extra verbose
101
10210-11-03 G.Cosmo (exampleN04-V05-02-04)
103- Removed OPACS driver from vis-manager.
104- Cleared warnings for parameterised detectors.
105
10630-10-03 G.Cosmo (exampleN04-V05-02-03)
107- Cleared compilation warnings due to new class G4Orb.
108
10924-10-03 mma (exampleN04-V05-02-02)
110- PhysicsList: AddProcess(Bremsstrahlung,-1,3,3) ..etc..
111     
11206-10-03  mma (exampleN04-V05-02-01)
113- cosmetic cleanup in material definitions
114
11527-05-03  V.Ivanchenko (exampleN04-V05-02-00)
116- Include DefineMaterials() method in the constructor of DetectorConstruction
117- Clean up PhysicsLists
118
11928-05-03  G.Cosmo (exampleN04-V05-01-01)
120- Get rid of pedantic warnings ...
121
12209-05-03  G.Cosmo (exampleN04-V05-01-00)
123- Still minor correction to text in warning printed from HadronPhysics list.
124
12528-03-03  G.Cosmo (exampleN04-V05-00-02)
126- Corrected text in warning printed from HadronPhysics list.
127
12826-03-03  mma (exampleN04-V05-00-01)
129- Use G4PVPlacement and G4PVParametrised constructors in logical mother.
130     
131Feb 27, 2003  mma (exampleN04-V05-00-00)
132- added capture and fission in HadronPhysics (Hans-Peter)
133
134Jun 19, 2002  Gabriele Cosmo (exampleN04-V04-00-02)
135- Added protection for usage of G4UItcsh... in  exampleN04.cc.
136
137May 30, 2002  Makoto Asai (exampleN04-V04-00-01)
138- Fixed the size of the muon counter.
139     
140May 02, 2002  Michel Maire
141- Added tools for interactive session:
142  UItcsh, visualisation of tracks, saving random engine status.
143- Drawing of hits (in EventAction) are temporarly deactivated. 
144
145December 18, 2001  Gabriele Cosmo (exampleN04-V04-00-00)
146- ExN04PhysicsList.cc: added call to DumpCutValuesTable().
147  Reference outputs will be modified (V.Ivantchenko)
148- GNUmakefile: removed restriction for egcs compiler
149
150October 19, 2001  Steve O'Neale
151- Updated reference output
152
153March 07 2001 H.Kurashige (exampleN04-V03-00-07)
154-  Add G4MuonMinusCaptureAtRest in G4MuonPhysics
155
156February 25 2001 S.W.O'Neale (exampleN04-V03-00-06)
157- Add exampleN04.EMtest.large_N.out reference output and remove
158  some empty "reference" .err files
159
160February 20 2001 S.W.O'Neale (exampleN04-V03-00-05)
161- Update reference outputs following materials-V03-00-04 
162
163February 9 2001 S.W.O'Neale (exampleN04-V03-00-04)
164- Update SUN CC reference outouts for test104 and test104.EMtest
165
166February 9 2001 H.Kurashige (exampleN04-V03-00-03)
167- Introduce Modular Physics List
168
16925th November 2000 Steve O'Neale (tagset210)
170- Update test outputs for min.delta energy cut
171- Update test outputs for small"ish" changes from em tags
172
173August 18, 2000  Michel Maire 
174- standard G4ionIonisation removed from the PhysicsList
175
176June 24, 2000  John Allison  (exampleN04-V01-01-03)
177- Updated exampleN04*.out for stand-V01-01-05 and utils-V01-01-03.
178
179June 19, 2000  John Allison  (exampleN04-V01-01-02)
180- Updated exampleN04.out for geant4-01-01-cand-07.
181
182June 17, 2000  John Allison  (exampleN04-V01-01-01)
183- Updated exampleN04*.out for geant4-01-01-ref-06.
184
1859th June 2000  Makoto Asai  (exampleN04-V01-01-00)
186- ExN04StackingAction.cc: protection against illegal value of an argument.
187
1885th June 1999  John Allison
189- GNUmakefile: Force non-optimised compliation of some files on HP with
190  aCC: HP ANSI C++ B3910B A.01.15.
191
19223th  April 1999 H.Kurashige
193- remove ConstructLeptHad, AddParameterisation inExN04PhysicsList
194
19516th April 1999 H.Kurashige
196- modify ExN04RunAction ExN04StackingAction ExN04SteppingAction ExN04TrackingAction
197- modify ExN04PhysicsList::SetCuts
198- modify ExN04PhysicsList::ConstructParticle
199
200 
20121st November 1998  John Allison
202- Made ExN04Field compatible with G4Field.
203
2049 Oct, 1998  M.Asai
205- A bug fixed in ExN04DetectorParameterDef.icc.
206
20726th August 1998  John Allison.
208- /vis/Draw/current -> /vis/draw/current in ExN04EventAction.cc.
209
2109th August 1998  John Allison.
211- Changed G4UIterminal to G4UIGAG.
212
213April 09, 98 G. Cosmo
214
215- Created.
Note: See TracBrowser for help on using the repository browser.