source: trunk/source/processes/hadronic/management/History @ 846

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

import all except CVS

File size: 5.1 KB
Line 
1-------------------------------------------------------------------
2
3     ==========================================================
4     Geant4 - an Object-Oriented Toolkit for Physics Simulation
5     ==========================================================
6
7            History file for hadronic/management directory
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
1715 October 2007 Dennis Wright (hadr-man-V09-00-00)
18--------------------------------------------------
19- G4HadronicProcess::FillTotalResult: T. Koi's fix of bug #967 - replaced
20aT.GetGlobalTime() with the variable time at line #664.
21
2215 June 2007 Gabriele Cosmo (hadr-man-V08-03-03)
23------------------------------------------------
24- G4HadronicProcess: fixed memory leak with deletion of 'theIsoResult' and
25  'theCrossSectionDataStore' in destructor.
26
2712 June 2007 Dennis Wright (hadr-man-V08-03-02)
28-----------------------------------------------
29- G4HadronicProcess::FillTotalResult: use different G4DynamicParticle constructor
30  and do not allow kinetic energy to be exactly 0.  This partly removes a spurious
31  peak at 90 degrees
32
3301 June 2007 Dennis Wright (hadr-man-V08-03-01)
34-----------------------------------------------
35- G4HadronicProcess.cc : change default for isotope production to off
36       this fixes a memory leak.
37
3830 Apr 2007 Dennis Wright (hadr-man-V08-03-00)
39----------------------------------------------
40- G4HadronicProcess.cc
41       remove effective charge calculation
42       remove unused variable newWeight
43
4423 Apr 2007 Dennis Wright (hadr-man-V08-02-03)
45----------------------------------------------
46- G4HadronicProcess.hh
47       remove AlwaysKillLeadingHadron method
48- G4HadronicProcess.cc
49       use Alex Howard's fix of weighting error in leading particle killer
50
5110 Apr 2007 Dennis Wright (hadr-man-V08-02-02)
52----------------------------------------------
53- G4HadronicInteractionWrapper.hh, .cc
54       add process and model name arguments to ApplyInteraction method
55       and enter them into whiteboard
56
57- G4HadronicProcess.cc
58        add process and model name arguments to ApplyInteraction method
59
60
612 Mar 2007 Dennis Wright (hadr-man-V08-02-01)
62---------------------------------------------
63- G4HadronicProcess.cc: put in Vladimir Ivantchenko's fix to
64       stop killing primaries for elastic
65 
6626 Dec 2006 Dennis Wright (hadr-man-V08-02-00)
67----------------------------------------------
68- G4HadronicProcess.hh, .cc:
69       Add handling of user-defined isotopes: re-implement methods
70         GetMeanFreePath() and ChooseAandZ() to use new methods in
71         G4CrossSectionDataStore. 
72       No longer use dispatch pointer to call data store methods.
73       Data members currentZ, currentN and methods GetCurrentZ(),
74         GetCurrentN() removed as no longer needed
75
7620 Oct 2006 Dennis Wright (hadr-man-V08-01-00)
77----------------------------------------------
78- G4HadronicProcess.hh, .cc:
79       remove unused method GetDistanceToBoundary()
80
8113 Mar 2006 Dennis Wright (hadr-man-V08-00-03)
82----------------------------------------------
83- G4HadronicProcess::ChooseAandZ() : throw fatal exception if
84       Z > 92 is chosen
85
86- G4HadronicProcess::GeneralPostStepDoIt() : for suspended tracks, allow
87       PostStep action to occur at end of step, but maintain suspended
88       track status.  Remove warning for suspended tracks.
89
90
9117 Jan 2006 Dennis Wright (hadr-man-V08-00-02)
92----------------------------------------------
93- G4HadronicProcess.cc: add comments
94
9512 Jan 2006 Dennis Wright for Mikhail Kossov (hadr-man-V08-00-01)
96-----------------------------------------------------------------
97- G4EnergyRangeManager.cc: in method GetHadronicInteraction, case 2,
98                         print out some diagnostic information for
99                         exception of two fully overlapping models.
100
10116 Dec 2005 Dennis Wright for Mikhail Kossov (hadr-man-V08-00-00)
102-----------------------------------------------------------------
103- G4HadronicProcess.hh:  in method ChooseHadronicInteraction, check
104                         G4HadronicInteractionCounter for error - if
105                         so print out
106
107- G4EnergyRangeManager.hh: make method GetHadronicInteractionCounter public
108- G4EnergyRangeManager.cc: in method GetHadronicInteraction, case 0, print out
109                           diagnostic information for exception when no model
110                           is found.
111                         
11215 Dec 2005 Dennis Wright
113-------------------------
114- G4HadronicProcess.cc:
115       fixed bug # 611 - problems caused when hadronic interactions
116       reset stopButAlive particle to Alive
117       solution: In method FillTotalResult add lines
118
119       } else if (aT.GetKineticEnergy() == 0) {
120         theTotalResult->ProposeTrackStatus(fStopButAlive);
121       }
122
123
12418 Nov 2005 Dennis Wright (hadr-man-V07-01-00)
125----------------------------------------------
126
127- G4HadronicProcess.cc: <sstream> migration
Note: See TracBrowser for help on using the repository browser.