| 1 | -------------------------------------------------------------------
|
|---|
| 2 |
|
|---|
| 3 | ==========================================================
|
|---|
| 4 | Geant4 - an Object-Oriented Toolkit for Physics Simulation
|
|---|
| 5 | ==========================================================
|
|---|
| 6 |
|
|---|
| 7 | History file for hadronic/models/im_r_matrix
|
|---|
| 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 | 13-Mar-2010 Gunter Folger hadr-im_r-V09-03-00
|
|---|
| 18 | - create branch with developments from head, never released yet. Take care,
|
|---|
| 19 | this also lost some changes made on the branch going to releases!
|
|---|
| 20 | - take release version back to HEAD
|
|---|
| 21 | - remove empty G4VScatterer.cc
|
|---|
| 22 |
|
|---|
| 23 | 30-Nov-2009 Gunter Folger hadr-im_r-V09-02-02
|
|---|
| 24 | - Fix compilation error in gcc 4.3 (typeinfo)
|
|---|
| 25 |
|
|---|
| 26 | 20-Nov-2009 Gunter Folger hadr-im_r-V09-02-01
|
|---|
| 27 | - Reduce usage of strings. Maps of cross sections use G4Particledefinition
|
|---|
| 28 | in place of particle name
|
|---|
| 29 |
|
|---|
| 30 | 19-Nov-2009 Gunter Folger/Tatsumi Koi hadr-im_r-V09-02-00
|
|---|
| 31 | - G4CollisionComposite.cc: Fix for reproducability provided by Tatsumi.
|
|---|
| 32 | Removed the dependance of the energy grid of the cross section set
|
|---|
| 33 | on the order of the particles by forcing heavier particle to be at rest
|
|---|
| 34 | when caching the cross section.
|
|---|
| 35 |
|
|---|
| 36 | 8-Dec-2008 Gunter Folger hadr-im_r-V09-01-01
|
|---|
| 37 | - G4XNNElasticLowE: remove use of ParticleDefinition object in dtor
|
|---|
| 38 |
|
|---|
| 39 | 5-Dec-2008 Gunter Folger hadr-im_r-V09-01-00
|
|---|
| 40 | - G4XNNTotalLowE: remove use of ParticleDefinition object in dtor
|
|---|
| 41 |
|
|---|
| 42 | 15-Nov-2007 Gunter Folger hadr-im_r_V09-00-03
|
|---|
| 43 | ----------------------------------------------------------------
|
|---|
| 44 | - In G4ParticleTypeConverter, remove warning on unknown particle;
|
|---|
| 45 | occurs for eta_prime, k_star+, anti_... etc. in BiC propagate interface
|
|---|
| 46 |
|
|---|
| 47 | 03-Oct-2007 Gunter Folger hadr-im_r_V09-00-02
|
|---|
| 48 | ----------------------------------------------------------------
|
|---|
| 49 | - Incorporate change by Dennis for G4CollisionComposite.cc: SUN compiler
|
|---|
| 50 | warning of hiding variable components.
|
|---|
| 51 | hadr-im_r_V09-00-01 had many files from head.
|
|---|
| 52 |
|
|---|
| 53 | 5 Jul 2007 Dennis Wright (hadr-im_r_V09-00-01)
|
|---|
| 54 | -----------------------------------------------
|
|---|
| 55 | - G4CollisionComposite.cc : remove duplicate declaration of local variable
|
|---|
| 56 | "components" to avoid Sun compiler hiding warning
|
|---|
| 57 |
|
|---|
| 58 | - use 2006 versions of G4Scatterer.cc and G4CollisionComposite.hh
|
|---|
| 59 | leave all files named G4CollisionN... at HEAD but not tagged
|
|---|
| 60 |
|
|---|
| 61 | - create History file
|
|---|
| 62 |
|
|---|
| 63 |
|
|---|
| 64 |
|
|---|