source: trunk/source/processes/hadronic/models/high_energy/History @ 847

Last change on this file since 847 was 819, checked in by garnier, 16 years ago

import all except CVS

File size: 2.1 KB
Line 
1-------------------------------------------------------------------
2
3     ==========================================================
4     Geant4 - an Object-Oriented Toolkit for Physics Simulation
5     ==========================================================
6
7         History file for High Energy Parameterized Models
8         -------------------------------------------------
9
10This file should be used to summarize modifications introduced in the
11code and to keep track of all tags.
12
13  ---------------------------------------------------------------
14  * Please list in reverse chronological order (last date on top)
15  ---------------------------------------------------------------
16
1723 Apr 2008 - Gabriele Cosmo (hadr-hep-V09-00-02)
18---------------------------------------------------
19 Tag for release 9.1.p02.
20
2117 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
2619 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
3311 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
3811 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 
4422 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
Note: See TracBrowser for help on using the repository browser.