| 1 | $Id: History,v 1.10 2009/07/17 12:30:45 vuzhinsk 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 | 17-July-2009 V. Uzhinsky (had-hadronization-V09-02-03)
|
|---|
| 18 | Some small optimization are done.
|
|---|
| 19 | ---------------------------------------------------------------------
|
|---|
| 20 | 9-July-2009 V. Uzhinsky (had-hadronization-V09-02-02)
|
|---|
| 21 | ---------------------------------------------------------------------
|
|---|
| 22 | - Bug was fixed in G4VLongitudinalStringDecay.cc at calculation of
|
|---|
| 23 | formation/creation time, c_light was inserted.
|
|---|
| 24 | - String tension parameter was set to the usual value (1 GeV/fm) in
|
|---|
| 25 | G4LundStringFragmentation.cc
|
|---|
| 26 |
|
|---|
| 27 | --------------------------------------------------------------
|
|---|
| 28 | 22-May-2009 Gunter Folger (had-hadronization-V09-02-01)
|
|---|
| 29 | - remove temporary workaround - fix is now in QGS
|
|---|
| 30 | - change pt sampling in G4LundStringFragmentation to avoid near endless
|
|---|
| 31 | loop; this should improve overall performance slightly.
|
|---|
| 32 | Affected G4VLongitudinalStringDecay, where SampleQuarkPt() is
|
|---|
| 33 | implemented; affected .hh and .cc for new optional argument of max Pt
|
|---|
| 34 | to SampleQuarkPt()
|
|---|
| 35 |
|
|---|
| 36 |
|
|---|
| 37 | 18-May-2009 Gunter Folger (had-hadronization-V09-02-00)
|
|---|
| 38 | ---------------------------------------------------------------------
|
|---|
| 39 | - reset formatting changes by MK with tags hadr-prtn-hadr-V09-02-xx
|
|---|
| 40 | - temporary workaround for wrong PDG codes created on wrong input from QGS
|
|---|
| 41 | when used for e.g. antiproton.
|
|---|
| 42 |
|
|---|
| 43 | 2-May 2007 Gunter Folger (had-hadronization-V08-02-03)
|
|---|
| 44 | ---------------------------------------------------------------------
|
|---|
| 45 | - G4ExcitedStringDecay.hh: protect againt divide by 0 when KTsum1.e()
|
|---|
| 46 | is 0.
|
|---|
| 47 |
|
|---|
| 48 | 24-April 2007 Gunter Folger (had-hadronization-V08-02-02)
|
|---|
| 49 | ---------------------------------------------------------------------
|
|---|
| 50 | - Seperate FTF and QGS fragmentation dir methods where V.Uzhinsky
|
|---|
| 51 | modified the algorithm for FTF.
|
|---|
| 52 |
|
|---|
| 53 |
|
|---|
| 54 | 2-March 2007 G.Folger (had-hadronization-V08-02-01)
|
|---|
| 55 | ---------------------------------------------------------------------
|
|---|
| 56 | - G4ExcitedStringDecay::EnergyAndMomentumCorrector no longer causes Exception
|
|---|
| 57 | when no converging. Add more info when failing. Return correct status.
|
|---|
| 58 |
|
|---|
| 59 |
|
|---|
| 60 | 24-Jan 2007 GF: tag had-hadronization-V08-02-00
|
|---|
| 61 | G4ExcitedStringDecay::EnergyAndMomentumCorrector :
|
|---|
| 62 | Correct bug which did stop correction even if not yet converged;
|
|---|
| 63 | check on convergence must check that scale-1 is close to 0,
|
|---|
| 64 | and not less than 0
|
|---|
| 65 | 26-May 2006 GF: Fix ( finally?) the charge check in G4HadronBuilder.cc
|
|---|
| 66 |
|
|---|