| 1 | -------------------------------------------------------------------
|
|---|
| 2 |
|
|---|
| 3 | ==========================================================
|
|---|
| 4 | Geant4 - an Object-Oriented Toolkit for Physics Simulation
|
|---|
| 5 | ==========================================================
|
|---|
| 6 |
|
|---|
| 7 | History file for hadronic/models/parton_string directory
|
|---|
| 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 | 23 June 2008 V. Uzhinsky (hadr-prtn-V09-01-02)
|
|---|
| 17 | G4QGSMFragmentation.cc and G4LundStringFragmentation.cc were
|
|---|
| 18 | decoupled at calculation of formation time due to adding methods
|
|---|
| 19 | and member in G4VLongitudinalStringDecay class for manipulation
|
|---|
| 20 | with string tension.
|
|---|
| 21 |
|
|---|
| 22 | Memory leak was erased in G4QGSMFragmentation.cc and
|
|---|
| 23 | G4VLongitudinalStringDecay.cc thank to Gunter.
|
|---|
| 24 |
|
|---|
| 25 | 18 June 2008 V. Uzhinsky (hadr-prtn-V09-01-01)
|
|---|
| 26 | Changes in G4ExcitedString class were tagged. They are needed for
|
|---|
| 27 | operation of FTF.
|
|---|
| 28 |
|
|---|
| 29 | 13 June 2008 V. Uzhinsky (hadr-prtn-V09-01-00)
|
|---|
| 30 | -----------------------------------------------
|
|---|
| 31 | 1. String fragmentation was revised, and parameters were tuned.
|
|---|
| 32 | 2. FTF parameters were tuned for proton-proton interaction
|
|---|
| 33 | 3. FTF parameters for pion-nucleon interactions were determined very rouhgly
|
|---|
| 34 | 4. Quiasi-elastic hadron-nucleus scattering was implemented in FTF
|
|---|
| 35 | 5. Formation time was implemented in FTF, and string tension was tuned
|
|---|
| 36 |
|
|---|
| 37 |
|
|---|
| 38 | 25 May 2007 G.Folger (hadr-prtn-V08-02-02)
|
|---|
| 39 | -----------------------------------------------
|
|---|
| 40 | - Seperate G4DiffractiveExcitation for FTF from QGS (see next entry by V.Uzhinsky)
|
|---|
| 41 | - Add original G4DiffractiveExcitation to qgsm as G4QGSDiffractiveExcitation
|
|---|
| 42 | - Move G4SingleDiffractiveExcitation from management to qgsm ( not used
|
|---|
| 43 | elsewhere)
|
|---|
| 44 |
|
|---|
| 45 | 25 May 2007 V.Uzhinsky
|
|---|
| 46 | -----------------------------------------------
|
|---|
| 47 | - FTF model tuned for Pi+P interaction implemented
|
|---|
| 48 | Moved modified G4DiffractiveExcitation from management to diffraction
|
|---|
| 49 |
|
|---|
| 50 | 24 April 2007 G.Folger (hadr-prtn-V08-02-01)
|
|---|
| 51 | -----------------------------------------------
|
|---|
| 52 | - Merge changes from V.Uzhinsky from ftf-dev branch back to HEAD.
|
|---|
| 53 | - Seperate modifications done in G4VLongitudinalStringFragmentation for FTF
|
|---|
| 54 | from original code for QGS.
|
|---|
| 55 | - This tag includes the subdirectory tags:
|
|---|
| 56 | - had-partonstring-mgt-V08-02-00
|
|---|
| 57 | - hadr-qgsm-V08-02-02
|
|---|
| 58 | - hadr-string-diff-V08-02-00
|
|---|
| 59 | - had-hadronization-V08-02-02
|
|---|
| 60 |
|
|---|
| 61 |
|
|---|
| 62 | 1 March 2007 G.Folger (hadr-prtn-V08-02-00)
|
|---|
| 63 | -----------------------------------------------
|
|---|
| 64 |
|
|---|
| 65 | - Add modifications of V.Uzhinsky on ftf-dev branch.
|
|---|
| 66 | Files in diffraction, management, hadronization and qgsm are affected.
|
|---|
| 67 |
|
|---|
| 68 |
|
|---|
| 69 | 23 Nov 2005 Dennis Wright (hadr-prtn-V07-01-00)
|
|---|
| 70 | -----------------------------------------------
|
|---|
| 71 |
|
|---|
| 72 | - G. Folger fixed bug in hadronization/G4ExcitedStringDecay.cc
|
|---|
| 73 | (tag had-hadronization-V07-01-00)
|
|---|
| 74 |
|
|---|
| 75 | - D. Wright created History file for parton_string directory
|
|---|
| 76 |
|
|---|
| 77 | 31 March 2008 V. Uzhinsky (hadr-string-diff-V09-01-00)
|
|---|
| 78 | --------------------------------------------------------
|
|---|
| 79 |
|
|---|
| 80 | - Elastic hadron intra-nuclear nucleon scattering was inserted in
|
|---|
| 81 | FTF model. This allows to simulate quasi-elastic and multi-particles
|
|---|
| 82 | production together.
|
|---|
| 83 | - Small re-orangement of FTF model was done. G4FTFCrossSection modules
|
|---|
| 84 | were re-named into G4FTFParameters and moved to /diffraction
|
|---|