| 1 | $Id: History,v 1.5 2007/05/03 22:10:54 gunter Exp $
|
|---|
| 2 | -------------------------------------------------------------------
|
|---|
| 3 |
|
|---|
| 4 | ==========================================================
|
|---|
| 5 | Geant4 - an Object-Oriented Toolkit for Physics Simulation
|
|---|
| 6 | ==========================================================
|
|---|
| 7 |
|
|---|
| 8 | History file for hadronic/models/parton_string/hadronization directory
|
|---|
| 9 | -------------------------------------------------------------
|
|---|
| 10 |
|
|---|
| 11 | This file should be used to summarize modifications introduced in the
|
|---|
| 12 | code and to keep track of all tags.
|
|---|
| 13 |
|
|---|
| 14 | ---------------------------------------------------------------
|
|---|
| 15 | * Please list in reverse chronological order (last date on top)
|
|---|
| 16 | ---------------------------------------------------------------
|
|---|
| 17 |
|
|---|
| 18 | 2-May 2007 Gunter Folger (had-hadronization-V08-02-03)
|
|---|
| 19 | ---------------------------------------------------------------------
|
|---|
| 20 | - G4ExcitedStringDecay.hh: protect againt divide by 0 when KTsum1.e()
|
|---|
| 21 | is 0.
|
|---|
| 22 |
|
|---|
| 23 | 24-April 2007 Gunter Folger (had-hadronization-V08-02-02)
|
|---|
| 24 | ---------------------------------------------------------------------
|
|---|
| 25 | - Seperate FTF and QGS fragmentation dir methods where V.Uzhinsky
|
|---|
| 26 | modified the algorithm for FTF.
|
|---|
| 27 |
|
|---|
| 28 |
|
|---|
| 29 | 2-March 2007 G.Folger (had-hadronization-V08-02-01)
|
|---|
| 30 | ---------------------------------------------------------------------
|
|---|
| 31 | - G4ExcitedStringDecay::EnergyAndMomentumCorrector no longer causes Exception
|
|---|
| 32 | when no converging. Add more info when failing. Return correct status.
|
|---|
| 33 |
|
|---|
| 34 |
|
|---|
| 35 | 24-Jan 2007 GF: tag had-hadronization-V08-02-00
|
|---|
| 36 | G4ExcitedStringDecay::EnergyAndMomentumCorrector :
|
|---|
| 37 | Correct bug which did stop correction even if not yet converged;
|
|---|
| 38 | check on convergence must check that scale-1 is close to 0,
|
|---|
| 39 | and not less than 0
|
|---|
| 40 | 26-May 2006 GF: Fix ( finally?) the charge check in G4HadronBuilder.cc
|
|---|
| 41 |
|
|---|