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

Last change on this file since 1340 was 1340, checked in by garnier, 14 years ago

update ti head

File size: 6.3 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
1720-Sep-2010 Gunter Folger        (hadr-stopping-V09-03-00)
18----------------------------------------------------------
19- G4MuonMinusCaptureAtRest use integer A&Z for G4Fancy3DNucleus
20
2119-Nov-2009 Vladimir Ivantchenko (hadr-stopping-V09-02-04)
22----------------------------------------------------------
23- G4PiMinusAbsorptionAtRest and G4KaonMinusAbsorptionAtRest - fixed
24   usage of G4ThreeVector
25
2606-Aug-2009 Gabriele Cosmo (hadr-stopping-V09-02-03)
27----------------------------------------------------------
28- Removed left-over inclusions of G4NucleiPropertiesTable.hh ...
29
3004-Aug-2009 Vladimir Ivantchenko (hadr-stopping-V09-02-02)
31----------------------------------------------------------
32- removed unused include of G4NucleiPropertiesTable.hh
33
3402-Feb-2009 Vladimir Ivantchenko (hadr-stopping-V09-02-01)
35----------------------------------------------------------
36- added registration/deregistration to all LHEP processes
37
3823-Jan-2009 Vladimir Ivantchenko (hadr-stopping-V09-02-00)
39----------------------------------------------------------
40G4MuonMinusCaptureAtRest - added deregistration 
41
4222-Oct-2008 Dennis Wright (hadr-stopping-V09-01-05)
43---------------------------------------------------
44- replace G4NucleiPropertiesTable::GetBindingEnergy() with
45  G4NucleiProperties::GetBindingEnergy() in
46  G4KaonMinusAbsorptionAtRest.cc and G4PiMinusStopAbsorption.cc
47- replace G4NucleiPropertiesTable::GetAtomicMass with
48  G4NucleiProperties::GetNuclearMass in G4StopTheoDeexcitation.cc
49
5002-Oct-2008 Dennis Wright (hadr-stopping-V09-01-04)
51---------------------------------------------------
52- replace integers with corresponding process type enum values
53
5401-Sep-2008 Vladimir Ivantchenko (hadr-stopping-V09-01-03)
55----------------------------------------------------------
56G4MuonMinusCaptureAtRest - added registration in the
57       G4HadronicprocessStore and PrintInfo by adding
58       PreparePhysicsTable and BuildPhysicsTable methods
59GNUmakefile - add includes
60
6108-Jul-2008 Dennis Wright (hadr-stopping-V09-01-02)
62---------------------------------------------------
63- set process sub-type to 15 for
64  G4AntiNeutronAnnihilationAtRest, G4AntiProtonAnnihilationAtRest,
65  G4KaonMinusAbsorption, G4KaonMinusAbsorptionAtRest,
66  G4MuonMinusCaptureAtRest, G4NeutronCaptureAtRest,
67  G4PiMinusAbsorptionAtRest, G4PionMinusAbsorptionAtRest
68
6905-May-2007 Vladimir Ivantchenko (hadr-stopping-V09-01-01)
70----------------------------------------------------------
71- G4MuMinusCaptureCascade - fixed NaN value in bound muon decay
72
7328-Mar-2008 Dennis Wright (hadr-stopping-V09-01-00)
74---------------------------------------------------
75G4NeutronCaptureAtRest::AtomAs - add () around && within || to
76  fix gcc-4.3 compiler warning
77
7819-Nov-2007 Vladimir Ivantchenko (hadr-stopping-V09-00-05)
79----------------------------------------------------------
80G4MuonMinusCaptureAtRest - move back
81
8215-Nov-2007 Vladimir Ivantchenko (hadr-stopping-V09-00-04)
83----------------------------------------------------------
84G4MuonMinusCaptureAtRest - move instantiation of G4ExitationHandler from
85                           constructor to run time
86
8714-Nov-2007 Vladimir Ivantchenko (hadr-stopping-V09-00-03)
88----------------------------------------------------------
89G4MuonMinusCaptureAtRest - fixed old memory leak
90
9102-Oct-2007 Vladimir Ivantchenko (hadr-stopping-V09-00-02)
92----------------------------------------------------------
93G4StopElementSelector - fixed typo in Primakoff formula for capture
94                        velosity
95
9605-Jul-2007 Dennis Wright (hadr-stopping-V09-00-01)
97---------------------------------------------------
98- removed old-style copyright from all headers
99- fixed Software Reference Manual tags
100
10105-Jul-2007 Gabriele Cosmo (hadr-stopping-V09-00-00)
102----------------------------------------------------
103- Fixed signature of G4MuMinusCaptureCascade::DoCascade() expecting 'const'
104  as arguments for A and Z. Resolves linking problems on SUN-CC.
105
10613-Feb-2007 Vladimir Ivantchenko (hadr-stopping-V08-02-02)
107----------------------------------------------------------
108-  G4MuMinusCaptureCascade  - add sampling of random vector of e- in decay;
109                              add factor 2 in potential energy.
110
11124-Jan-2007 Vladimir Ivantchenko (hadr-stopping-V08-02-01)
112----------------------------------------------------------
113-  G4MuonMinusCaptureAtRest - fix problem for the case, when isotope vector undefined
114
11524-Jan-2007 Vladimir Ivantchenko (hadr-stopping-V08-02-00)
116----------------------------------------------------------
117-  G4MuonMinusCaptureAtRest - force to use round targetA and fix bug #926
118
1191-Dec-2006 Gunter Folger   (hadr-stopping-V08-01-01)
120----------------------------------------------------
121-  correct inconsistent use of targetA; for effective targetA transforming
122   to integer using G4int and G4lrint gives values different by 1.
123   
12416-Nov-2006 Vladimir Ivantchenko (hadr-stopping-V08-01-00)
125----------------------------------------------------------
126-  G4MuonMinusCaptureAtRest - fix bounding energies, rewrite DoMuonCapture
127                              method, introduce protection against negative
128                              excitation energy of residual nucleus,
129                              special treatment of H and He capture;
130-  G4MuMinusCaptureCascade  - clean up interfaces, improve kinematics
131                              in muon decay sampling
132
13320-Jan-2006 Gunter Folger  (hadr-stopping-V08-00-00)
134----------------------------------------------------
135-  set process type to fHadronic for all processes in hadronic/stopping
136
13717-May-2006 Vladimir Ivantchenko (hadr-stopping-V08-00-01)
138----------------------------------------------------------
139-  clean up energy/momentum balance for G4MuonMinusCaptureAtRest
Note: See TracBrowser for help on using the repository browser.