| 1 | -------------------------------------------------------------------
|
|---|
| 2 |
|
|---|
| 3 | ==========================================================
|
|---|
| 4 | Geant4 - an Object-Oriented Toolkit for Physics Simulation
|
|---|
| 5 | ==========================================================
|
|---|
| 6 |
|
|---|
| 7 | History file for High Energy Parameterized Models
|
|---|
| 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 | 23 Apr 2008 - Gabriele Cosmo (hadr-hep-V09-00-02)
|
|---|
| 18 | ---------------------------------------------------
|
|---|
| 19 | Tag for release 9.1.p02.
|
|---|
| 20 |
|
|---|
| 21 | 17 Mar 2008 - Dennis Wright (hadr-hep-V09-01-00)
|
|---|
| 22 | ------------------------------------------------
|
|---|
| 23 | Add braces around single-statement if/else blocks to fix warning from
|
|---|
| 24 | gcc-4.3 compiler. Nearly all files affected.
|
|---|
| 25 |
|
|---|
| 26 | 19 Nov 2007 - Dennis Wright (hadr-hep-V09-00-01)
|
|---|
| 27 | ------------------------------------------------
|
|---|
| 28 | G4HEInelastic::TuningOfHighEnergyCascading: fixed incorrect assignment
|
|---|
| 29 | of leading particle to low energy backward nucleons and fragments.
|
|---|
| 30 | This bug caused high energy backward particles to be emitted from
|
|---|
| 31 | high energy collisions.
|
|---|
| 32 |
|
|---|
| 33 | 11 Oct 2007 - F.W. Jones (hadr-hep-V09-00-00)
|
|---|
| 34 | ---------------------------------------------
|
|---|
| 35 | G4HEPionMinusInelastic: fixed incorrect Imax (should be Imin) in
|
|---|
| 36 | sampling of charge exchange.
|
|---|
| 37 |
|
|---|
| 38 | 11 April 2007 - Dennis Wright (hadr-hep-V08-02-00)
|
|---|
| 39 | --------------------------------------------------
|
|---|
| 40 | Add model names to all high energy models in order to complete
|
|---|
| 41 | error reporting for hadronic whiteboard. Only .hh files were
|
|---|
| 42 | affected.
|
|---|
| 43 |
|
|---|
| 44 | 22 November 2006 - Dennis Wright (hadr-hep-V08-01-00)
|
|---|
| 45 | -----------------------------------------------------
|
|---|
| 46 | G4HEVector::G4HEVector():
|
|---|
| 47 | change
|
|---|
| 48 | strangeness=aParticle->GetDefinition()->GetQuarkContent(2);
|
|---|
| 49 | to
|
|---|
| 50 | strangeness=aParticle->GetDefinition()->GetQuarkContent(3);
|
|---|
| 51 |
|
|---|
| 52 | In this case, ordering starts from 1, not 0
|
|---|
| 53 |
|
|---|