| 1 | $Id: History,v 1.9 2010/09/08 16:57:50 gunter Exp $
|
|---|
| 2 | -------------------------------------------------------------------
|
|---|
| 3 |
|
|---|
| 4 | ==========================================================
|
|---|
| 5 | Geant4 - an Object-Oriented Toolkit for Physics Simulation
|
|---|
| 6 | ==========================================================
|
|---|
| 7 |
|
|---|
| 8 | History file for hadronic/models/parton_string/diffraction 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 | 8-Sept-2010, G.Folger (had-partonstring-mgt-V09-03-00)
|
|---|
| 19 | use integer interface of G4Nucleus for A&Z
|
|---|
| 20 |
|
|---|
| 21 | 6 Dec. 2009, V. Uzhinsky (had-partonstring-mgt-V09-02-02)
|
|---|
| 22 | Repeatation of string fragmentation if
|
|---|
| 23 | energy corr. can not be done is implemented.
|
|---|
| 24 |
|
|---|
| 25 | 17-July-2009 V. Uzhinsky (had-partonstring-mgt-V09-02-01)
|
|---|
| 26 | A Status of nuclear nucleon involved in an interaction is introdused.
|
|---|
| 27 | Status: 0 - spectator, 1 - involved nucleon, 2 - absorbed nucleon
|
|---|
| 28 | (G4VSplitableHadron)
|
|---|
| 29 |
|
|---|
| 30 | A connection between a participant nucleon and a nuclear nucleon was
|
|---|
| 31 | introsuced in G4InteractionContent.
|
|---|
| 32 |
|
|---|
| 33 | 10-July-2009 V. Uzhinsky (had-partonstring-mgt-V09-02-00)
|
|---|
| 34 | Introduction the right tag number.
|
|---|
| 35 |
|
|---|
| 36 | 9-July-2009 V. Uzhinsky (had-partonstring-mgt-V08-02-02)
|
|---|
| 37 | - New field was added in G4VSplitableHadron class (G4 bool Activation) and
|
|---|
| 38 | corresponding methods to operatite with it. It was needed for an
|
|---|
| 39 | absorption of meson in nuclear collision generated by FTF.
|
|---|
| 40 |
|
|---|
| 41 | 24-Apr 2007 Gunter Folger (had-partonstring-mgt-V08-02-01)
|
|---|
| 42 | - Merge ftf-dev back to head.
|
|---|
| 43 |
|
|---|
| 44 |
|
|---|
| 45 | 24-Jan 2007 G.Folger Tag : had-partonstring-mgt-V08-02-00
|
|---|
| 46 | - Debugging method Dump added in G4InteractionContent to print object
|
|---|
| 47 | - Debug output in G4VPartonStringModel checking E-p conservation of string
|
|---|
| 48 | model
|
|---|
| 49 |
|
|---|
| 50 | 31-March-2008 V. Uzhinsky Tag : had-partonstring-mgt-V09-01-00
|
|---|
| 51 | - G4FTFCrossSection.cc and G4FTFCrossSection.hh were re-named into
|
|---|
| 52 | G4FTFParameters.cc and .hh, and moved to diffraction directory.
|
|---|
| 53 | The corresponding class was re-named too. All of these characterize
|
|---|
| 54 | the content of the files more exactly.
|
|---|