source: trunk/source/processes/hadronic/stopping/History@ 1196

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

update CVS release candidate geant4.9.3.01

File size: 6.1 KB
RevLine 
[819]1-------------------------------------------------------------------
2
3 ==================================================
4 Geant4 - an Object-Oriented Toolkit for Simulation
5 ==================================================
6
7 History file for hadronic/stopping 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
[1196]1719-Nov-2009 Vladimir Ivantchenko (hadr-stopping-V09-02-04)
18----------------------------------------------------------
19- G4PiMinusAbsorptionAtRest and G4KaonMinusAbsorptionAtRest - fixed
20 usage of G4ThreeVector
21
2206-Aug-2009 Gabriele Cosmo (hadr-stopping-V09-02-03)
23----------------------------------------------------------
24- Removed left-over inclusions of G4NucleiPropertiesTable.hh ...
25
2604-Aug-2009 Vladimir Ivantchenko (hadr-stopping-V09-02-02)
27----------------------------------------------------------
28- removed unused include of G4NucleiPropertiesTable.hh
29
[1055]3002-Feb-2009 Vladimir Ivantchenko (hadr-stopping-V09-02-01)
31----------------------------------------------------------
32- added registration/deregistration to all LHEP processes
33
3423-Jan-2009 Vladimir Ivantchenko (hadr-stopping-V09-02-00)
35----------------------------------------------------------
36G4MuonMinusCaptureAtRest - added deregistration
37
[962]3822-Oct-2008 Dennis Wright (hadr-stopping-V09-01-05)
39---------------------------------------------------
40- replace G4NucleiPropertiesTable::GetBindingEnergy() with
41 G4NucleiProperties::GetBindingEnergy() in
42 G4KaonMinusAbsorptionAtRest.cc and G4PiMinusStopAbsorption.cc
43- replace G4NucleiPropertiesTable::GetAtomicMass with
44 G4NucleiProperties::GetNuclearMass in G4StopTheoDeexcitation.cc
45
4602-Oct-2008 Dennis Wright (hadr-stopping-V09-01-04)
47---------------------------------------------------
48- replace integers with corresponding process type enum values
49
5001-Sep-2008 Vladimir Ivantchenko (hadr-stopping-V09-01-03)
51----------------------------------------------------------
52G4MuonMinusCaptureAtRest - added registration in the
53 G4HadronicprocessStore and PrintInfo by adding
54 PreparePhysicsTable and BuildPhysicsTable methods
55GNUmakefile - add includes
56
5708-Jul-2008 Dennis Wright (hadr-stopping-V09-01-02)
58---------------------------------------------------
59- set process sub-type to 15 for
60 G4AntiNeutronAnnihilationAtRest, G4AntiProtonAnnihilationAtRest,
61 G4KaonMinusAbsorption, G4KaonMinusAbsorptionAtRest,
62 G4MuonMinusCaptureAtRest, G4NeutronCaptureAtRest,
63 G4PiMinusAbsorptionAtRest, G4PionMinusAbsorptionAtRest
64
6505-May-2007 Vladimir Ivantchenko (hadr-stopping-V09-01-01)
66----------------------------------------------------------
[819]67- G4MuMinusCaptureCascade - fixed NaN value in bound muon decay
68
6928-Mar-2008 Dennis Wright (hadr-stopping-V09-01-00)
70---------------------------------------------------
71G4NeutronCaptureAtRest::AtomAs - add () around && within || to
72 fix gcc-4.3 compiler warning
73
7419-Nov-2007 Vladimir Ivantchenko (hadr-stopping-V09-00-05)
75----------------------------------------------------------
76G4MuonMinusCaptureAtRest - move back
77
7815-Nov-2007 Vladimir Ivantchenko (hadr-stopping-V09-00-04)
79----------------------------------------------------------
80G4MuonMinusCaptureAtRest - move instantiation of G4ExitationHandler from
81 constructor to run time
82
8314-Nov-2007 Vladimir Ivantchenko (hadr-stopping-V09-00-03)
84----------------------------------------------------------
85G4MuonMinusCaptureAtRest - fixed old memory leak
86
8702-Oct-2007 Vladimir Ivantchenko (hadr-stopping-V09-00-02)
88----------------------------------------------------------
89G4StopElementSelector - fixed typo in Primakoff formula for capture
90 velosity
91
9205-Jul-2007 Dennis Wright (hadr-stopping-V09-00-01)
93---------------------------------------------------
94- removed old-style copyright from all headers
95- fixed Software Reference Manual tags
96
9705-Jul-2007 Gabriele Cosmo (hadr-stopping-V09-00-00)
98----------------------------------------------------
99- Fixed signature of G4MuMinusCaptureCascade::DoCascade() expecting 'const'
100 as arguments for A and Z. Resolves linking problems on SUN-CC.
101
10213-Feb-2007 Vladimir Ivantchenko (hadr-stopping-V08-02-02)
103----------------------------------------------------------
104- G4MuMinusCaptureCascade - add sampling of random vector of e- in decay;
105 add factor 2 in potential energy.
106
10724-Jan-2007 Vladimir Ivantchenko (hadr-stopping-V08-02-01)
108----------------------------------------------------------
109- G4MuonMinusCaptureAtRest - fix problem for the case, when isotope vector undefined
110
11124-Jan-2007 Vladimir Ivantchenko (hadr-stopping-V08-02-00)
112----------------------------------------------------------
113- G4MuonMinusCaptureAtRest - force to use round targetA and fix bug #926
114
1151-Dec-2006 Gunter Folger (hadr-stopping-V08-01-01)
116----------------------------------------------------
117- correct inconsistent use of targetA; for effective targetA transforming
118 to integer using G4int and G4lrint gives values different by 1.
119
12016-Nov-2006 Vladimir Ivantchenko (hadr-stopping-V08-01-00)
121----------------------------------------------------------
122- G4MuonMinusCaptureAtRest - fix bounding energies, rewrite DoMuonCapture
123 method, introduce protection against negative
124 excitation energy of residual nucleus,
125 special treatment of H and He capture;
126- G4MuMinusCaptureCascade - clean up interfaces, improve kinematics
127 in muon decay sampling
128
12920-Jan-2006 Gunter Folger (hadr-stopping-V08-00-00)
130----------------------------------------------------
131- set process type to fHadronic for all processes in hadronic/stopping
132
13317-May-2006 Vladimir Ivantchenko (hadr-stopping-V08-00-01)
134----------------------------------------------------------
135- clean up energy/momentum balance for G4MuonMinusCaptureAtRest
Note: See TracBrowser for help on using the repository browser.