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

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

update processes

File size: 5.6 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
1702-Feb-2009 Vladimir Ivantchenko (hadr-stopping-V09-02-01)
18----------------------------------------------------------
19- added registration/deregistration to all LHEP processes
20
2123-Jan-2009 Vladimir Ivantchenko (hadr-stopping-V09-02-00)
22----------------------------------------------------------
23G4MuonMinusCaptureAtRest - added deregistration 
24
2522-Oct-2008 Dennis Wright (hadr-stopping-V09-01-05)
26---------------------------------------------------
27- replace G4NucleiPropertiesTable::GetBindingEnergy() with
28  G4NucleiProperties::GetBindingEnergy() in
29  G4KaonMinusAbsorptionAtRest.cc and G4PiMinusStopAbsorption.cc
30- replace G4NucleiPropertiesTable::GetAtomicMass with
31  G4NucleiProperties::GetNuclearMass in G4StopTheoDeexcitation.cc
32
3302-Oct-2008 Dennis Wright (hadr-stopping-V09-01-04)
34---------------------------------------------------
35- replace integers with corresponding process type enum values
36
3701-Sep-2008 Vladimir Ivantchenko (hadr-stopping-V09-01-03)
38----------------------------------------------------------
39G4MuonMinusCaptureAtRest - added registration in the
40       G4HadronicprocessStore and PrintInfo by adding
41       PreparePhysicsTable and BuildPhysicsTable methods
42GNUmakefile - add includes
43
4408-Jul-2008 Dennis Wright (hadr-stopping-V09-01-02)
45---------------------------------------------------
46- set process sub-type to 15 for
47  G4AntiNeutronAnnihilationAtRest, G4AntiProtonAnnihilationAtRest,
48  G4KaonMinusAbsorption, G4KaonMinusAbsorptionAtRest,
49  G4MuonMinusCaptureAtRest, G4NeutronCaptureAtRest,
50  G4PiMinusAbsorptionAtRest, G4PionMinusAbsorptionAtRest
51
5205-May-2007 Vladimir Ivantchenko (hadr-stopping-V09-01-01)
53----------------------------------------------------------
54- G4MuMinusCaptureCascade - fixed NaN value in bound muon decay
55
5628-Mar-2008 Dennis Wright (hadr-stopping-V09-01-00)
57---------------------------------------------------
58G4NeutronCaptureAtRest::AtomAs - add () around && within || to
59  fix gcc-4.3 compiler warning
60
6119-Nov-2007 Vladimir Ivantchenko (hadr-stopping-V09-00-05)
62----------------------------------------------------------
63G4MuonMinusCaptureAtRest - move back
64
6515-Nov-2007 Vladimir Ivantchenko (hadr-stopping-V09-00-04)
66----------------------------------------------------------
67G4MuonMinusCaptureAtRest - move instantiation of G4ExitationHandler from
68                           constructor to run time
69
7014-Nov-2007 Vladimir Ivantchenko (hadr-stopping-V09-00-03)
71----------------------------------------------------------
72G4MuonMinusCaptureAtRest - fixed old memory leak
73
7402-Oct-2007 Vladimir Ivantchenko (hadr-stopping-V09-00-02)
75----------------------------------------------------------
76G4StopElementSelector - fixed typo in Primakoff formula for capture
77                        velosity
78
7905-Jul-2007 Dennis Wright (hadr-stopping-V09-00-01)
80---------------------------------------------------
81- removed old-style copyright from all headers
82- fixed Software Reference Manual tags
83
8405-Jul-2007 Gabriele Cosmo (hadr-stopping-V09-00-00)
85----------------------------------------------------
86- Fixed signature of G4MuMinusCaptureCascade::DoCascade() expecting 'const'
87  as arguments for A and Z. Resolves linking problems on SUN-CC.
88
8913-Feb-2007 Vladimir Ivantchenko (hadr-stopping-V08-02-02)
90----------------------------------------------------------
91-  G4MuMinusCaptureCascade  - add sampling of random vector of e- in decay;
92                              add factor 2 in potential energy.
93
9424-Jan-2007 Vladimir Ivantchenko (hadr-stopping-V08-02-01)
95----------------------------------------------------------
96-  G4MuonMinusCaptureAtRest - fix problem for the case, when isotope vector undefined
97
9824-Jan-2007 Vladimir Ivantchenko (hadr-stopping-V08-02-00)
99----------------------------------------------------------
100-  G4MuonMinusCaptureAtRest - force to use round targetA and fix bug #926
101
1021-Dec-2006 Gunter Folger   (hadr-stopping-V08-01-01)
103----------------------------------------------------
104-  correct inconsistent use of targetA; for effective targetA transforming
105   to integer using G4int and G4lrint gives values different by 1.
106   
10716-Nov-2006 Vladimir Ivantchenko (hadr-stopping-V08-01-00)
108----------------------------------------------------------
109-  G4MuonMinusCaptureAtRest - fix bounding energies, rewrite DoMuonCapture
110                              method, introduce protection against negative
111                              excitation energy of residual nucleus,
112                              special treatment of H and He capture;
113-  G4MuMinusCaptureCascade  - clean up interfaces, improve kinematics
114                              in muon decay sampling
115
11620-Jan-2006 Gunter Folger  (hadr-stopping-V08-00-00)
117----------------------------------------------------
118-  set process type to fHadronic for all processes in hadronic/stopping
119
12017-May-2006 Vladimir Ivantchenko (hadr-stopping-V08-00-01)
121----------------------------------------------------------
122-  clean up energy/momentum balance for G4MuonMinusCaptureAtRest
Note: See TracBrowser for help on using the repository browser.