$Id: History 66704 2013-01-10 18:20:17Z gunter $ ------------------------------------------------------------------- ========================================================= Geant4 - an Object-Oriented Toolkit for Simulation in HEP ========================================================= Hadronic physics-list/builders History -------------------------------------- This file should be used to briefly summarize all major modifications introduced in the code and keeptrack of all tags. ---------------------------------------------------------- * Reverse chronological order (last date on top), please * ---------------------------------------------------------- 15-Apr-2016, Vladimir Ivanchenko (phys-builders-V10-02-01) - OrderingParameterTable - disable msc PostStep 18-Jan-2016, Alberto Ribon (phys-builders-V10-02-00) - G4NeutronHPBuilder : used the name "NeutronHPInelastic" (instead of "ParticleHPInelastic") 19-Nov-2015, Alberto Ribon (phys-builders-V10-01-05) - G4NeutronHPBuilder : kept only the header file, with a typedef to G4NeutronPHPBuilder 05-Nov-2015, Alberto Ribon (phys-builders-V10-01-04) - Removed neutron_hp/ . 03-Nov-2015, Alberto Ribon (phys-builders-V10-01-03) - G4NeutronHPBuilder : migrated to ParticleHP. Now it is equivalent to G4NeutronPHPBuilder, so G4NeutronHPBuilder will be deleted soon. 06-April-2015, Andrea Dotti (phys-builders-V10-01-02) - Coverity fixes 17-March-2015, Vladimir Ivanchenko (phys-builders-V10-01-01) - G4AlphaBuilder, G4AlphaPHPBuilder, G4DeuteronBuilder, G4DeuteronPHPBuilder, G4He3Builder, G4He3PHPBuilder, G4NeutronHPBuilder, G4NeutronLENDBuilder, G4NeutronPHPBuilder, G4ProtonPHPBuilder, G4TritonBuilder, G4TritonPHPBuilder removed deletion of cross section at exit to avoid double deletion 13-March-2015, Vladimir Ivanchenko (phys-builders-V10-01-00) - G4INCLXXNeutronBuilder, G4INCLXXProtonBuilder, G4INCLXXPionBuilder do not delete model and x-section at exit - G4INCLXXPionBuilder - fixed pion cross section for pi- 12-Nov-2014, G.Folger (phys-builders-V10-00-07) - remove reference to G4INCLXXPiKBuilder.{hh,cc} from sources.cmake 07-Nov-2014, P. Arce (phys-builders-V10-00-06) - Add builders for particle_hp physics list 15-October-2014, Gabriele Cosmo (phys-builders-V10-00-05) - Added dependency to 'de_excitation/fission' module in GNUMakefile and sources.cmake, now required by INCLXX. 06-June-2014, Vladimir Ivanchenko (phys-builders-V10-00-04) - In all builders do not create a new instance of G4PreCompoundModel and G4ExcitationHandler to reduce number of its instances. - Do not delete processes/models/cross sections in destructors of builders 03-June-2014, Julia Yarba (phys-builders-V10-00-03) - Add G4QGSPLundStrFragmProtonBuilder(.hh and .cc) which outfits QGSP model with G4 LundStringFragmentation object (instead of the older G4QGSMFfragmentation); this appears to give better agreement with data at the energies above 100GeV (tested for proton+C) - Set minimum energy for G4QGSPLundStrFragmProtonBuilder at 100GeV 27-May-2014, Davide Mancusi (phys-builders-V10-00-02) - Convert G4INCLXXPiKBuilder to G4INCLXXPionBuilder. - Set the maximum energy for G4INCLXXPionBuilder to 20 GeV. - Add G4QGSPKaonBuilder. 09-May-2014, Vladimir Ivanchenko (phys-builders-V10-00-01) - OrderingParameterTable - processes "AnnihToMuMu" and "AnnihToHad" should not be active AtRest - fixed problem report #1598 06-Mar-2014, Alberto Ribon (phys-builders-V10-00-00) - Fixed memory leak in G4FTFBuilder.cc. 07-Nov-2013, Alberto Ribon (phys-builders-V09-06-13) - Removed low_energy and high_energy from sources.cmake and GNUmakefile. 05-Nov-2013, Michael Kelsey (phys-builders-V09-06-12) - Retagged after previous tag was rejected. No changes required. 05-Nov-2013, Alberto Ribon (phys-builders-V09-06-11) - Removed G4LEPPiKBuilder, G4LEPPionBuilder, G4LEPNeutronBuilder, G4LEPProtonBuilder, and G4MiscBuilder. 30-Oct-2013, Alberto Ribon (phys-builders-V09-06-10) - Coverity fixes (removed variables that are not needed) in the following classes: G4QGSBuilder, G4QGSPPiKBuilder, G4QGSPNeutronBuilder, G4QGSPPionBuilder, and G4QGSPProtonBuilder. 04-Oct-2013, Davide Mancusi (phys-builders-V09-06-09) - INCLXX neutron builder now uses G4NeutronInelasticXS. 22-Jul-2013, Alberto Ribon (phys-builders-V09-06-08) - Nothing is changed: simply re-propose the previous tag after fixing an initialization problem in materials category. 19-Jul-2013, Alberto Ribon (phys-builders-V09-06-07) - Introduced a boolean parameter to the constructor of the class G4NeutronBuilder to switch on the fission process. The default is fission off, but for the HP-based physics lists it is activated. 21-Mar-2013, Alberto Ribon (phys-builders-V09-06-06) - Fixed warning message in G4FTFBinaryKaonBuilder and G4HyperonFTFPBuilder. 19-Mar-2013, Alberto Ribon (phys-builders-V09-06-05) - Added a new method to the builders: G4FTFBinaryNeutronBuilder, G4FTFBinaryProtonBuilder. 19-Mar-2013, Alberto Ribon (phys-builders-V09-06-04) - Added the new builders: G4FTFPPionBuilder, G4FTFPKaonBuilder, G4QGSBinaryPionBuilder, G4QGSBinaryKaonBuilder. - Added a new method to the builders: G4FTFBinaryPionBuilder, G4FTFBinaryKaonBuilder. 08-Mar-2013, Davide Mancusi (phys-builders-V09-06-03) - Fix problem with overlapping model ranges. - Depends on phys-ctor-hinelastic-V09-06-06. 22-Feb-2013, Davide Mancusi (phys-builders-V09-06-02) - Modified INCLXX proton and neutron builders to use PreCompound below 2 MeV. 08-Feb-2013, Vladimir Ivanchenko (phys-builders-V09-06-01) - GNUmakefile fixed - G4LIB_BUILD_EXPAT is added 10-Jan-2013, Gunter Folger (phys-builders-V09-06-00) - new directory structure introduced. builders directory only keeps hadronic builders, hadronic constructors moved to constructors/hadron_inelastic