| 1 | -------------------------------------------------------------------
|
|---|
| 2 |
|
|---|
| 3 | ==========================================================
|
|---|
| 4 | Geant4 - an Object-Oriented Toolkit for Physics Simulation
|
|---|
| 5 | ==========================================================
|
|---|
| 6 |
|
|---|
| 7 | History file for the Re-Parameterized Gheisha-style Model
|
|---|
| 8 | ---------------------------------------------------------
|
|---|
| 9 |
|
|---|
| 10 | This file should be used to summarize modifications introduced in the
|
|---|
| 11 | code and to keep track of all tags.
|
|---|
| 12 |
|
|---|
| 13 | ---------------------------------------------------------------
|
|---|
| 14 | * Please list in reverse chronological order (last date on top)
|
|---|
| 15 | ---------------------------------------------------------------
|
|---|
| 16 |
|
|---|
| 17 | 25 May 2009 - Dennis Wright (hadr-rpg-V09-02-00)
|
|---|
| 18 | ------------------------------------------------
|
|---|
| 19 | G4RPGInelastic: fix MAC complaint about initialization order:
|
|---|
| 20 | remove static array of G4ParticleDefinition pointers and
|
|---|
| 21 | replace with local array
|
|---|
| 22 |
|
|---|
| 23 | 9 June 2008 - Dennis Wright (hadr-rpg-V09-01-03)
|
|---|
| 24 | -------------------------------------------------
|
|---|
| 25 | Remove unused variable ekIncident in G4RPGFragmentation.cc and
|
|---|
| 26 | G4RPGTwoCluster.cc
|
|---|
| 27 |
|
|---|
| 28 | 5 May 2008 - Dennis Wright (hadr-rpg-V09-01-02)
|
|---|
| 29 | ------------------------------------------------
|
|---|
| 30 | Fixed gcc-4.3 compiler warnings for unused variables in
|
|---|
| 31 | G4RPGNeutronInelastic.hh, cc
|
|---|
| 32 | G4RPGPiMinusInelastic.hh, cc
|
|---|
| 33 | G4RPGPiPlusInelastic.hh, cc
|
|---|
| 34 | G4RPGProtonInelastic.hh, cc
|
|---|
| 35 | G4RPGReaction.hh, cc
|
|---|
| 36 | G4RPGFragmentation.cc
|
|---|
| 37 | G4RPGTwoBody.cc
|
|---|
| 38 | G4RPGTwoCluster.cc
|
|---|
| 39 |
|
|---|
| 40 | 21 March 2008 - Dennis Wright (hadr-rpg-V09-01-01)
|
|---|
| 41 | --------------------------------------------------
|
|---|
| 42 | Fixed gcc-4.3 compiler warning in G4RPGInelastic.cc
|
|---|
| 43 |
|
|---|
| 44 | 21 February 2008 - Dennis Wright (hadr-rpg-V09-01-00)
|
|---|
| 45 | -----------------------------------------------------
|
|---|
| 46 | G4RPGInelastic: remove Rotate method, fix K0 ID problem
|
|---|
| 47 | G4RPGFragmentation: fix energy non-conservation
|
|---|
| 48 | G4RPGReaction.cc: add GenerateNBodyEventT method, fix energy non-conservation
|
|---|
| 49 | in AddBlackTrackParticles
|
|---|
| 50 | G4RPGProtonInelastic.cc, G4RPGNeutronInelastic.cc, G4RPGPiPlusInelastic.cc,
|
|---|
| 51 | G4RPGPiMinusInelastic.cc: remove quasi-elastic flag, remove MeV units
|
|---|
| 52 |
|
|---|
| 53 |
|
|---|
| 54 | 5 December 2007 - Dennis Wright (hadr-rpg-V09-00-02)
|
|---|
| 55 | ----------------------------------------------------
|
|---|
| 56 | Fixed array bound violation in G4RPGFragmentation.cc (pseudoParticle[7]).
|
|---|
| 57 |
|
|---|
| 58 | 15 August 2007 - Dennis Wright (hadr-rpg-V09-00-01)
|
|---|
| 59 | ---------------------------------------------------
|
|---|
| 60 | Fixed unused variable warnings in G4RPGFragmentation.cc, G4RPGInelastic.cc,
|
|---|
| 61 | G4RPGTwoBody.cc, G4RPGTwoCluster.cc
|
|---|
| 62 |
|
|---|
| 63 | 26 May 2007 - Dennis Wright (hadr-rpg-V09-00-00)
|
|---|
| 64 | ------------------------------------------------
|
|---|
| 65 | First version of the Re-Parameterized Gheisha-style model. This
|
|---|
| 66 | version is essentially a re-factored copy of the low energy parameterized
|
|---|
| 67 | model which also contains several bug fixes and physics improvements.
|
|---|
| 68 |
|
|---|
| 69 |
|
|---|