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

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

geant4.9.4 beta rc0

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