Ignore:
Timestamp:
Apr 6, 2009, 12:30:29 PM (15 years ago)
Author:
garnier
Message:

update processes

File:
1 edited

Legend:

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

    r819 r962  
    1515     ---------------------------------------------------------------
    1616
    17 5 May 2008 Gabriele Cosmo (hadr-casc-V09-00-04)
     1721 Feb 2009 Dennis Wright (hadr-casc-V09-02-01)
    1818-----------------------------------------------
    19 - Tag for release 9.1.p02.
     19- add printCrossSection method to G4CascadSpecialFunctions
     20- in GeElementaryParticleCollider, add high energy flag to distinguish
     21  "string-like" behavior
     22- G4IntraNucleiCascader.cc - allow secondaries from HE interaction to
     23  leave nucleus without interacting
     24- G4NucleiModel - get high_energy_interaction flag value from G4ElementaryParticleCollider
    2025
    21 30 Apr 2008 Dennis Wright (hadr-casc-V09-01-02)
     2611 Feb 2009 V.Ivanchenko (hadr-casc-V09-02-00)
     27-----------------------------------------------
     28- set absorption coefficient 1.0 instead of 0.2 inside
     29  G4CascadSpecialFunctions (D.Wright)
     30
     3125 Nov 2008 Dennis Wright (hadr-casc-V09-01-10)
     32-----------------------------------------------
     33- fix multiplicity sampling in G4ElementaryParticleCollider::generateMultiplicity().
     34  Now partial cross sections are normalized to the total cross section instead
     35  of just the sum of 2-body to 6-body final state cross sections.  Also fix
     36  2-body cross sections above 7 GeV where they were too small.
     37  Fix the same cross sections which appear in G4CascadSpecialFunctions.cc
     38
     3921 Nov 2008 Dennis Wright (hadr-casc-V09-01-09)
     40-----------------------------------------------
     41- add some comments to cross section tables in G4CascadSpecialFunctions.cc
     42  and G4ElementaryParticleCollider.cc
     43
     4424 Oct 2008 Dennis Wright (hadr-casc-V09-01-08)
     45-----------------------------------------------
     46- replace GetAtomicMass() with GetNuclearMass() in cascade/G4InuclEvaporation
     47  and evaporation/G4BertiniEvaporation
     48- V. Ivantchenko added name to G4CascadeInterface ("Bertini Cascade")
     49
     5017 Oct 2008 Dennis Wright (hadr-casc-V09-01-07)
     51-----------------------------------------------
     52- added Coulomb barrier plus barrier penetration in G4IntraNucleiCascader.cc
     53
     5427 Sep 2008 Dennis Wright (hadr-casc-V09-01-06)
     55-----------------------------------------------
     56- Fixed 4.3 compiler warnings for G4InuclElementaryParticle.hh by providing
     57  initializers for particle type and mass
     58- Remove unused variables totscm, totlab in G4BigBanger.cc,
     59  G4ElementaryParticleCollider.cc, and unused mom1 from G4InuclSpecialFunctions.cc
     60
     6122 Sep 2008 Gabriele Cosmo (hadr-casc-V09-01-05)
     62------------------------------------------------
     63- Introduced simple wrapper class G4CascadeMomentum meant to replace usage
     64  of std::vector<double> in the cascade code, to reduce memory allocations.
     65  Courtesy of P.Elmer (princeton Univ.).
     66- Modified cascade code to make use of G4CascadeMomentum.
     67
     68 3 Sep 2008 Dennis Wright (hadr-casc-V09-01-04)
     69-----------------------------------------------
     70- G4ElementaryParticleCollider.cc: in method generateMultiplicity, remove
     71  large_cut which increases multiplicity from 3 to 4 abruptly at 4 GeV
     72  and above.   This caused a sharp drop-off in the single pion spectra from
     73  pH reactions.   The effect in heavier nuclei is small.
     74 
     7529 Jun 2008 Dennis Wright (hadr-casc-V09-01-03)
     76-----------------------------------------------
     77- add changes made by M. Paterno, J. Kowalkowski, and M. Fischler (FNAL) 
     78  to speed up code.  All G4Cascade***Channel classes and related code changed.
     79
     80 5 May 2008 Dennis Wright (hadr-casc-V09-01-02)
     81-----------------------------------------------
     82- retag hadr-casc-V09-csbug as hadr-casc-V09-01-02
     83
     8430 Apr 2008 Dennis Wright (hadr-casc-V09-csbug)
    2285-----------------------------------------------
    2386- fix cross section bug in G4CascadSpecialFunctions that returned
     
    2588  interactions
    2689
    27 22 Apr 2008 Dennis Wright (hadr-casc-V09-01-01)
     9029 Apr 2008 Dennis Wright (hadr-casc-V09-01-01)
    2891-----------------------------------------------
     92- bring tag hadr-casc-V09-01-coula to HEAD, make official tag
     93
     9422 Apr 2008 Dennis Wright (hadr-casc-V09-01-param)
     95--------------------------------------------------
    2996- changed pp, nn total cross section parameterization in
    3097  G4CascadSpecialFunctions to more closely reflect the PDG values (old one
Note: See TracChangeset for help on using the changeset viewer.