| [1313] | 1 | $Id: History,v 1.65 2010/06/06 04:07:31 perl Exp $
|
|---|
| [807] | 2 | -------------------------------------------------------------------
|
|---|
| 3 |
|
|---|
| 4 | =========================================================
|
|---|
| 5 | Geant4 - an Object-Oriented Toolkit for Simulation in HEP
|
|---|
| 6 | =========================================================
|
|---|
| 7 |
|
|---|
| 8 | Example N04 History file
|
|---|
| 9 | ------------------------
|
|---|
| 10 | This file should be used by the G4 example coordinator to briefly
|
|---|
| 11 | summarize all major modifications introduced in the code and keep
|
|---|
| 12 | track of all tags.
|
|---|
| 13 |
|
|---|
| 14 | ----------------------------------------------------------
|
|---|
| 15 | * Reverse chronological order (last date on top), please *
|
|---|
| 16 | ----------------------------------------------------------
|
|---|
| [1313] | 17 |
|
|---|
| 18 | 04-06-10 J.Perl (exampleN04-V09-03-01)
|
|---|
| 19 | - Updated vis usage
|
|---|
| 20 |
|
|---|
| 21 | 04-06-10 V.Ivant (exampleN04-V09-03-00)
|
|---|
| 22 | - Substituted QGSP -> QGSP_BERT
|
|---|
| [807] | 23 |
|
|---|
| [1190] | 24 | 30-10-09 John Allison (exampleN04-V09-02-00)
|
|---|
| 25 | - Introduced G4UIExecutive.
|
|---|
| 26 |
|
|---|
| 27 | 07-05-08 J.Allison (exampleN04-V09-01-00)
|
|---|
| 28 | - Protected "/control/execute vis.mac" with G4VIS_USE flag.
|
|---|
| 29 |
|
|---|
| [807] | 30 | 02-07-07 V.Ivant (exampleN04-V09-00-00)
|
|---|
| [1190] | 31 |
|
|---|
| [807] | 32 | 25-06-07 mma (exampleN04-V08-03-01)
|
|---|
| 33 | - cosmetic in exampleN04.cc
|
|---|
| 34 |
|
|---|
| 35 | 14-06-07 G.Cosmo (exampleN04-V08-03-00)
|
|---|
| 36 | - Delete materials and elements when quitting application.
|
|---|
| 37 |
|
|---|
| 38 | 12-12-06 G.Cosmo (exampleN04-V08-01-08)
|
|---|
| 39 | - Commented out drawing of hits in vis.mac.
|
|---|
| 40 |
|
|---|
| 41 | 06-12-06 V.Ivanchenko (exampleN04-V08-01-07)
|
|---|
| 42 | - GNUmakefile - remove obsolete echo
|
|---|
| 43 |
|
|---|
| 44 | 23-11-06 Gunter Folger (exampleN04-V08-01-06)
|
|---|
| 45 | - remove hadronic_lists.gmk
|
|---|
| 46 |
|
|---|
| 47 | 17-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 |
|
|---|
| 52 | 15-11-06 Joseph Perl (exampleN04-V08-01-04)
|
|---|
| 53 | - Remove troublesome #include <map> statement from ExNo4CalorimeterHit.hh
|
|---|
| 54 |
|
|---|
| 55 | 13-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 |
|
|---|
| 61 | 08-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 |
|
|---|
| 65 | 06-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 |
|
|---|
| 71 | 19-10-06 John Allison (exampleN04-V08-01-00)
|
|---|
| 72 | - Migrate to new trajectory modeling commands.
|
|---|
| 73 |
|
|---|
| 74 | 16-06-06 Gabriele Cosmo (exampleN04-V08-00-01)
|
|---|
| 75 | - Use coherent allocation scheme for user-classes and
|
|---|
| 76 | initialisation in main().
|
|---|
| 77 |
|
|---|
| 78 | 15-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 |
|
|---|
| 82 | 3rd 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 |
|
|---|
| 86 | 3rd May 2005 John Allison (examples-V07-00-03)
|
|---|
| 87 | - Replaced vis manager with G4VisExecutive.
|
|---|
| 88 |
|
|---|
| 89 | 14 Dec 2004 Sergey Sadilov (exampleN04-V06-02-03)
|
|---|
| 90 | - Removed bad first string in hadronics-lists.gmk
|
|---|
| 91 |
|
|---|
| 92 | Dec.13, 2004 Gabriele Cosmo (exampleN04-V06-02-02)
|
|---|
| 93 | - Use new phys-lists structure.
|
|---|
| 94 |
|
|---|
| 95 | Dec.03, 2004 Makoto Asai (exampleN04-V06-02-01)
|
|---|
| 96 | - Switch physics list to QGSP.
|
|---|
| 97 |
|
|---|
| 98 | Dec.02, 2004 Makoto Asai (exampleN04-V06-02-00)
|
|---|
| 99 | - Migration to <cmath>
|
|---|
| 100 |
|
|---|
| 101 | Nov.19, 2003 Makoto Asai (exampleN04-V05-02-06)
|
|---|
| 102 | - ExN04GeneralPhysics.cc:
|
|---|
| 103 | Remove protection of assigning decay against short-lived particle
|
|---|
| 104 |
|
|---|
| 105 | 19-11-03 V.Ivanchenko (exampleN04-V05-02-05)
|
|---|
| 106 | - Revome extra verbose
|
|---|
| 107 |
|
|---|
| 108 | 10-11-03 G.Cosmo (exampleN04-V05-02-04)
|
|---|
| 109 | - Removed OPACS driver from vis-manager.
|
|---|
| 110 | - Cleared warnings for parameterised detectors.
|
|---|
| 111 |
|
|---|
| 112 | 30-10-03 G.Cosmo (exampleN04-V05-02-03)
|
|---|
| 113 | - Cleared compilation warnings due to new class G4Orb.
|
|---|
| 114 |
|
|---|
| 115 | 24-10-03 mma (exampleN04-V05-02-02)
|
|---|
| 116 | - PhysicsList: AddProcess(Bremsstrahlung,-1,3,3) ..etc..
|
|---|
| 117 |
|
|---|
| 118 | 06-10-03 mma (exampleN04-V05-02-01)
|
|---|
| 119 | - cosmetic cleanup in material definitions
|
|---|
| 120 |
|
|---|
| 121 | 27-05-03 V.Ivanchenko (exampleN04-V05-02-00)
|
|---|
| 122 | - Include DefineMaterials() method in the constructor of DetectorConstruction
|
|---|
| 123 | - Clean up PhysicsLists
|
|---|
| 124 |
|
|---|
| 125 | 28-05-03 G.Cosmo (exampleN04-V05-01-01)
|
|---|
| 126 | - Get rid of pedantic warnings ...
|
|---|
| 127 |
|
|---|
| 128 | 09-05-03 G.Cosmo (exampleN04-V05-01-00)
|
|---|
| 129 | - Still minor correction to text in warning printed from HadronPhysics list.
|
|---|
| 130 |
|
|---|
| 131 | 28-03-03 G.Cosmo (exampleN04-V05-00-02)
|
|---|
| 132 | - Corrected text in warning printed from HadronPhysics list.
|
|---|
| 133 |
|
|---|
| 134 | 26-03-03 mma (exampleN04-V05-00-01)
|
|---|
| 135 | - Use G4PVPlacement and G4PVParametrised constructors in logical mother.
|
|---|
| 136 |
|
|---|
| 137 | Feb 27, 2003 mma (exampleN04-V05-00-00)
|
|---|
| 138 | - added capture and fission in HadronPhysics (Hans-Peter)
|
|---|
| 139 |
|
|---|
| 140 | Jun 19, 2002 Gabriele Cosmo (exampleN04-V04-00-02)
|
|---|
| 141 | - Added protection for usage of G4UItcsh... in exampleN04.cc.
|
|---|
| 142 |
|
|---|
| 143 | May 30, 2002 Makoto Asai (exampleN04-V04-00-01)
|
|---|
| 144 | - Fixed the size of the muon counter.
|
|---|
| 145 |
|
|---|
| 146 | May 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 |
|
|---|
| 151 | December 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 |
|
|---|
| 156 | October 19, 2001 Steve O'Neale
|
|---|
| 157 | - Updated reference output
|
|---|
| 158 |
|
|---|
| 159 | March 07 2001 H.Kurashige (exampleN04-V03-00-07)
|
|---|
| 160 | - Add G4MuonMinusCaptureAtRest in G4MuonPhysics
|
|---|
| 161 |
|
|---|
| 162 | February 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 |
|
|---|
| 166 | February 20 2001 S.W.O'Neale (exampleN04-V03-00-05)
|
|---|
| 167 | - Update reference outputs following materials-V03-00-04
|
|---|
| 168 |
|
|---|
| 169 | February 9 2001 S.W.O'Neale (exampleN04-V03-00-04)
|
|---|
| 170 | - Update SUN CC reference outouts for test104 and test104.EMtest
|
|---|
| 171 |
|
|---|
| 172 | February 9 2001 H.Kurashige (exampleN04-V03-00-03)
|
|---|
| 173 | - Introduce Modular Physics List
|
|---|
| 174 |
|
|---|
| 175 | 25th 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 |
|
|---|
| 179 | August 18, 2000 Michel Maire
|
|---|
| 180 | - standard G4ionIonisation removed from the PhysicsList
|
|---|
| 181 |
|
|---|
| 182 | June 24, 2000 John Allison (exampleN04-V01-01-03)
|
|---|
| 183 | - Updated exampleN04*.out for stand-V01-01-05 and utils-V01-01-03.
|
|---|
| 184 |
|
|---|
| 185 | June 19, 2000 John Allison (exampleN04-V01-01-02)
|
|---|
| 186 | - Updated exampleN04.out for geant4-01-01-cand-07.
|
|---|
| 187 |
|
|---|
| 188 | June 17, 2000 John Allison (exampleN04-V01-01-01)
|
|---|
| 189 | - Updated exampleN04*.out for geant4-01-01-ref-06.
|
|---|
| 190 |
|
|---|
| 191 | 9th June 2000 Makoto Asai (exampleN04-V01-01-00)
|
|---|
| 192 | - ExN04StackingAction.cc: protection against illegal value of an argument.
|
|---|
| 193 |
|
|---|
| 194 | 5th 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 |
|
|---|
| 198 | 23th April 1999 H.Kurashige
|
|---|
| 199 | - remove ConstructLeptHad, AddParameterisation inExN04PhysicsList
|
|---|
| 200 |
|
|---|
| 201 | 16th April 1999 H.Kurashige
|
|---|
| 202 | - modify ExN04RunAction ExN04StackingAction ExN04SteppingAction ExN04TrackingAction
|
|---|
| 203 | - modify ExN04PhysicsList::SetCuts
|
|---|
| 204 | - modify ExN04PhysicsList::ConstructParticle
|
|---|
| 205 |
|
|---|
| 206 |
|
|---|
| 207 | 21st November 1998 John Allison
|
|---|
| 208 | - Made ExN04Field compatible with G4Field.
|
|---|
| 209 |
|
|---|
| 210 | 9 Oct, 1998 M.Asai
|
|---|
| 211 | - A bug fixed in ExN04DetectorParameterDef.icc.
|
|---|
| 212 |
|
|---|
| 213 | 26th August 1998 John Allison.
|
|---|
| 214 | - /vis/Draw/current -> /vis/draw/current in ExN04EventAction.cc.
|
|---|
| 215 |
|
|---|
| 216 | 9th August 1998 John Allison.
|
|---|
| 217 | - Changed G4UIterminal to G4UIGAG.
|
|---|
| 218 |
|
|---|
| 219 | April 09, 98 G. Cosmo
|
|---|
| 220 |
|
|---|
| 221 | - Created.
|
|---|