| [819] | 1 | -------------------------------------------------------------------
|
|---|
| 2 |
|
|---|
| 3 | ==================================================
|
|---|
| 4 | Geant4 - an Object-Oriented Toolkit for Simulation
|
|---|
| 5 | ==================================================
|
|---|
| 6 |
|
|---|
| 7 | History file for hadronic/stopping directory
|
|---|
| 8 | ----------------------------------------------
|
|---|
| 9 |
|
|---|
| 10 | This file should be used to summarize modifications introduced in the
|
|---|
| 11 | code and to keep track of all tags.
|
|---|
| 12 |
|
|---|
| 13 | ---------------------------------------------------------------
|
|---|
| 14 | * Please list in reverse chronological order (last date on top)
|
|---|
| 15 | ---------------------------------------------------------------
|
|---|
| 16 |
|
|---|
| [1347] | 17 | 11-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 |
|
|---|
| [1340] | 30 | 20-Sep-2010 Gunter Folger (hadr-stopping-V09-03-00)
|
|---|
| 31 | ----------------------------------------------------------
|
|---|
| 32 | - G4MuonMinusCaptureAtRest use integer A&Z for G4Fancy3DNucleus
|
|---|
| 33 |
|
|---|
| [1196] | 34 | 19-Nov-2009 Vladimir Ivantchenko (hadr-stopping-V09-02-04)
|
|---|
| 35 | ----------------------------------------------------------
|
|---|
| 36 | - G4PiMinusAbsorptionAtRest and G4KaonMinusAbsorptionAtRest - fixed
|
|---|
| 37 | usage of G4ThreeVector
|
|---|
| 38 |
|
|---|
| 39 | 06-Aug-2009 Gabriele Cosmo (hadr-stopping-V09-02-03)
|
|---|
| 40 | ----------------------------------------------------------
|
|---|
| 41 | - Removed left-over inclusions of G4NucleiPropertiesTable.hh ...
|
|---|
| 42 |
|
|---|
| 43 | 04-Aug-2009 Vladimir Ivantchenko (hadr-stopping-V09-02-02)
|
|---|
| 44 | ----------------------------------------------------------
|
|---|
| 45 | - removed unused include of G4NucleiPropertiesTable.hh
|
|---|
| 46 |
|
|---|
| [1055] | 47 | 02-Feb-2009 Vladimir Ivantchenko (hadr-stopping-V09-02-01)
|
|---|
| 48 | ----------------------------------------------------------
|
|---|
| 49 | - added registration/deregistration to all LHEP processes
|
|---|
| 50 |
|
|---|
| 51 | 23-Jan-2009 Vladimir Ivantchenko (hadr-stopping-V09-02-00)
|
|---|
| 52 | ----------------------------------------------------------
|
|---|
| 53 | G4MuonMinusCaptureAtRest - added deregistration
|
|---|
| 54 |
|
|---|
| [962] | 55 | 22-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 |
|
|---|
| 63 | 02-Oct-2008 Dennis Wright (hadr-stopping-V09-01-04)
|
|---|
| 64 | ---------------------------------------------------
|
|---|
| 65 | - replace integers with corresponding process type enum values
|
|---|
| 66 |
|
|---|
| 67 | 01-Sep-2008 Vladimir Ivantchenko (hadr-stopping-V09-01-03)
|
|---|
| 68 | ----------------------------------------------------------
|
|---|
| 69 | G4MuonMinusCaptureAtRest - added registration in the
|
|---|
| 70 | G4HadronicprocessStore and PrintInfo by adding
|
|---|
| 71 | PreparePhysicsTable and BuildPhysicsTable methods
|
|---|
| 72 | GNUmakefile - add includes
|
|---|
| 73 |
|
|---|
| 74 | 08-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 |
|
|---|
| 82 | 05-May-2007 Vladimir Ivantchenko (hadr-stopping-V09-01-01)
|
|---|
| 83 | ----------------------------------------------------------
|
|---|
| [819] | 84 | - G4MuMinusCaptureCascade - fixed NaN value in bound muon decay
|
|---|
| 85 |
|
|---|
| 86 | 28-Mar-2008 Dennis Wright (hadr-stopping-V09-01-00)
|
|---|
| 87 | ---------------------------------------------------
|
|---|
| 88 | G4NeutronCaptureAtRest::AtomAs - add () around && within || to
|
|---|
| 89 | fix gcc-4.3 compiler warning
|
|---|
| 90 |
|
|---|
| 91 | 19-Nov-2007 Vladimir Ivantchenko (hadr-stopping-V09-00-05)
|
|---|
| 92 | ----------------------------------------------------------
|
|---|
| 93 | G4MuonMinusCaptureAtRest - move back
|
|---|
| 94 |
|
|---|
| 95 | 15-Nov-2007 Vladimir Ivantchenko (hadr-stopping-V09-00-04)
|
|---|
| 96 | ----------------------------------------------------------
|
|---|
| 97 | G4MuonMinusCaptureAtRest - move instantiation of G4ExitationHandler from
|
|---|
| 98 | constructor to run time
|
|---|
| 99 |
|
|---|
| 100 | 14-Nov-2007 Vladimir Ivantchenko (hadr-stopping-V09-00-03)
|
|---|
| 101 | ----------------------------------------------------------
|
|---|
| 102 | G4MuonMinusCaptureAtRest - fixed old memory leak
|
|---|
| 103 |
|
|---|
| 104 | 02-Oct-2007 Vladimir Ivantchenko (hadr-stopping-V09-00-02)
|
|---|
| 105 | ----------------------------------------------------------
|
|---|
| 106 | G4StopElementSelector - fixed typo in Primakoff formula for capture
|
|---|
| 107 | velosity
|
|---|
| 108 |
|
|---|
| 109 | 05-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 |
|
|---|
| 114 | 05-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 |
|
|---|
| 119 | 13-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 |
|
|---|
| 124 | 24-Jan-2007 Vladimir Ivantchenko (hadr-stopping-V08-02-01)
|
|---|
| 125 | ----------------------------------------------------------
|
|---|
| 126 | - G4MuonMinusCaptureAtRest - fix problem for the case, when isotope vector undefined
|
|---|
| 127 |
|
|---|
| 128 | 24-Jan-2007 Vladimir Ivantchenko (hadr-stopping-V08-02-00)
|
|---|
| 129 | ----------------------------------------------------------
|
|---|
| 130 | - G4MuonMinusCaptureAtRest - force to use round targetA and fix bug #926
|
|---|
| 131 |
|
|---|
| 132 | 1-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 |
|
|---|
| 137 | 16-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 |
|
|---|
| 146 | 20-Jan-2006 Gunter Folger (hadr-stopping-V08-00-00)
|
|---|
| 147 | ----------------------------------------------------
|
|---|
| 148 | - set process type to fHadronic for all processes in hadronic/stopping
|
|---|
| 149 |
|
|---|
| 150 | 17-May-2006 Vladimir Ivantchenko (hadr-stopping-V08-00-01)
|
|---|
| 151 | ----------------------------------------------------------
|
|---|
| 152 | - clean up energy/momentum balance for G4MuonMinusCaptureAtRest
|
|---|