| 1 | -------------------------------------------------------------------
|
|---|
| 2 |
|
|---|
| 3 | ==========================================================
|
|---|
| 4 | Geant4 - an Object-Oriented Toolkit for Physics Simulation
|
|---|
| 5 | ==========================================================
|
|---|
| 6 |
|
|---|
| 7 | History file for theo_high_energy 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 |
|
|---|
| 17 | 29-Apr-2009 M.Kosov had-theo-HE-V09-02-02
|
|---|
| 18 | - Quasi Elastic part is made more used in QGSC at low energies to improve
|
|---|
| 19 | the performance of QGSC at low energies
|
|---|
| 20 |
|
|---|
| 21 | 8-Apr-2008 G.Folger had-theo-HE-V09-01-01
|
|---|
| 22 | - Remove unused variable Z in G4QuasiElasticChannel.cc
|
|---|
| 23 |
|
|---|
| 24 |
|
|---|
| 25 | 8-Apr-2008 G.Folger had-theo-HE-V09-01-00
|
|---|
| 26 | - Add Fermi momentum to quasi elastic scattering
|
|---|
| 27 |
|
|---|
| 28 | 15-Nov-2007 G.Folger had-theo-HE-V09-00-01
|
|---|
| 29 | - Correct Projectile Diffractive scattering: when a very unusal nucleus
|
|---|
| 30 | PDGcode is given by chips, recreate another final state.
|
|---|
| 31 |
|
|---|
| 32 | 13-Nov-2007 G.Folger had-theo-HE-V09-00-00
|
|---|
| 33 | - Add Channel for Projectile Diffractive scattering
|
|---|
| 34 |
|
|---|
| 35 | 12-04-2007 Gunter Folger had-theo-HE-V08-02-01
|
|---|
| 36 | - add model name to identify model for hadronic whiteboard; default for
|
|---|
| 37 | G4TheoFSGenerator is "TheoFSGenerator", but the ctor in physics lists should
|
|---|
| 38 | set better name
|
|---|
| 39 |
|
|---|
| 40 | 30-03-2007 Gunter Folger had-theo-HE-V08-02-00
|
|---|
| 41 | - add G4QuasiElasticChannel to simulate quasielastic scattering; Relies on
|
|---|
| 42 | Chips class G4QuasiFreeRatios.
|
|---|
| 43 | - modify G4TheoFSGenerator use G4QuasiElasticChannel to add quasielastic
|
|---|
| 44 | scattering for string models, and use these in competition to the string
|
|---|
| 45 | model.
|
|---|