Files
geant4/source/processes/hadronic/models/im_r_matrix/History
T
2016-06-10 11:51:14 +02:00

129 lines
5.3 KiB
Plaintext

-------------------------------------------------------------------
==========================================================
Geant4 - an Object-Oriented Toolkit for Physics Simulation
==========================================================
History file for hadronic/models/im_r_matrix
--------------------------------------------
This file should be used to summarize modifications introduced in the
code and to keep track of all tags.
---------------------------------------------------------------
* Please list in reverse chronological order (last date on top)
---------------------------------------------------------------
29-Jul-2013 Hisaya Kurashige had-im_r-V09-06-05
- remove inclusion of G4ShortLivedTable.hh in G4ResonaceNames.cc
12-Jul-2013 Gunter Folger hadr-im_r-V09-06-04
- correct typo
12-Jul-2013 Gunter Folger hadr-im_r-V09-06-03
- fixes for coverity.
11-Jul-2013 Gunter Folger hadr-im_r-V09-06-02
- Changes for MT: make static arrays const to avoid having these thread local.
08-Jan-2013 Gunter Folger hadr-im_r-V09-06-01
- Bugfix in G4MesonAbsorption, bug 1416; loss of optimisation shortcut.
- Bugfix in G4CollisionMesonBaryonElastic::IsInCharge, bug 1415, method
always returned false, effectively blocking meson-baryon elastic.
Expect to change distributions.
21-Nov-2012 Gunter Folger hadr-im_r-V09-06-00
- Bugfix in G4Scatterer::GetTimeToInteraction(), bug 1334.
One shortcut in calculation of time was missed, as only one of teh two
particles was checked. Physics unchanged, but small performance gain
of few percent.
12-Oct-2012 Gabriele Cosmo hadr-im_r-V09-05-08
- Explicitly inclusion of headers for system of units and physical
constants... fixed cases introduced again in last tags...
05-Oct-2012 Gunter Folger hadr-im_r-V09-05-07
- add Print() to G4CollisionInitialState
28-Sep-2012 Alberto Ribon hadr-im_r-V09-05-06
- Fixed reproducibility violation in G4CollisionComposite.cc.
20-Sep-2012 Gabriele Cosmo hadr-im_r-V09-05-05
- Explicitly use inclusion of headers for system of units and physical
constants, in plan to remove implicit inclusion from globals.hh.
12-Jun-2012 Gunter Folger hadr-im_r-V09-05-04
- fixes to avoid shadowing of variables
29-May-2012 Gunter Folger hadr-im_r-V09-05-03
- Fix coverity warnings, part 2; fixed ~20 more warnings, mostly not
initialized data members, or dead code.
Affected 25 source and 18 header files
29-May-2012 Gunter Folger hadr-im_r-V09-05-02
- Ignore: incomplete tag
18-May-2012 Gunter Folger hadr-im_r-V09-05-01
- Fix coverity warnings, part 1: includes done, src started.
03-Feb-2012 Gunter Folger hadr-im_r-V09-05-00
- Incorporate new data from extended nucleon-nucleon elastic scattering data,
i.e. SAID evaluation.
These double differential elastic cross sections now cover energies up to 5 GeV.
Data copied from G4LE{np,pp}..., affects
G4AngularDistribution{NP,PP}{,Data}.hh
11-Nov-2011Gunter Folger hadr-im_r-V09-04-01
- Move to new style G4Exception
01-Jun-2011 Gunter Folger hadr-im_r-V09-04-00
- Fix warning from gcc4.6 on almost unused variable.
13-Mar-2010 Gunter Folger hadr-im_r-V09-03-00
- create branch with developments from head, never released yet. Take care,
this also lost some changes made on the branch going to releases!
- take release version back to HEAD
- remove empty G4VScatterer.cc
30-Nov-2009 Gunter Folger hadr-im_r-V09-02-02
- Fix compilation error in gcc 4.3 (typeinfo)
20-Nov-2009 Gunter Folger hadr-im_r-V09-02-01
- Reduce usage of strings. Maps of cross sections use G4Particledefinition
in place of particle name
19-Nov-2009 Gunter Folger/Tatsumi Koi hadr-im_r-V09-02-00
- G4CollisionComposite.cc: Fix for reproducability provided by Tatsumi.
Removed the dependance of the energy grid of the cross section set
on the order of the particles by forcing heavier particle to be at rest
when caching the cross section.
8-Dec-2008 Gunter Folger hadr-im_r-V09-01-01
- G4XNNElasticLowE: remove use of ParticleDefinition object in dtor
5-Dec-2008 Gunter Folger hadr-im_r-V09-01-00
- G4XNNTotalLowE: remove use of ParticleDefinition object in dtor
15-Nov-2007 Gunter Folger hadr-im_r_V09-00-03
----------------------------------------------------------------
- In G4ParticleTypeConverter, remove warning on unknown particle;
occurs for eta_prime, k_star+, anti_... etc. in BiC propagate interface
03-Oct-2007 Gunter Folger hadr-im_r_V09-00-02
----------------------------------------------------------------
- Incorporate change by Dennis for G4CollisionComposite.cc: SUN compiler
warning of hiding variable components.
hadr-im_r_V09-00-01 had many files from head.
5 Jul 2007 Dennis Wright (hadr-im_r_V09-00-01)
-----------------------------------------------
- G4CollisionComposite.cc : remove duplicate declaration of local variable
"components" to avoid Sun compiler hiding warning
- use 2006 versions of G4Scatterer.cc and G4CollisionComposite.hh
leave all files named G4CollisionN... at HEAD but not tagged
- create History file