Ignore:
Timestamp:
Jun 18, 2010, 11:42:07 AM (15 years ago)
Author:
garnier
Message:

update geant4-09-04-beta-cand-01 interfaces-V09-03-09 vis-V09-03-08

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/processes/hadronic/models/de_excitation/History

    r1228 r1315  
    1414     * Please list in reverse chronological order (last date on top)
    1515     ---------------------------------------------------------------
     16
     179 June 2010 Vladimir Ivanchenko (hadr-deex-V09-03-18)
     18----------------------------------------------------------
     19- G4Evaporation - fixed problem of isotope production for high Z
     20                  fragments introduced in previous tags
     21
     2225 May 2010 Vladimir Ivanchenko (hadr-deex-V09-03-17)
     23----------------------------------------------------------
     24- G4E1Probability - added numerical protection to avoid division by zero
     25
     2619 May 2010 Vladimir Ivanchenko (hadr-deex-V09-03-16)
     27----------------------------------------------------------
     28- G4UnstableFragmentBreakUp - fix selection of decay channel by addition of check
     29                              on residual fragment Z and A (addressed
     30                              problem reported stt for the tag 03-14)
     31
     3219 May 2010 Vladimir Ivanchenko (hadr-deex-V09-03-15)
     33----------------------------------------------------------
     34- G4UnstableFragmentBreakUp - fixed selection of decay channel
     35- G4E1Probability - code cleanup and optimisation by usage of G4Pow, integer A
     36                    and introduction of const members
     37- G4GEMProbability - code cleanup and optimisation by usage of G4Pow and integer Z,A
     38- G4ExcitationHandler - forced  FermiBreakUp for A < 5
     39- G4PhotonEvaporation - (F.Lei) added correction of electron state after emission
     40- G4FermiFragmentsPool - JMQ fixed fragment 111
     41
     4211 May 2010 Vladimir Ivanchenko (hadr-deex-V09-03-14)
     43----------------------------------------------------------
     44- G4UnstableFragmentBreakUp - new class to decay exotic fragmnet (like 2n or 2p)
     45- G4Evaporation - added call to G4UnstableFragmentBreakUp if natural abandances
     46                  of cold fragment is zero; optimized logic of stopping of
     47                  evaporation loop
     48- G4PhotonEvaporation - cleanup new methods EmittedFragment and BreakUpFragment
     49- G4ExcitationHandler - use BreakUpFragment method for photon deexcitation
     50
     5110 May 2010 Vladimir Ivanchenko (hadr-deex-V09-03-13)
     52----------------------------------------------------------
     53- G4VGammaDeexcitation - take into account bounding energy of electron
     54                         in the case of electron emmision; fixed kinematic
     55- G4DiscreteGammaTransition - Removed unphysical corretions of gamma energy;
     56                         fixed default particle as gamma; do not subtract
     57                         bounding energy in case of electron emmision
     58- G4ExcitationHandler - allowed emmision e- instead of gamma due to internal conversion
     59
     60
     6103 May 2010 Vladimir Ivanchenko (hadr-deex-V09-03-12)
     62----------------------------------------------------------
     63- G4Evaporation - improved condition how to stop deexcitation loop
     64- G4VGammaDeexcitation - take into account electron mass in the case of
     65                         electron emmision
     66- G4PhotonEvaporation - improved printout
     67- G4ExcitationHandler - disable MFM
     68- G4StatMFFragment, G4CompetitiveFission, G4EvaporationProbability,
     69  G4GEMProbability - use correct header files
     70
     7128 April 2010 Vladimir Ivanchenko (hadr-deex-V09-03-11)
     72----------------------------------------------------------
     73- G4ExcitationHandler - (JQM+VI) add check on stability of primary;
     74                                 do evaporation if FermiBreakUp or MFM
     75                                 cannot deexcite a fragment;
     76                                 added SetParameters method
     77- G4Evaporation - rewrite BreakUp method; added Initialise method, where setup
     78                  all options and not at run time; added InitialiseEvaporation
     79                  method to setup decay channels; changed order of decay
     80                  channels - first photon evaporation, second - fision,
     81                  after all other channels as before
     82- virtual interfaces - moved constructors and destructors to source files
     83
     8426 April 2010 Vladimir Ivanchenko (hadr-deex-V09-03-10)
     85----------------------------------------------------------
     86- G4FermiConfiguration - (JQM) parameter of Coulomb energy Kappa is changed
     87                          from 1 to 6 according to recommendation of original
     88                          author of the model A. Botvina
     89- G4FermiPhaseSpaceDecay - (JQM) improved model of sampling of kinetic energy;
     90                         - (VI) cleanup the code by using G4Pow; moved constructor
     91                            and destructor to the source
     92
     9325 April 2010 Vladimir Ivanchenko (hadr-deex-V09-03-09)
     94----------------------------------------------------------
     95- G4ExcitationHandler - (JQM+VI) apply FermiBreakUp to fragments with A>1
     96                        (before was A>4) in order to reduce number of
     97                        fake gamma produced in order deexcite light
     98                        fragments; added parameter minExcitation = 1 keV
     99- G4VEvaporationChannel, G4PhotonEvaporation - added 2 new virtual methods
     100                        EmittedFragment and BreakUpFragment
     101
     10223 April 2010 Vladimir Ivanchenko (hadr-deex-V09-03-08)
     103----------------------------------------------------------
     104- G4VGammaDeexcitation - kinematic of 2-body decay rewritten
     105- G4DiscreteGammaTransition, G4DiscreteGammaDeexcitation,
     106  G4ContinuumGammaDeexcitation - set energy tolerance 1 keV;
     107                                 set destructors to be virtual
     108
     10921 April 2010 Vladimir Ivanchenko (hadr-deex-V09-03-07)
     110----------------------------------------------------------
     111- G4FermiFragmentsPool - (JMQ) extended list of stable fragments
     112- G4DiscreteGammaTransition - (JMQ) make transition depended on Z and A
     113                                    (before was only Z) and added
     114                                    energy tolerance
     115- G4ContinuumGammaDeexcitation - (JQM) more accurate Lorentz computations
     116- G4VGammaDeexcitation - (JMQ) improved Lorentz computations
     117
     11820 April 2010 Vladimir Ivanchenko (hadr-deex-V09-03-06)
     119----------------------------------------------------------
     120- G4GEMProbability - (JQM + VI) fixed numerical problem (division by zero)
     121
     12216 April 2010 Vladimir Ivanchenko (hadr-deex-V09-03-05)
     123----------------------------------------------------------
     124- G4ExcitationHandler - enable Multi-Fragmentation model
     125- G4StatMFMacroTemperature - cleanup logic of solving equation for
     126           temperature; moved constructors and destructor to source
     127
     12809 April 2010 Vladimir Ivanchenko (hadr-deex-V09-03-04)
     129----------------------------------------------------------
     130- G4ProtonEvaporationProbability, G4DeuteronEvaporationProbability,
     131  G4TritonEvaporationProbability, G4He3EvaporationProbability,
     132  G4AlphaEvaporationProbability - (JMQ) return back to published
     133               variant OPT3 (Kalbach) parameterization of inverse
     134               cross section
     135
     13605 March 2010 Vladimir Ivanchenko (hadr-deex-V09-03-03)
     137----------------------------------------------------------
     138- G4Evaporation - set as a default variant evaporation combined
     139                  standard + GEM probabilities
     140
     14117 February 2009 Vladimir Ivanchenko (hadr-deex-V09-03-02)
     142----------------------------------------------------------
     143- G4ExcitationHandler - deactivate Multi-Fragmentation model
     144
     14505 February 2009 Vladimir Ivanchenko (hadr-deex-V09-03-01)
     146----------------------------------------------------------
     147- G4ExcitationHandler - activate FermiBreakUp and Multi-Fragmentation models
     148
     14918 January 2010  Vladimir Ivanchenko (hadr-deex-V09-03-00)
     150----------------------------------------------------------
     151- Move 9.3 version to the head of cvs for following files: G4FissionBarrier.hh,
     152  G4FissionBarrier.cc, G4VGammaDeexcitation.cc, G4VGammaDeexcitation.hh,
    16153
    1715409 December 2009 Gunter Folger  (hadr-deex-V09-02-23)
Note: See TracChangeset for help on using the changeset viewer.