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

Last change on this file since 1007 was 1007, checked in by garnier, 15 years ago

update to geant4.9.2

File size: 5.2 KB
Line 
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
1722-Oct-2008 Dennis Wright (hadr-stopping-V09-01-05)
18---------------------------------------------------
19- replace G4NucleiPropertiesTable::GetBindingEnergy() with
20  G4NucleiProperties::GetBindingEnergy() in
21  G4KaonMinusAbsorptionAtRest.cc and G4PiMinusStopAbsorption.cc
22- replace G4NucleiPropertiesTable::GetAtomicMass with
23  G4NucleiProperties::GetNuclearMass in G4StopTheoDeexcitation.cc
24
2502-Oct-2008 Dennis Wright (hadr-stopping-V09-01-04)
26---------------------------------------------------
27- replace integers with corresponding process type enum values
28
2901-Sep-2008 Vladimir Ivantchenko (hadr-stopping-V09-01-03)
30----------------------------------------------------------
31G4MuonMinusCaptureAtRest - added registration in the
32       G4HadronicprocessStore and PrintInfo by adding
33       PreparePhysicsTable and BuildPhysicsTable methods
34GNUmakefile - add includes
35
3608-Jul-2008 Dennis Wright (hadr-stopping-V09-01-02)
37---------------------------------------------------
38- set process sub-type to 15 for
39  G4AntiNeutronAnnihilationAtRest, G4AntiProtonAnnihilationAtRest,
40  G4KaonMinusAbsorption, G4KaonMinusAbsorptionAtRest,
41  G4MuonMinusCaptureAtRest, G4NeutronCaptureAtRest,
42  G4PiMinusAbsorptionAtRest, G4PionMinusAbsorptionAtRest
43
4405-May-2007 Vladimir Ivantchenko (hadr-stopping-V09-01-01)
45----------------------------------------------------------
46- G4MuMinusCaptureCascade - fixed NaN value in bound muon decay
47
4828-Mar-2008 Dennis Wright (hadr-stopping-V09-01-00)
49---------------------------------------------------
50G4NeutronCaptureAtRest::AtomAs - add () around && within || to
51  fix gcc-4.3 compiler warning
52
5319-Nov-2007 Vladimir Ivantchenko (hadr-stopping-V09-00-05)
54----------------------------------------------------------
55G4MuonMinusCaptureAtRest - move back
56
5715-Nov-2007 Vladimir Ivantchenko (hadr-stopping-V09-00-04)
58----------------------------------------------------------
59G4MuonMinusCaptureAtRest - move instantiation of G4ExitationHandler from
60                           constructor to run time
61
6214-Nov-2007 Vladimir Ivantchenko (hadr-stopping-V09-00-03)
63----------------------------------------------------------
64G4MuonMinusCaptureAtRest - fixed old memory leak
65
6602-Oct-2007 Vladimir Ivantchenko (hadr-stopping-V09-00-02)
67----------------------------------------------------------
68G4StopElementSelector - fixed typo in Primakoff formula for capture
69                        velosity
70
7105-Jul-2007 Dennis Wright (hadr-stopping-V09-00-01)
72---------------------------------------------------
73- removed old-style copyright from all headers
74- fixed Software Reference Manual tags
75
7605-Jul-2007 Gabriele Cosmo (hadr-stopping-V09-00-00)
77----------------------------------------------------
78- Fixed signature of G4MuMinusCaptureCascade::DoCascade() expecting 'const'
79  as arguments for A and Z. Resolves linking problems on SUN-CC.
80
8113-Feb-2007 Vladimir Ivantchenko (hadr-stopping-V08-02-02)
82----------------------------------------------------------
83-  G4MuMinusCaptureCascade  - add sampling of random vector of e- in decay;
84                              add factor 2 in potential energy.
85
8624-Jan-2007 Vladimir Ivantchenko (hadr-stopping-V08-02-01)
87----------------------------------------------------------
88-  G4MuonMinusCaptureAtRest - fix problem for the case, when isotope vector undefined
89
9024-Jan-2007 Vladimir Ivantchenko (hadr-stopping-V08-02-00)
91----------------------------------------------------------
92-  G4MuonMinusCaptureAtRest - force to use round targetA and fix bug #926
93
941-Dec-2006 Gunter Folger   (hadr-stopping-V08-01-01)
95----------------------------------------------------
96-  correct inconsistent use of targetA; for effective targetA transforming
97   to integer using G4int and G4lrint gives values different by 1.
98   
9916-Nov-2006 Vladimir Ivantchenko (hadr-stopping-V08-01-00)
100----------------------------------------------------------
101-  G4MuonMinusCaptureAtRest - fix bounding energies, rewrite DoMuonCapture
102                              method, introduce protection against negative
103                              excitation energy of residual nucleus,
104                              special treatment of H and He capture;
105-  G4MuMinusCaptureCascade  - clean up interfaces, improve kinematics
106                              in muon decay sampling
107
10820-Jan-2006 Gunter Folger  (hadr-stopping-V08-00-00)
109----------------------------------------------------
110-  set process type to fHadronic for all processes in hadronic/stopping
111
11217-May-2006 Vladimir Ivantchenko (hadr-stopping-V08-00-01)
113----------------------------------------------------------
114-  clean up energy/momentum balance for G4MuonMinusCaptureAtRest
Note: See TracBrowser for help on using the repository browser.