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

Last change on this file since 1347 was 1347, checked in by garnier, 13 years ago

geant4 tag 9.4

File size: 6.9 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
1711-Nov-2010 Dennis Wright        (hadr-stopping-V09-03-01)
18----------------------------------------------------------
19- G4MuonMinusCaptureAtRest::DoMuCapture : fix unused branch 
20    pd = G4Deuteron::Deuteron() in mass calculation
21- G4PiMinusStopMaterial: theR was used but uninitialized.  Now init'ed
22    to 0.5 in ctor
23- G4PiMinusAbsorptionAtRest: remove null test for vector pointer
24    in dtor
25- G4StopDummyDeexcitation: initialize pointer _products in ctor
26- G4KaonMinusAbsorptionAtRest::SigmaLambdaConversion : add dummy
27    particles to default of switch/case to avoid possible NULL
28    pointers
29 
3020-Sep-2010 Gunter Folger        (hadr-stopping-V09-03-00)
31----------------------------------------------------------
32- G4MuonMinusCaptureAtRest use integer A&Z for G4Fancy3DNucleus
33
3419-Nov-2009 Vladimir Ivantchenko (hadr-stopping-V09-02-04)
35----------------------------------------------------------
36- G4PiMinusAbsorptionAtRest and G4KaonMinusAbsorptionAtRest - fixed
37   usage of G4ThreeVector
38
3906-Aug-2009 Gabriele Cosmo (hadr-stopping-V09-02-03)
40----------------------------------------------------------
41- Removed left-over inclusions of G4NucleiPropertiesTable.hh ...
42
4304-Aug-2009 Vladimir Ivantchenko (hadr-stopping-V09-02-02)
44----------------------------------------------------------
45- removed unused include of G4NucleiPropertiesTable.hh
46
4702-Feb-2009 Vladimir Ivantchenko (hadr-stopping-V09-02-01)
48----------------------------------------------------------
49- added registration/deregistration to all LHEP processes
50
5123-Jan-2009 Vladimir Ivantchenko (hadr-stopping-V09-02-00)
52----------------------------------------------------------
53G4MuonMinusCaptureAtRest - added deregistration 
54
5522-Oct-2008 Dennis Wright (hadr-stopping-V09-01-05)
56---------------------------------------------------
57- replace G4NucleiPropertiesTable::GetBindingEnergy() with
58  G4NucleiProperties::GetBindingEnergy() in
59  G4KaonMinusAbsorptionAtRest.cc and G4PiMinusStopAbsorption.cc
60- replace G4NucleiPropertiesTable::GetAtomicMass with
61  G4NucleiProperties::GetNuclearMass in G4StopTheoDeexcitation.cc
62
6302-Oct-2008 Dennis Wright (hadr-stopping-V09-01-04)
64---------------------------------------------------
65- replace integers with corresponding process type enum values
66
6701-Sep-2008 Vladimir Ivantchenko (hadr-stopping-V09-01-03)
68----------------------------------------------------------
69G4MuonMinusCaptureAtRest - added registration in the
70       G4HadronicprocessStore and PrintInfo by adding
71       PreparePhysicsTable and BuildPhysicsTable methods
72GNUmakefile - add includes
73
7408-Jul-2008 Dennis Wright (hadr-stopping-V09-01-02)
75---------------------------------------------------
76- set process sub-type to 15 for
77  G4AntiNeutronAnnihilationAtRest, G4AntiProtonAnnihilationAtRest,
78  G4KaonMinusAbsorption, G4KaonMinusAbsorptionAtRest,
79  G4MuonMinusCaptureAtRest, G4NeutronCaptureAtRest,
80  G4PiMinusAbsorptionAtRest, G4PionMinusAbsorptionAtRest
81
8205-May-2007 Vladimir Ivantchenko (hadr-stopping-V09-01-01)
83----------------------------------------------------------
84- G4MuMinusCaptureCascade - fixed NaN value in bound muon decay
85
8628-Mar-2008 Dennis Wright (hadr-stopping-V09-01-00)
87---------------------------------------------------
88G4NeutronCaptureAtRest::AtomAs - add () around && within || to
89  fix gcc-4.3 compiler warning
90
9119-Nov-2007 Vladimir Ivantchenko (hadr-stopping-V09-00-05)
92----------------------------------------------------------
93G4MuonMinusCaptureAtRest - move back
94
9515-Nov-2007 Vladimir Ivantchenko (hadr-stopping-V09-00-04)
96----------------------------------------------------------
97G4MuonMinusCaptureAtRest - move instantiation of G4ExitationHandler from
98                           constructor to run time
99
10014-Nov-2007 Vladimir Ivantchenko (hadr-stopping-V09-00-03)
101----------------------------------------------------------
102G4MuonMinusCaptureAtRest - fixed old memory leak
103
10402-Oct-2007 Vladimir Ivantchenko (hadr-stopping-V09-00-02)
105----------------------------------------------------------
106G4StopElementSelector - fixed typo in Primakoff formula for capture
107                        velosity
108
10905-Jul-2007 Dennis Wright (hadr-stopping-V09-00-01)
110---------------------------------------------------
111- removed old-style copyright from all headers
112- fixed Software Reference Manual tags
113
11405-Jul-2007 Gabriele Cosmo (hadr-stopping-V09-00-00)
115----------------------------------------------------
116- Fixed signature of G4MuMinusCaptureCascade::DoCascade() expecting 'const'
117  as arguments for A and Z. Resolves linking problems on SUN-CC.
118
11913-Feb-2007 Vladimir Ivantchenko (hadr-stopping-V08-02-02)
120----------------------------------------------------------
121-  G4MuMinusCaptureCascade  - add sampling of random vector of e- in decay;
122                              add factor 2 in potential energy.
123
12424-Jan-2007 Vladimir Ivantchenko (hadr-stopping-V08-02-01)
125----------------------------------------------------------
126-  G4MuonMinusCaptureAtRest - fix problem for the case, when isotope vector undefined
127
12824-Jan-2007 Vladimir Ivantchenko (hadr-stopping-V08-02-00)
129----------------------------------------------------------
130-  G4MuonMinusCaptureAtRest - force to use round targetA and fix bug #926
131
1321-Dec-2006 Gunter Folger   (hadr-stopping-V08-01-01)
133----------------------------------------------------
134-  correct inconsistent use of targetA; for effective targetA transforming
135   to integer using G4int and G4lrint gives values different by 1.
136   
13716-Nov-2006 Vladimir Ivantchenko (hadr-stopping-V08-01-00)
138----------------------------------------------------------
139-  G4MuonMinusCaptureAtRest - fix bounding energies, rewrite DoMuonCapture
140                              method, introduce protection against negative
141                              excitation energy of residual nucleus,
142                              special treatment of H and He capture;
143-  G4MuMinusCaptureCascade  - clean up interfaces, improve kinematics
144                              in muon decay sampling
145
14620-Jan-2006 Gunter Folger  (hadr-stopping-V08-00-00)
147----------------------------------------------------
148-  set process type to fHadronic for all processes in hadronic/stopping
149
15017-May-2006 Vladimir Ivantchenko (hadr-stopping-V08-00-01)
151----------------------------------------------------------
152-  clean up energy/momentum balance for G4MuonMinusCaptureAtRest
Note: See TracBrowser for help on using the repository browser.