git: 2dee3aa410f2 - main - science/geant4: Update to 11.2.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 13 Dec 2023 07:55:54 UTC
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=2dee3aa410f24efa8c12164b9b575ac4a5214989 commit 2dee3aa410f24efa8c12164b9b575ac4a5214989 Author: Erik Jensen <erik@tenku.dk> AuthorDate: 2023-12-11 16:40:22 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2023-12-13 07:55:39 +0000 science/geant4: Update to 11.2.0 ChangeLog: https://geant4.web.cern.ch/download/release-notes/notes-v11.2.0.html PR: 275679 Reported by: erik@tenku.dk (maintainer) --- science/geant4/Makefile | 9 +- science/geant4/distinfo | 18 +- science/geant4/files/patch-CMakeLists.txt | 2 +- .../patch-cmake_Modules_G4OptionalComponents.cmake | 4 +- ...source_global_management_include_G4Backtrace.hh | 2 +- .../patch-source_global_management_include_tls.hh | 2 +- science/geant4/pkg-plist | 1325 +++++++++++++------- 7 files changed, 914 insertions(+), 448 deletions(-) diff --git a/science/geant4/Makefile b/science/geant4/Makefile index a85665cc7264..f0c517c0dc97 100644 --- a/science/geant4/Makefile +++ b/science/geant4/Makefile @@ -1,7 +1,6 @@ PORTNAME= geant4 DISTVERSIONPREFIX= v -DISTVERSION= 11.1.2 -PORTREVISION= 2 +DISTVERSION= 11.2.0 CATEGORIES= science parallel devel cad MASTER_SITES= https://cern.ch/geant4-data/releases/ \ https://cern.ch/geant4-data/datasets/:data @@ -54,10 +53,10 @@ CMAKE_ON= GEANT4_BUILD_MULTITHREADED \ GEANT4_USE_TBB \ GEANT4_USE_XM -G4ABLA_VERSION= 3.1 -G4EMLOW_VERSION= 8.2 +G4ABLA_VERSION= 3.3 +G4EMLOW_VERSION= 8.5 G4ENSDFSTATE_VERSION= 2.3 -G4INCL_VERSION= 1.0 +G4INCL_VERSION= 1.2 G4NDL_VERSION= 4.7 G4PARTICLEXS_VERSION= 4.0 G4PhotonEvaporation_VERSION= 5.7 diff --git a/science/geant4/distinfo b/science/geant4/distinfo index a7d231f9001c..16503fdbc722 100644 --- a/science/geant4/distinfo +++ b/science/geant4/distinfo @@ -1,14 +1,14 @@ -TIMESTAMP = 1689694144 -SHA256 (geant4/geant4-v11.1.2.tar.gz) = 7b782d93e0749fb9c498e98d4ba32a76cb0c04d3490e9f07d8400c87b9c647d5 -SIZE (geant4/geant4-v11.1.2.tar.gz) = 36423840 -SHA256 (geant4/G4ABLA.3.1.tar.gz) = 7698b052b58bf1b9886beacdbd6af607adc1e099fc730ab6b21cf7f090c027ed -SIZE (geant4/G4ABLA.3.1.tar.gz) = 107286 -SHA256 (geant4/G4EMLOW.8.2.tar.gz) = 3d7768264ff5a53bcb96087604bbe11c60b7fea90aaac8f7d1252183e1a8e427 -SIZE (geant4/G4EMLOW.8.2.tar.gz) = 329428359 +TIMESTAMP = 1702216811 +SHA256 (geant4/geant4-v11.2.0.tar.gz) = 46ad7fab3c5cb4bd0bdd77dd6d3e2283184819235bcbc01b2d117d81b35596a6 +SIZE (geant4/geant4-v11.2.0.tar.gz) = 36652313 +SHA256 (geant4/G4ABLA.3.3.tar.gz) = 1e041b3252ee9cef886d624f753e693303aa32d7e5ef3bba87b34f36d92ea2b1 +SIZE (geant4/G4ABLA.3.3.tar.gz) = 170253 +SHA256 (geant4/G4EMLOW.8.5.tar.gz) = 66baca49ac5d45e2ac10c125b4fb266225e511803e66981909ce9cd3e9bcef73 +SIZE (geant4/G4EMLOW.8.5.tar.gz) = 340782306 SHA256 (geant4/G4ENSDFSTATE.2.3.tar.gz) = 9444c5e0820791abd3ccaace105b0e47790fadce286e11149834e79c4a8e9203 SIZE (geant4/G4ENSDFSTATE.2.3.tar.gz) = 290745 -SHA256 (geant4/G4INCL.1.0.tar.gz) = 716161821ae9f3d0565fbf3c2cf34f4e02e3e519eb419a82236eef22c2c4367d -SIZE (geant4/G4INCL.1.0.tar.gz) = 95840 +SHA256 (geant4/G4INCL.1.2.tar.gz) = f880b16073ee0a92d7494f3276a6d52d4de1d3677a0d4c7c58700396ed0e1a7e +SIZE (geant4/G4INCL.1.2.tar.gz) = 98438 SHA256 (geant4/G4NDL.4.7.tar.gz) = 7e7d3d2621102dc614f753ad928730a290d19660eed96304a9d24b453d670309 SIZE (geant4/G4NDL.4.7.tar.gz) = 1114928821 SHA256 (geant4/G4PARTICLEXS.4.0.tar.gz) = 9381039703c3f2b0fd36ab4999362a2c8b4ff9080c322f90b4e319281133ca95 diff --git a/science/geant4/files/patch-CMakeLists.txt b/science/geant4/files/patch-CMakeLists.txt index a1bbf4aec274..854db2dae20a 100644 --- a/science/geant4/files/patch-CMakeLists.txt +++ b/science/geant4/files/patch-CMakeLists.txt @@ -1,4 +1,4 @@ ---- CMakeLists.txt.orig 2023-07-18 11:39:33 UTC +--- CMakeLists.txt.orig 2023-12-10 14:44:52 UTC +++ CMakeLists.txt @@ -48,3 +48,5 @@ set(CMAKE_MODULE_PATH # diff --git a/science/geant4/files/patch-cmake_Modules_G4OptionalComponents.cmake b/science/geant4/files/patch-cmake_Modules_G4OptionalComponents.cmake index eb924da5a530..615c90aaac56 100644 --- a/science/geant4/files/patch-cmake_Modules_G4OptionalComponents.cmake +++ b/science/geant4/files/patch-cmake_Modules_G4OptionalComponents.cmake @@ -1,4 +1,4 @@ ---- cmake/Modules/G4OptionalComponents.cmake.orig 2023-03-31 14:13:37 UTC +--- cmake/Modules/G4OptionalComponents.cmake.orig 2023-12-10 17:01:37 UTC +++ cmake/Modules/G4OptionalComponents.cmake @@ -38,8 +38,31 @@ endif() @@ -28,7 +28,7 @@ if(GEANT4_USE_SYSTEM_CLHEP) - find_package(CLHEP 2.4.6.0 REQUIRED CONFIG) + find_package(CLHEP 2.4.6.0 REQUIRED CONFIG -+ PATHS ${_paths}) ++ PATHS ${_paths}) # PATHS added by port maintainer + unset(_paths) geant4_save_package_variables(CLHEP CLHEP_DIR) else() diff --git a/science/geant4/files/patch-source_global_management_include_G4Backtrace.hh b/science/geant4/files/patch-source_global_management_include_G4Backtrace.hh index 48972b5288f3..1ef500448771 100644 --- a/science/geant4/files/patch-source_global_management_include_G4Backtrace.hh +++ b/science/geant4/files/patch-source_global_management_include_G4Backtrace.hh @@ -1,4 +1,4 @@ ---- source/global/management/include/G4Backtrace.hh.orig 2022-09-16 07:46:17 UTC +--- source/global/management/include/G4Backtrace.hh.orig 2023-12-10 14:41:01 UTC +++ source/global/management/include/G4Backtrace.hh @@ -114,7 +114,7 @@ using G4ResultOf_t = std::invoke_result_t<FuncT, ArgTy #endif diff --git a/science/geant4/files/patch-source_global_management_include_tls.hh b/science/geant4/files/patch-source_global_management_include_tls.hh index 806418827559..6577fc760161 100644 --- a/science/geant4/files/patch-source_global_management_include_tls.hh +++ b/science/geant4/files/patch-source_global_management_include_tls.hh @@ -1,4 +1,4 @@ ---- source/global/management/include/tls.hh.orig 2022-09-16 07:46:17 UTC +--- source/global/management/include/tls.hh.orig 2023-12-10 14:36:39 UTC +++ source/global/management/include/tls.hh @@ -39,7 +39,8 @@ diff --git a/science/geant4/pkg-plist b/science/geant4/pkg-plist index b27080074826..86205f8b820a 100644 --- a/science/geant4/pkg-plist +++ b/science/geant4/pkg-plist @@ -211,7 +211,6 @@ include/Geant4/G4AdjointPrimaryGeneratorAction.hh include/Geant4/G4AdjointProcessEquivalentToDirectProcess.hh include/Geant4/G4AdjointProton.hh include/Geant4/G4AdjointSimManager.hh -include/Geant4/G4AdjointSimMessenger.hh include/Geant4/G4AdjointStackingAction.hh include/Geant4/G4AdjointSteppingAction.hh include/Geant4/G4AdjointTrackingAction.hh @@ -224,7 +223,6 @@ include/Geant4/G4AllocatorList.hh include/Geant4/G4AllocatorPool.hh include/Geant4/G4Alpha.hh include/Geant4/G4AlphaBuilder.hh -include/Geant4/G4AlphaCoulombBarrier.hh include/Geant4/G4AlphaDecay.hh include/Geant4/G4AlphaEvaporationChannel.hh include/Geant4/G4AlphaEvaporationProbability.hh @@ -303,9 +301,6 @@ include/Geant4/G4ApplicationState.hh include/Geant4/G4ArrayOps.hh include/Geant4/G4ArrowModel.hh include/Geant4/G4ASCIITree.hh -include/Geant4/G4ASCIITreeMessenger.hh -include/Geant4/G4ASCIITreeSceneHandler.hh -include/Geant4/G4ASCIITreeViewer.hh include/Geant4/G4AssemblyStore.hh include/Geant4/G4AssemblyTriplet.hh include/Geant4/G4AssemblyTriplet.icc @@ -697,8 +692,6 @@ include/Geant4/G4DataSet.hh include/Geant4/G4DataVector.hh include/Geant4/G4DataVector.icc include/Geant4/G4DAWNFILE.hh -include/Geant4/G4DAWNFILESceneHandler.hh -include/Geant4/G4DAWNFILEViewer.hh include/Geant4/G4DCIOcatalog.hh include/Geant4/G4DCIOentryT.hh include/Geant4/G4DCofThisEvent.hh @@ -726,7 +719,6 @@ include/Geant4/G4DensityEffectData.hh include/Geant4/G4DetailedBalancePhaseSpaceIntegral.hh include/Geant4/G4Deuteron.hh include/Geant4/G4DeuteronBuilder.hh -include/Geant4/G4DeuteronCoulombBarrier.hh include/Geant4/G4DeuteronEvaporationChannel.hh include/Geant4/G4DeuteronEvaporationProbability.hh include/Geant4/G4DeuteronGEMChannel.hh @@ -772,15 +764,12 @@ include/Geant4/G4DNACPA100ElasticModel.hh include/Geant4/G4DNACPA100ExcitationModel.hh include/Geant4/G4DNACPA100IonisationModel.hh include/Geant4/G4DNACPA100LogLogInterpolation.hh -include/Geant4/G4DNACPA100WaterExcitationStructure.hh -include/Geant4/G4DNACPA100WaterIonisationStructure.hh include/Geant4/G4DNACrossSectionDataSet.hh include/Geant4/G4DNADamage.hh include/Geant4/G4DNADingfelderChargeDecreaseModel.hh include/Geant4/G4DNADingfelderChargeIncreaseModel.hh include/Geant4/G4DNADiracRMatrixExcitationModel.hh include/Geant4/G4DNADissociation.hh -include/Geant4/G4DNADummyModel.hh include/Geant4/G4DNAElastic.hh include/Geant4/G4DNAElectronHoleRecombination.hh include/Geant4/G4DNAElectronSolvatation.hh @@ -995,8 +984,6 @@ include/Geant4/G4ENDFYieldDataContainer.hh include/Geant4/G4EnergyLossForExtrapolator.hh include/Geant4/G4EnergyLossTables.hh include/Geant4/G4EnergyRangeManager.hh -include/Geant4/G4EnergySplitter.hh -include/Geant4/G4EnergySplitter.icc include/Geant4/G4EnhancedVecAllocator.hh include/Geant4/G4EntanglementAuxInfo.hh include/Geant4/G4EnvironmentUtils.hh @@ -1105,7 +1092,6 @@ include/Geant4/G4FastSimHitMaker.hh include/Geant4/G4FastSimulationHelper.hh include/Geant4/G4FastSimulationManager.hh include/Geant4/G4FastSimulationManagerProcess.hh -include/Geant4/G4FastSimulationMessenger.hh include/Geant4/G4FastSimulationPhysics.hh include/Geant4/G4FastSimulationProcessType.hh include/Geant4/G4FastSimulationVector.hh @@ -1117,12 +1103,10 @@ include/Geant4/G4FastVector.hh include/Geant4/G4Fcn.hh include/Geant4/G4FermiBreakUpVI.hh include/Geant4/G4FermiChannels.hh -include/Geant4/G4FermiDecayProbability.hh include/Geant4/G4FermiFragment.hh include/Geant4/G4FermiFragmentsPoolVI.hh include/Geant4/G4FermiMomentum.hh include/Geant4/G4FermiPair.hh -include/Geant4/G4FermiCoulombBarrier.hh include/Geant4/G4FermiPhaseSpaceDecay.hh include/Geant4/G4FFGDebuggingMacros.hh include/Geant4/G4FFGDefaultValues.hh @@ -1167,9 +1151,6 @@ include/Geant4/G4FPYTreeStructures.hh include/Geant4/G4Fragment.hh include/Geant4/G4FragmentingString.hh include/Geant4/G4FragmentVector.hh -include/Geant4/G4FRConst.hh -include/Geant4/G4FRofstream.hh -include/Geant4/G4FRSceneFunc.icc include/Geant4/G4FSALBogackiShampine45.hh include/Geant4/G4FSALDormandPrince745.hh include/Geant4/G4FSALIntegrationDriver.hh @@ -1246,7 +1227,6 @@ include/Geant4/G4Generator2BS.hh include/Geant4/G4GeneratorPrecompoundInterface.hh include/Geant4/G4GenericAnalysisManager.hh include/Geant4/G4GenericAnalysisManager.icc -include/Geant4/G4GenericAnalysisMessenger.hh include/Geant4/G4GenericBiasingPhysics.hh include/Geant4/G4GenericFileManager.hh include/Geant4/G4GenericFileManager.icc @@ -1288,24 +1268,12 @@ include/Geant4/G4GlobalFastSimulationManager.hh include/Geant4/G4GlobalMagFieldMessenger.hh include/Geant4/G4Gluons.hh include/Geant4/G4GMocrenFile.hh -include/Geant4/G4GMocrenFileCTtoDensityMap.hh -include/Geant4/G4GMocrenFileSceneHandler.hh -include/Geant4/G4GMocrenFileViewer.hh -include/Geant4/G4GMocrenIO.hh -include/Geant4/G4GMocrenMessenger.hh -include/Geant4/G4GMocrenTouchable.hh include/Geant4/G4GNASHTransitions.hh include/Geant4/G4GoudsmitSaundersonMscModel.hh include/Geant4/G4GoudsmitSaundersonTable.hh include/Geant4/G4GPILSelection.hh include/Geant4/G4GPSModel.hh include/Geant4/G4GraphicsSystemList.hh -include/Geant4/G4GRSSolid.hh -include/Geant4/G4GRSSolid.icc -include/Geant4/G4GRSSolidHandle.hh -include/Geant4/G4GRSVolume.hh -include/Geant4/G4GRSVolume.icc -include/Geant4/G4GRSVolumeHandle.hh include/Geant4/G4GSMottCorrection.hh include/Geant4/G4GSPWACorrections.hh include/Geant4/G4H2.hh @@ -1389,7 +1357,6 @@ include/Geant4/G4hCoulombScatteringModel.hh include/Geant4/G4HCtable.hh include/Geant4/G4He3.hh include/Geant4/G4He3Builder.hh -include/Geant4/G4He3CoulombBarrier.hh include/Geant4/G4He3EvaporationChannel.hh include/Geant4/G4He3EvaporationProbability.hh include/Geant4/G4He3GEMChannel.hh @@ -1407,16 +1374,12 @@ include/Geant4/G4HelixSimpleRunge.hh include/Geant4/G4HEPEvtInterface.hh include/Geant4/G4HEPEvtParticle.hh include/Geant4/G4HepRepFile.hh -include/Geant4/G4HepRepFileSceneHandler.hh -include/Geant4/G4HepRepFileViewer.hh include/Geant4/G4HepRepFileXMLWriter.hh -include/Geant4/G4HepRepMessenger.hh include/Geant4/G4HETCAlpha.hh include/Geant4/G4HETCChargedFragment.hh include/Geant4/G4HETCDeuteron.hh include/Geant4/G4HETCEmissionFactory.hh include/Geant4/G4HETCFragment.hh -include/Geant4/G4HETCFragment.icc include/Geant4/G4HETCHe3.hh include/Geant4/G4HETCNeutron.hh include/Geant4/G4HETCProton.hh @@ -1846,7 +1809,6 @@ include/Geant4/G4LivermorePolarizedRayleighModel.hh include/Geant4/G4LivermoreRayleighModel.hh include/Geant4/G4LLNLFission.hh include/Geant4/G4LMsdGenerator.hh -include/Geant4/G4LocalThreadCoutMessenger.hh include/Geant4/G4LocatorChangeLogger.hh include/Geant4/G4LocatorChangeRecord.hh include/Geant4/G4LockcoutDestination.hh @@ -1903,7 +1865,6 @@ include/Geant4/G4MaterialPropertiesTable.hh include/Geant4/G4MaterialPropertyVector.hh include/Geant4/G4MaterialScanner.hh include/Geant4/G4MaterialTable.hh -include/Geant4/G4MatScanMessenger.hh include/Geant4/G4MaxTimeCuts.hh include/Geant4/G4MCCIndexConversionTable.hh include/Geant4/G4MCTEvent.hh @@ -2085,7 +2046,6 @@ include/Geant4/G4NeutronBetaDecayChannel.hh include/Geant4/G4NeutronBuilder.hh include/Geant4/G4NeutronCaptureProcess.hh include/Geant4/G4NeutronCaptureXS.hh -include/Geant4/G4NeutronCoulombBarrier.hh include/Geant4/G4NeutronCrossSectionXS.hh include/Geant4/G4NeutronDecay.hh include/Geant4/G4NeutronElasticXS.hh @@ -2098,52 +2058,14 @@ include/Geant4/G4NeutronFissionProcess.hh include/Geant4/G4NeutronGEMChannel.hh include/Geant4/G4NeutronGEMProbability.hh include/Geant4/G4NeutronGeneralProcess.hh -include/Geant4/G4NeutronHP2AInelasticFS.hh -include/Geant4/G4NeutronHP2N2AInelasticFS.hh -include/Geant4/G4NeutronHP2NAInelasticFS.hh -include/Geant4/G4NeutronHP2NDInelasticFS.hh -include/Geant4/G4NeutronHP2NInelasticFS.hh -include/Geant4/G4NeutronHP2NPInelasticFS.hh -include/Geant4/G4NeutronHP2PInelasticFS.hh -include/Geant4/G4NeutronHP3AInelasticFS.hh -include/Geant4/G4NeutronHP3NAInelasticFS.hh -include/Geant4/G4NeutronHP3NInelasticFS.hh -include/Geant4/G4NeutronHP3NPInelasticFS.hh -include/Geant4/G4NeutronHP4NInelasticFS.hh -include/Geant4/G4NeutronHPAInelasticFS.hh -include/Geant4/G4NeutronHPAngular.hh -include/Geant4/G4NeutronHPAngularP.hh -include/Geant4/G4NeutronHPArbitaryTab.hh -include/Geant4/G4NeutronHPBGGNucleonInelasticXS.hh include/Geant4/G4NeutronHPBuilder.hh include/Geant4/G4NeutronHPCapture.hh include/Geant4/G4NeutronHPCaptureData.hh include/Geant4/G4NeutronHPCaptureFS.hh -include/Geant4/G4NeutronHPChannel.hh -include/Geant4/G4NeutronHPChannelList.hh -include/Geant4/G4NeutronHPContAngularPar.hh -include/Geant4/G4NeutronHPContEnergyAngular.hh -include/Geant4/G4NeutronHPD2AInelasticFS.hh -include/Geant4/G4NeutronHPDAInelasticFS.hh -include/Geant4/G4NeutronHPData.hh -include/Geant4/G4NeutronHPDataPoint.hh -include/Geant4/G4NeutronHPDataUsed.hh -include/Geant4/G4NeutronHPDeExGammas.hh -include/Geant4/G4NeutronHPDInelasticFS.hh -include/Geant4/G4NeutronHPDiscreteTwoBody.hh include/Geant4/G4NeutronHPElastic.hh include/Geant4/G4NeutronHPElasticData.hh -include/Geant4/G4NeutronHPElasticFS.hh -include/Geant4/G4NeutronHPElementData.hh -include/Geant4/G4NeutronHPEnAngCorrelation.hh -include/Geant4/G4NeutronHPEnergyDistribution.hh -include/Geant4/G4NeutronHPEvapSpectrum.hh -include/Geant4/G4NeutronHPFastLegendre.hh include/Geant4/G4NeutronHPFCFissionFS.hh include/Geant4/G4NeutronHPFFFissionFS.hh -include/Geant4/G4NeutronHPField.hh -include/Geant4/G4NeutronHPFieldPoint.hh -include/Geant4/G4NeutronHPFinalState.hh include/Geant4/G4NeutronHPFission.hh include/Geant4/G4NeutronHPFissionBaseFS.hh include/Geant4/G4NeutronHPFissionData.hh @@ -2151,65 +2073,18 @@ include/Geant4/G4NeutronHPFissionERelease.hh include/Geant4/G4NeutronHPFissionFS.hh include/Geant4/G4NeutronHPFissionSpectrum.hh include/Geant4/G4NeutronHPFSFissionFS.hh -include/Geant4/G4NeutronHPGamma.hh -include/Geant4/G4NeutronHPHash.hh -include/Geant4/G4NeutronHPHe3InelasticFS.hh include/Geant4/G4NeutronHPInelastic.hh -include/Geant4/G4NeutronHPInelasticBaseFS.hh -include/Geant4/G4NeutronHPInelasticCompFS.hh include/Geant4/G4NeutronHPInelasticData.hh -include/Geant4/G4NeutronHPInterpolator.hh -include/Geant4/G4NeutronHPIsoData.hh -include/Geant4/G4NeutronHPIsotropic.hh include/Geant4/G4NeutronHPJENDLHEData.hh include/Geant4/G4NeutronHPJENDLHEElasticData.hh include/Geant4/G4NeutronHPJENDLHEInelasticData.hh -include/Geant4/G4NeutronHPKallbachMannSyst.hh -include/Geant4/G4NeutronHPLabAngularEnergy.hh include/Geant4/G4NeutronHPLCFissionFS.hh -include/Geant4/G4NeutronHPLegendreStore.hh -include/Geant4/G4NeutronHPLegendreTable.hh -include/Geant4/G4NeutronHPLevel.hh -include/Geant4/G4NeutronHPList.hh -include/Geant4/G4NeutronHPMadlandNixSpectrum.hh -include/Geant4/G4NeutronHPManager.hh -include/Geant4/G4NeutronHPMessenger.hh -include/Geant4/G4NeutronHPN2AInelasticFS.hh -include/Geant4/G4NeutronHPN2PInelasticFS.hh -include/Geant4/G4NeutronHPN3AInelasticFS.hh -include/Geant4/G4NeutronHPNAInelasticFS.hh -include/Geant4/G4NeutronHPNames.hh -include/Geant4/G4NeutronHPNBodyPhaseSpace.hh -include/Geant4/G4NeutronHPND2AInelasticFS.hh -include/Geant4/G4NeutronHPNDInelasticFS.hh -include/Geant4/G4NeutronHPNeutronYield.hh -include/Geant4/G4NeutronHPNHe3InelasticFS.hh -include/Geant4/G4NeutronHPNInelasticFS.hh -include/Geant4/G4NeutronHPNPAInelasticFS.hh -include/Geant4/G4NeutronHPNPInelasticFS.hh -include/Geant4/G4NeutronHPNT2AInelasticFS.hh -include/Geant4/G4NeutronHPNTInelasticFS.hh -include/Geant4/G4NeutronHPNXInelasticFS.hh -include/Geant4/G4NeutronHPPAInelasticFS.hh -include/Geant4/G4NeutronHPPartial.hh -include/Geant4/G4NeutronHPPDInelasticFS.hh -include/Geant4/G4NeutronHPPhotonDist.hh -include/Geant4/G4NeutronHPPInelasticFS.hh -include/Geant4/G4NeutronHPPolynomExpansion.hh -include/Geant4/G4NeutronHPProduct.hh -include/Geant4/G4NeutronHPPTInelasticFS.hh -include/Geant4/G4NeutronHPReactionWhiteBoard.hh include/Geant4/G4NeutronHPSCFissionFS.hh -include/Geant4/G4NeutronHPSimpleEvapSpectrum.hh -include/Geant4/G4NeutronHPT2AInelasticFS.hh include/Geant4/G4NeutronHPTCFissionFS.hh include/Geant4/G4NeutronHPThermalBoost.hh include/Geant4/G4NeutronHPThermalScattering.hh include/Geant4/G4NeutronHPThermalScatteringData.hh include/Geant4/G4NeutronHPThermalScatteringNames.hh -include/Geant4/G4NeutronHPThreadLocalManager.hh -include/Geant4/G4NeutronHPTInelasticFS.hh -include/Geant4/G4NeutronHPVector.hh include/Geant4/G4NeutronHPWattSpectrum.hh include/Geant4/G4NeutronInelasticXS.hh include/Geant4/G4NeutronKiller.hh @@ -2329,7 +2204,6 @@ include/Geant4/G4OpenGLStoredXm.hh include/Geant4/G4OpenGLStoredXmViewer.hh include/Geant4/G4OpenGLStoredXViewer.hh include/Geant4/G4OpenGLTransform3D.hh -include/Geant4/G4OpenGLVboDrawer.hh include/Geant4/G4OpenGLViewer.hh include/Geant4/G4OpenGLViewerMessenger.hh include/Geant4/G4OpenGLXm.hh @@ -2730,12 +2604,10 @@ include/Geant4/G4ProductionCutsTable.hh include/Geant4/G4ProductionCutsTableMessenger.hh include/Geant4/G4Profiler.hh include/Geant4/G4Profiler.icc -include/Geant4/G4ProfilerMessenger.hh include/Geant4/G4PropagatorInField.hh include/Geant4/G4PropagatorInField.icc include/Geant4/G4Proton.hh include/Geant4/G4ProtonBuilder.hh -include/Geant4/G4ProtonCoulombBarrier.hh include/Geant4/G4ProtonDecay.hh include/Geant4/G4ProtonEvaporationChannel.hh include/Geant4/G4ProtonEvaporationProbability.hh @@ -2831,10 +2703,6 @@ include/Geant4/G4QMDReaction.hh include/Geant4/G4QMDSystem.hh include/Geant4/G4Qt.hh include/Geant4/G4Qt3D.hh -include/Geant4/G4Qt3DQEntity.hh -include/Geant4/G4Qt3DSceneHandler.hh -include/Geant4/G4Qt3DUtils.hh -include/Geant4/G4Qt3DViewer.hh include/Geant4/G4QuadrangularFacet.hh include/Geant4/G4QuadrupoleMagField.hh include/Geant4/G4QuarkExchange.hh @@ -2857,13 +2725,7 @@ include/Geant4/G4RayleighAngularGenerator.hh include/Geant4/G4RayleighScattering.hh include/Geant4/G4RayShooter.hh include/Geant4/G4RayTracer.hh -include/Geant4/G4RayTracerFeatures.hh -include/Geant4/G4RayTracerSceneHandler.hh -include/Geant4/G4RayTracerViewer.hh include/Geant4/G4RayTracerX.hh -include/Geant4/G4RayTracerXViewer.hh -include/Geant4/G4RayTrajectory.hh -include/Geant4/G4RayTrajectoryPoint.hh include/Geant4/G4ReactionProduct.hh include/Geant4/G4ReactionProductVector.hh include/Geant4/G4ReactionTableMessenger.hh @@ -2922,29 +2784,14 @@ include/Geant4/G4RootRFileDef.hh include/Geant4/G4RootRFileManager.hh include/Geant4/G4RootRNtupleManager.hh include/Geant4/G4RotationMatrix.hh -include/Geant4/G4RTJpeg.hh -include/Geant4/G4RTJpegCoder.hh -include/Geant4/G4RTJpegCoderTables.hh -include/Geant4/G4RTJpegMaker.hh -include/Geant4/G4RTMessenger.hh include/Geant4/G4RToEConvForElectron.hh include/Geant4/G4RToEConvForGamma.hh include/Geant4/G4RToEConvForPositron.hh include/Geant4/G4RToEConvForProton.hh -include/Geant4/G4RTOutBitStream.hh -include/Geant4/G4RTPrimaryGeneratorAction.hh -include/Geant4/G4RTRun.hh -include/Geant4/G4RTRunAction.hh -include/Geant4/G4RTSimpleScanner.hh -include/Geant4/G4RTSteppingAction.hh -include/Geant4/G4RTTrackingAction.hh -include/Geant4/G4RTWorkerInitialization.hh -include/Geant4/G4RTXScanner.hh include/Geant4/G4Run.hh include/Geant4/G4RunManager.hh include/Geant4/G4RunManagerFactory.hh include/Geant4/G4RunManagerKernel.hh -include/Geant4/G4RunMessenger.hh include/Geant4/G4SafetyHelper.hh include/Geant4/G4SampleResonance.hh include/Geant4/G4SamplingPostStepAction.hh @@ -2984,7 +2831,6 @@ include/Geant4/G4SDStructure.hh include/Geant4/G4SeltzerBergerModel.hh include/Geant4/G4SemiLogInterpolation.hh include/Geant4/G4SensitiveVolumeList.hh -include/Geant4/G4SensitiveVolumeList.icc include/Geant4/G4Serialize.hh include/Geant4/G4SextupoleMagField.hh include/Geant4/G4SFDecay.hh @@ -3015,7 +2861,6 @@ include/Geant4/G4SimplexDownhill.hh include/Geant4/G4SimplexDownhill.icc include/Geant4/G4SingleDiffractiveExcitation.hh include/Geant4/G4SingleParticleSource.hh -include/Geant4/G4SIunits.hh include/Geant4/G4SliceTimer.hh include/Geant4/G4SliceTimer.icc include/Geant4/G4SmartFilter.hh @@ -3094,8 +2939,6 @@ include/Geant4/G4STRead.hh include/Geant4/G4String.hh include/Geant4/G4String.icc include/Geant4/G4StringModel.hh -include/Geant4/G4strstreambuf.hh -include/Geant4/G4strstreambuf.icc include/Geant4/G4SubtractionSolid.hh include/Geant4/G4SurfaceProperty.hh include/Geant4/G4SurfBits.hh @@ -3183,9 +3026,7 @@ include/Geant4/G4tgrVolume.hh include/Geant4/G4tgrVolumeAssembly.hh include/Geant4/G4tgrVolumeDivision.hh include/Geant4/G4tgrVolumeMgr.hh -include/Geant4/G4TheMTRayTracer.hh include/Geant4/G4TheoFSGenerator.hh -include/Geant4/G4TheRayTracer.hh include/Geant4/G4ThermalNeutrons.hh include/Geant4/G4TH1ToolsManager.hh include/Geant4/G4TH2ToolsManager.hh @@ -3217,13 +3058,8 @@ include/Geant4/G4ToolsAnalysisManager.hh include/Geant4/G4ToolsAnalysisManager.icc include/Geant4/G4ToolsAnalysisReader.hh include/Geant4/G4ToolsAnalysisReader.icc -include/Geant4/G4ToolsSGNode.hh include/Geant4/G4ToolsSGOffscreen.hh -include/Geant4/G4ToolsSGOffscreenViewer.hh include/Geant4/G4ToolsSGQtGLES.hh -include/Geant4/G4ToolsSGQtViewer.hh -include/Geant4/G4ToolsSGSceneHandler.hh -include/Geant4/G4ToolsSGViewer.hh include/Geant4/G4ToolsSGX11GLES.hh include/Geant4/G4ToolsSGXtGLES.hh include/Geant4/G4Torus.hh @@ -3287,7 +3123,6 @@ include/Geant4/G4TrialsCounter.icc include/Geant4/G4TriangularFacet.hh include/Geant4/G4Triton.hh include/Geant4/G4TritonBuilder.hh -include/Geant4/G4TritonCoulombBarrier.hh include/Geant4/G4TritonDecay.hh include/Geant4/G4TritonEvaporationChannel.hh include/Geant4/G4TritonEvaporationProbability.hh @@ -3346,7 +3181,6 @@ include/Geant4/G4UExtrudedSolid.hh include/Geant4/G4UGenericPolycone.hh include/Geant4/G4UGenericTrap.hh include/Geant4/G4UHype.hh -include/Geant4/G4UIaliasList.hh include/Geant4/G4UIArrayString.hh include/Geant4/G4UIbatch.hh include/Geant4/G4UIbridge.hh @@ -3363,7 +3197,6 @@ include/Geant4/G4UIcmdWithoutParameter.hh include/Geant4/G4UIcommand.hh include/Geant4/G4UIcommandStatus.hh include/Geant4/G4UIcommandTree.hh -include/Geant4/G4UIcontrolMessenger.hh include/Geant4/G4UIcsh.hh include/Geant4/G4UIdirectory.hh include/Geant4/G4UIExecutive.hh @@ -3382,7 +3215,6 @@ include/Geant4/G4UniformGravityField.hh include/Geant4/G4UniformMagField.hh include/Geant4/G4UniformRandPool.hh include/Geant4/G4UnionSolid.hh -include/Geant4/G4UnitsMessenger.hh include/Geant4/G4UnitsTable.hh include/Geant4/G4UnitsTable.icc include/Geant4/G4UniversalFluctuation.hh @@ -3405,7 +3237,6 @@ include/Geant4/G4UserLimits.hh include/Geant4/G4UserLimits.icc include/Geant4/G4UserLimitsForRD.hh include/Geant4/G4UserMeshAction.hh -include/Geant4/G4UserPhysicsListMessenger.hh include/Geant4/G4UserRunAction.hh include/Geant4/G4UserSpecialCuts.hh include/Geant4/G4UserStackingAction.hh @@ -3506,7 +3337,6 @@ include/Geant4/G4VFastSimulationModel.hh include/Geant4/G4VFermiBreakUp.hh include/Geant4/G4VFieldModel.hh include/Geant4/G4VFieldPropagation.hh -include/Geant4/G4VFigureFileMaker.hh include/Geant4/G4VFileManager.hh include/Geant4/G4VFilter.hh include/Geant4/G4VFissionBarrier.hh @@ -3568,7 +3398,6 @@ include/Geant4/G4VisCommandsViewerSet.hh include/Geant4/G4VisExecutive.hh include/Geant4/G4VisExecutive.icc include/Geant4/G4VisExtent.hh -include/Geant4/G4VisFeaturesOfDAWNFILE.hh include/Geant4/G4VisFeaturesOfOpenGL.hh include/Geant4/G4VisFilterManager.hh include/Geant4/G4Visible.hh @@ -3616,8 +3445,6 @@ include/Geant4/G4VMultiFragmentation.hh include/Geant4/G4VMultipleScattering.hh include/Geant4/G4VNestedParameterisation.hh include/Geant4/G4VNeutronBuilder.hh -include/Geant4/G4VNeutronHPEDis.hh -include/Geant4/G4VNeutronHPEnergyAngular.hh include/Geant4/G4VNotifier.hh include/Geant4/G4VNtupleFileManager.hh include/Geant4/G4VNtupleManager.hh @@ -3654,7 +3481,6 @@ include/Geant4/G4VPionBuilder.hh include/Geant4/G4VPolarizedXS.hh include/Geant4/G4VPreCompoundEmissionFactory.hh include/Geant4/G4VPreCompoundFragment.hh -include/Geant4/G4VPreCompoundFragment.icc include/Geant4/G4VPreCompoundModel.hh include/Geant4/G4VPreCompoundTransitions.hh include/Geant4/G4VPrimaryGenerator.hh @@ -3673,10 +3499,7 @@ include/Geant4/G4VRestDiscreteProcess.hh include/Geant4/G4VRestProcess.hh include/Geant4/G4VRFileManager.hh include/Geant4/G4VRML2File.hh -include/Geant4/G4VRML2FileSceneHandler.hh -include/Geant4/G4VRML2FileViewer.hh include/Geant4/G4VRNtupleManager.hh -include/Geant4/G4VRTScanner.hh include/Geant4/G4VSampler.hh include/Geant4/G4VSamplerConfigurator.hh include/Geant4/G4VScatterer.hh @@ -3710,7 +3533,6 @@ include/Geant4/G4VTHnFileManager.hh include/Geant4/G4VTHnRFileManager.hh include/Geant4/G4VThreeBodyAngDst.hh include/Geant4/G4VTouchable.hh -include/Geant4/G4VTouchable.icc include/Geant4/G4VTrackingManager.hh include/Geant4/G4VTrackTerminator.hh include/Geant4/G4VTrajectory.hh @@ -3719,9 +3541,6 @@ include/Geant4/G4VTrajectoryPoint.hh include/Geant4/G4VTransactionManager.hh include/Geant4/G4VTransitionRadiation.hh include/Geant4/G4VTree.hh -include/Geant4/G4VTreeSceneHandler.hh -include/Geant4/G4VTreeSceneHandler.icc -include/Geant4/G4VTreeViewer.hh include/Geant4/G4VTritonBuilder.hh include/Geant4/G4VTRModel.hh include/Geant4/G4VTwistedFaceted.hh @@ -4383,7 +4202,6 @@ lib/libG4modeling.so lib/libG4OpenGL.so lib/libG4parmodels.so lib/libG4particles.so -lib/libG4persistency.so lib/libG4physicslists.so lib/libG4processes.so lib/libG4RayTracer.so @@ -46933,43 +46751,6 @@ share/Geant4/data/RealSurface%%G4RealSurface_VERSION%%/RoughESRGrease_LUT.z share/Geant4/data/RealSurface%%G4RealSurface_VERSION%%/RoughESRGrease_LUTR.z share/Geant4/data/RealSurface%%G4RealSurface_VERSION%%/RoughTeflon_LUT.z share/Geant4/data/RealSurface%%G4RealSurface_VERSION%%/RoughTeflon_LUTR.z -share/Geant4/examples/.doxygen/.README.HowToNavigate.txt -share/Geant4/examples/.doxygen/.README.novice.txt -share/Geant4/examples/.doxygen/Doxyfile -share/Geant4/examples/.doxygen/Doxyfile_standalone -share/Geant4/examples/.doxygen/Doxyfile_test -share/Geant4/examples/.doxygen/Doxymain.h -share/Geant4/examples/.doxygen/Doxymodules_analysis.h -share/Geant4/examples/.doxygen/Doxymodules_basic.h -share/Geant4/examples/.doxygen/Doxymodules_biasing.h -share/Geant4/examples/.doxygen/Doxymodules_common.h -share/Geant4/examples/.doxygen/Doxymodules_electromagnetic.h -share/Geant4/examples/.doxygen/Doxymodules_errorpropagation.h -share/Geant4/examples/.doxygen/Doxymodules_eventgenerator.h -share/Geant4/examples/.doxygen/Doxymodules_exoticphysics.h -share/Geant4/examples/.doxygen/Doxymodules_field.h -share/Geant4/examples/.doxygen/Doxymodules_g3tog4.h -share/Geant4/examples/.doxygen/Doxymodules_geometry.h -share/Geant4/examples/.doxygen/Doxymodules_hadronic.h -share/Geant4/examples/.doxygen/Doxymodules_medical.h -share/Geant4/examples/.doxygen/Doxymodules_new.h -share/Geant4/examples/.doxygen/Doxymodules_optical.h -share/Geant4/examples/.doxygen/Doxymodules_parallel.h -share/Geant4/examples/.doxygen/Doxymodules_parameterisations.h -share/Geant4/examples/.doxygen/Doxymodules_persistency.h -share/Geant4/examples/.doxygen/Doxymodules_physicslists.h -share/Geant4/examples/.doxygen/Doxymodules_polarisation.h -share/Geant4/examples/.doxygen/Doxymodules_radioactivedecay.h -share/Geant4/examples/.doxygen/Doxymodules_runAndEvent.h -share/Geant4/examples/.doxygen/Doxymodules_visualization.h -share/Geant4/examples/.doxygen/extra_stylesheet.css -share/Geant4/examples/.doxygen/extra_stylesheet.css.mymods -share/Geant4/examples/.doxygen/footer.html -share/Geant4/examples/.doxygen/generate_standalone.sh -share/Geant4/examples/.doxygen/header.html -share/Geant4/examples/.doxygen/History -share/Geant4/examples/.doxygen/images/geanttiny.gif -share/Geant4/examples/.doxygen/README share/Geant4/examples/.README.HowToRun.txt share/Geant4/examples/.README.HowToRunMT.txt share/Geant4/examples/advanced/air_shower/air_shower.out @@ -48390,95 +48171,10 @@ share/Geant4/examples/advanced/lAr_calorimeter/src/FCALTestbeamSetup.cc share/Geant4/examples/advanced/lAr_calorimeter/src/FCALTestbeamSetupParameters.input share/Geant4/examples/advanced/lAr_calorimeter/src/FCALTestbeamSetupSD.cc share/Geant4/examples/advanced/lAr_calorimeter/vis.mac -share/Geant4/examples/advanced/medical_linac/acc1.mac -share/Geant4/examples/advanced/medical_linac/batch.mac share/Geant4/examples/advanced/medical_linac/CMakeLists.txt -share/Geant4/examples/advanced/medical_linac/GNUmakefile share/Geant4/examples/advanced/medical_linac/History -share/Geant4/examples/advanced/medical_linac/include/ML2Acc1.hh -share/Geant4/examples/advanced/medical_linac/include/ML2Acc1Messenger.hh -share/Geant4/examples/advanced/medical_linac/include/ML2Acc2.hh -share/Geant4/examples/advanced/medical_linac/include/ML2Acc2Messenger.hh -share/Geant4/examples/advanced/medical_linac/include/ML2Accelerator.hh -share/Geant4/examples/advanced/medical_linac/include/ML2AcceleratorConstruction.hh -share/Geant4/examples/advanced/medical_linac/include/ML2AcceleratorConstructionMessenger.hh -share/Geant4/examples/advanced/medical_linac/include/ML2AccSaturn.hh -share/Geant4/examples/advanced/medical_linac/include/ML2AccSaturnMessenger.hh -share/Geant4/examples/advanced/medical_linac/include/ML2CInputData.hh -share/Geant4/examples/advanced/medical_linac/include/ML2Convergence.hh -share/Geant4/examples/advanced/medical_linac/include/ML2EventAction.hh -share/Geant4/examples/advanced/medical_linac/include/ML2ExpVoxels.hh -share/Geant4/examples/advanced/medical_linac/include/ML2Main.hh -share/Geant4/examples/advanced/medical_linac/include/ML2MainMessenger.hh -share/Geant4/examples/advanced/medical_linac/include/ML2Ph_BoxInBox.hh -share/Geant4/examples/advanced/medical_linac/include/ML2Ph_FullWater.hh -share/Geant4/examples/advanced/medical_linac/include/ML2Ph_FullWaterMessenger.hh -share/Geant4/examples/advanced/medical_linac/include/ML2PhantomConstruction.hh -share/Geant4/examples/advanced/medical_linac/include/ML2PhantomConstructionMessenger.hh -share/Geant4/examples/advanced/medical_linac/include/ML2PhaseSpaces.hh -share/Geant4/examples/advanced/medical_linac/include/ML2PhysicsList.hh -share/Geant4/examples/advanced/medical_linac/include/ML2PhysicsListMessenger.hh -share/Geant4/examples/advanced/medical_linac/include/ML2PrimaryGenerationAction.hh -share/Geant4/examples/advanced/medical_linac/include/ML2PrimaryGenerationActionMessenger.hh -share/Geant4/examples/advanced/medical_linac/include/ML2Run.hh -share/Geant4/examples/advanced/medical_linac/include/ML2RunAction.hh -share/Geant4/examples/advanced/medical_linac/include/ML2RunActionMessenger.hh -share/Geant4/examples/advanced/medical_linac/include/ML2SinputData.hh -share/Geant4/examples/advanced/medical_linac/include/ML2StepMax.hh -share/Geant4/examples/advanced/medical_linac/include/ML2StepMaxMessenger.hh -share/Geant4/examples/advanced/medical_linac/include/ML2SteppingAction.hh -share/Geant4/examples/advanced/medical_linac/include/ML2TrackingAction.hh -share/Geant4/examples/advanced/medical_linac/include/ML2WorldConstruction.hh -share/Geant4/examples/advanced/medical_linac/macroAndData/experimental/EXP_Saturn_Cal_Data.txt -share/Geant4/examples/advanced/medical_linac/macroAndData/experimental/VoxelsTest_In.txt -share/Geant4/examples/advanced/medical_linac/macroAndData/macro_files/accelerator/acc1.mac -share/Geant4/examples/advanced/medical_linac/macroAndData/macro_files/accelerator/acc2_15MeV_3x3.mac -share/Geant4/examples/advanced/medical_linac/macroAndData/macro_files/accelerator/acc2_6MeV_10x10.mac -share/Geant4/examples/advanced/medical_linac/macroAndData/macro_files/accelerator/acc2_6MeV_3x3.mac -share/Geant4/examples/advanced/medical_linac/macroAndData/macro_files/accelerator/accSaturn.mac -share/Geant4/examples/advanced/medical_linac/macroAndData/macro_files/main/batch.mac -share/Geant4/examples/advanced/medical_linac/macroAndData/macro_files/main/ml2.mac -share/Geant4/examples/advanced/medical_linac/macroAndData/macro_files/main/vis.mac -share/Geant4/examples/advanced/medical_linac/macroAndData/results/experimental/VoxelsTest_Out.m -share/Geant4/examples/advanced/medical_linac/macroAndData/results/PhSp/PhSp_Acc1.txt -share/Geant4/examples/advanced/medical_linac/macroAndData/results/ROG/ROG_Out.txt share/Geant4/examples/advanced/medical_linac/medical_linac.out -share/Geant4/examples/advanced/medical_linac/ml2.cc -share/Geant4/examples/advanced/medical_linac/ml2.mac share/Geant4/examples/advanced/medical_linac/README -share/Geant4/examples/advanced/medical_linac/src/ML2Acc1.cc -share/Geant4/examples/advanced/medical_linac/src/ML2Acc1Messenger.cc -share/Geant4/examples/advanced/medical_linac/src/ML2Acc2.cc -share/Geant4/examples/advanced/medical_linac/src/ML2Acc2Messenger.cc -share/Geant4/examples/advanced/medical_linac/src/ML2Accelerator.cc -share/Geant4/examples/advanced/medical_linac/src/ML2AcceleratorConstruction.cc -share/Geant4/examples/advanced/medical_linac/src/ML2AcceleratorConstructionMessenger.cc -share/Geant4/examples/advanced/medical_linac/src/ML2AccSaturn.cc -share/Geant4/examples/advanced/medical_linac/src/ML2AccSaturnMessenger.cc -share/Geant4/examples/advanced/medical_linac/src/ML2CInputData.cc -share/Geant4/examples/advanced/medical_linac/src/ML2Convergence.cc -share/Geant4/examples/advanced/medical_linac/src/ML2EventAction.cc -share/Geant4/examples/advanced/medical_linac/src/ML2ExpVoxels.cc -share/Geant4/examples/advanced/medical_linac/src/ML2MainMessenger.cc -share/Geant4/examples/advanced/medical_linac/src/ML2Ph_BoxInBox.cc -share/Geant4/examples/advanced/medical_linac/src/ML2Ph_FullWater.cc -share/Geant4/examples/advanced/medical_linac/src/ML2Ph_FullWaterMessenger.cc -share/Geant4/examples/advanced/medical_linac/src/ML2PhantomConstruction.cc -share/Geant4/examples/advanced/medical_linac/src/ML2PhantomConstructionMessenger.cc -share/Geant4/examples/advanced/medical_linac/src/ML2PhaseSpaces.cc -share/Geant4/examples/advanced/medical_linac/src/ML2PhysicsList.cc -share/Geant4/examples/advanced/medical_linac/src/ML2PhysicsListMessenger.cc -share/Geant4/examples/advanced/medical_linac/src/ML2PrimaryGenerationAction.cc -share/Geant4/examples/advanced/medical_linac/src/ML2PrimaryGenerationActionMessenger.cc -share/Geant4/examples/advanced/medical_linac/src/ML2Run.cc -share/Geant4/examples/advanced/medical_linac/src/ML2RunAction.cc -share/Geant4/examples/advanced/medical_linac/src/ML2RunActionMessenger.cc -share/Geant4/examples/advanced/medical_linac/src/ML2StepMax.cc -share/Geant4/examples/advanced/medical_linac/src/ML2StepMaxMessenger.cc -share/Geant4/examples/advanced/medical_linac/src/ML2SteppingAction.cc -share/Geant4/examples/advanced/medical_linac/src/ML2TrackingAction.cc -share/Geant4/examples/advanced/medical_linac/src/ML2WorldConstruction.cc -share/Geant4/examples/advanced/medical_linac/totDose.txt share/Geant4/examples/advanced/medical_linac/vis.mac share/Geant4/examples/advanced/microbeam/CMakeLists.txt share/Geant4/examples/advanced/microbeam/GNUmakefile @@ -48613,42 +48309,6 @@ share/Geant4/examples/advanced/purging_magnet/src/PurgMagSteppingVerbose.cc share/Geant4/examples/advanced/purging_magnet/src/PurgMagTabulatedField3D.cc share/Geant4/examples/advanced/purging_magnet/src/PurgMagTrackingAction.cc share/Geant4/examples/advanced/purging_magnet/vis.mac -share/Geant4/examples/advanced/radioprotection/CMakeLists.txt -share/Geant4/examples/advanced/radioprotection/geometry.mac -share/Geant4/examples/advanced/radioprotection/GNUmakefile -share/Geant4/examples/advanced/radioprotection/History -share/Geant4/examples/advanced/radioprotection/include/ActionInitialization.hh -share/Geant4/examples/advanced/radioprotection/include/AnalysisManager.hh -share/Geant4/examples/advanced/radioprotection/include/DetectorConstruction.hh -share/Geant4/examples/advanced/radioprotection/include/DetectorMessenger.hh -share/Geant4/examples/advanced/radioprotection/include/PhysicsList.hh -share/Geant4/examples/advanced/radioprotection/include/PhysicsListMessenger.hh -share/Geant4/examples/advanced/radioprotection/include/PrimaryGeneratorAction.hh -share/Geant4/examples/advanced/radioprotection/include/RunAction.hh -share/Geant4/examples/advanced/radioprotection/include/SensitiveDetector.hh -share/Geant4/examples/advanced/radioprotection/include/SensitiveDetectorHit.hh -share/Geant4/examples/advanced/radioprotection/include/SteppingAction.hh -share/Geant4/examples/advanced/radioprotection/LoadPlotNtuple.C -share/Geant4/examples/advanced/radioprotection/MergeFiles -share/Geant4/examples/advanced/radioprotection/physics.mac -share/Geant4/examples/advanced/radioprotection/primary.mac -share/Geant4/examples/advanced/radioprotection/ProcessMicro.C -share/Geant4/examples/advanced/radioprotection/radioprotection.cc -share/Geant4/examples/advanced/radioprotection/radioprotection.out -share/Geant4/examples/advanced/radioprotection/README -share/Geant4/examples/advanced/radioprotection/run.mac -share/Geant4/examples/advanced/radioprotection/src/ActionInitialization.cc -share/Geant4/examples/advanced/radioprotection/src/AnalysisManager.cc -share/Geant4/examples/advanced/radioprotection/src/DetectorConstruction.cc -share/Geant4/examples/advanced/radioprotection/src/DetectorMessenger.cc -share/Geant4/examples/advanced/radioprotection/src/PhysicsList.cc -share/Geant4/examples/advanced/radioprotection/src/PhysicsListMessenger.cc -share/Geant4/examples/advanced/radioprotection/src/PrimaryGeneratorAction.cc -share/Geant4/examples/advanced/radioprotection/src/RunAction.cc -share/Geant4/examples/advanced/radioprotection/src/SensitiveDetector.cc -share/Geant4/examples/advanced/radioprotection/src/SensitiveDetectorHit.cc -share/Geant4/examples/advanced/radioprotection/src/SteppingAction.cc -share/Geant4/examples/advanced/radioprotection/vis.mac share/Geant4/examples/advanced/README share/Geant4/examples/advanced/STCyclotron/CMakeLists.txt share/Geant4/examples/advanced/STCyclotron/GNUmakefile @@ -48696,7 +48356,6 @@ share/Geant4/examples/advanced/STCyclotron/STCyclotron.cc share/Geant4/examples/advanced/STCyclotron/STCyclotron.out share/Geant4/examples/advanced/STCyclotron/vis.mac share/Geant4/examples/advanced/underground_physics/alpha_1000.mac -share/Geant4/examples/advanced/underground_physics/alpha_low.mac share/Geant4/examples/advanced/underground_physics/alpha.mac share/Geant4/examples/advanced/underground_physics/ambe_spectrum.mac share/Geant4/examples/advanced/underground_physics/CMakeLists.txt @@ -48951,12 +48610,6 @@ share/Geant4/examples/advanced/eFLASH_radiotherapy/src/FlashRunAction.cc share/Geant4/examples/advanced/eFLASH_radiotherapy/src/FlashSteppingAction.cc share/Geant4/examples/advanced/eFLASH_radiotherapy/vis.mac share/Geant4/examples/advanced/gorad/gorad.out -share/Geant4/examples/advanced/radioprotection/1_plot_distributions.py -share/Geant4/examples/advanced/radioprotection/2_calculate_means_rbe.py -share/Geant4/examples/advanced/radioprotection/include/AnalysisMessenger.hh -share/Geant4/examples/advanced/radioprotection/output.mac -share/Geant4/examples/advanced/radioprotection/src/AnalysisMessenger.cc -share/Geant4/examples/advanced/radioprotection/weight_function.csv share/Geant4/examples/basic/.README.txt share/Geant4/examples/basic/B1/.README.txt share/Geant4/examples/basic/B1/CMakeLists.txt @@ -48981,7 +48634,6 @@ share/Geant4/examples/basic/B1/src/EventAction.cc share/Geant4/examples/basic/B1/src/PrimaryGeneratorAction.cc share/Geant4/examples/basic/B1/src/RunAction.cc share/Geant4/examples/basic/B1/src/SteppingAction.cc -share/Geant4/examples/basic/B1/tsg_offscreen.mac share/Geant4/examples/basic/B1/vis.mac share/Geant4/examples/basic/B2/.README.txt share/Geant4/examples/basic/B2/B2a/CMakeLists.txt @@ -49250,7 +48902,6 @@ share/Geant4/examples/basic/B5/include/MagneticField.hh share/Geant4/examples/basic/B5/include/PrimaryGeneratorAction.hh share/Geant4/examples/basic/B5/include/RunAction.hh share/Geant4/examples/basic/B5/init_vis.mac -share/Geant4/examples/basic/B5/init.mac share/Geant4/examples/basic/B5/plotter.mac share/Geant4/examples/basic/B5/README share/Geant4/examples/basic/B5/run.png @@ -49396,28 +49047,11 @@ share/Geant4/examples/extended/analysis/B1Con/exampleB1Con.in share/Geant4/examples/extended/analysis/B1Con/exampleB1Con.out share/Geant4/examples/extended/analysis/B1Con/GNUmakefile share/Geant4/examples/extended/analysis/B1Con/History -share/Geant4/examples/extended/analysis/B1Con/include/B1ConActionInitialization.hh -share/Geant4/examples/extended/analysis/B1Con/include/B1ConRun.hh -share/Geant4/examples/extended/analysis/B1Con/include/B1ConRunAction.hh -share/Geant4/examples/extended/analysis/B1Con/include/B1DetectorConstruction.hh -share/Geant4/examples/extended/analysis/B1Con/include/B1EventAction.hh -share/Geant4/examples/extended/analysis/B1Con/include/B1PrimaryGeneratorAction.hh -share/Geant4/examples/extended/analysis/B1Con/include/B1Run.hh -share/Geant4/examples/extended/analysis/B1Con/include/B1SteppingAction.hh share/Geant4/examples/extended/analysis/B1Con/init_vis.mac -share/Geant4/examples/extended/analysis/B1Con/init.mac share/Geant4/examples/extended/analysis/B1Con/README share/Geant4/examples/extended/analysis/B1Con/README.B1 share/Geant4/examples/extended/analysis/B1Con/run1.mac share/Geant4/examples/extended/analysis/B1Con/run2.mac -share/Geant4/examples/extended/analysis/B1Con/src/B1ConActionInitialization.cc -share/Geant4/examples/extended/analysis/B1Con/src/B1ConRun.cc -share/Geant4/examples/extended/analysis/B1Con/src/B1ConRunAction.cc -share/Geant4/examples/extended/analysis/B1Con/src/B1DetectorConstruction.cc -share/Geant4/examples/extended/analysis/B1Con/src/B1EventAction.cc -share/Geant4/examples/extended/analysis/B1Con/src/B1PrimaryGeneratorAction.cc -share/Geant4/examples/extended/analysis/B1Con/src/B1Run.cc -share/Geant4/examples/extended/analysis/B1Con/src/B1SteppingAction.cc share/Geant4/examples/extended/analysis/B1Con/vis.mac share/Geant4/examples/extended/analysis/CMakeLists.txt share/Geant4/examples/extended/analysis/History @@ -50508,7 +50142,6 @@ share/Geant4/examples/extended/electromagnetic/TestEm6/src/StackingAction.cc share/Geant4/examples/extended/electromagnetic/TestEm6/src/StepMax.cc share/Geant4/examples/extended/electromagnetic/TestEm6/src/StepMaxMessenger.cc share/Geant4/examples/extended/electromagnetic/TestEm6/src/SteppingAction.cc -share/Geant4/examples/extended/electromagnetic/TestEm6/TestEm6_xs.in share/Geant4/examples/extended/electromagnetic/TestEm6/TestEm6.cc share/Geant4/examples/extended/electromagnetic/TestEm6/TestEm6.in share/Geant4/examples/extended/electromagnetic/TestEm6/TestEm6.out @@ -51393,7 +51026,6 @@ share/Geant4/examples/extended/field/field04/include/F04SimpleSolenoid.hh share/Geant4/examples/extended/field/field04/include/F04StackingAction.hh share/Geant4/examples/extended/field/field04/include/F04StepMax.hh share/Geant4/examples/extended/field/field04/include/F04SteppingAction.hh -share/Geant4/examples/extended/field/field04/include/F04SteppingActionMessenger.hh share/Geant4/examples/extended/field/field04/include/F04SteppingVerbose.hh share/Geant4/examples/extended/field/field04/include/F04TrackingAction.hh share/Geant4/examples/extended/field/field04/include/F04Trajectory.hh @@ -51422,12 +51054,10 @@ share/Geant4/examples/extended/field/field04/src/F04SimpleSolenoid.cc share/Geant4/examples/extended/field/field04/src/F04StackingAction.cc share/Geant4/examples/extended/field/field04/src/F04StepMax.cc share/Geant4/examples/extended/field/field04/src/F04SteppingAction.cc -share/Geant4/examples/extended/field/field04/src/F04SteppingActionMessenger.cc share/Geant4/examples/extended/field/field04/src/F04SteppingVerbose.cc share/Geant4/examples/extended/field/field04/src/F04TrackingAction.cc share/Geant4/examples/extended/field/field04/src/F04Trajectory.cc share/Geant4/examples/extended/field/field04/src/F04TrajectoryPoint.cc -share/Geant4/examples/extended/field/field04/src/F04UserTrackInformation.cc share/Geant4/examples/extended/field/field04/vis.mac share/Geant4/examples/extended/field/field05/.README.txt share/Geant4/examples/extended/field/field05/CMakeLists.txt @@ -51503,7 +51133,6 @@ share/Geant4/examples/extended/g3tog4/clGeometry/common/init.mac share/Geant4/examples/extended/g3tog4/clGeometry/common/init_vis.mac share/Geant4/examples/extended/g3tog4/clGeometry/common/run.mac share/Geant4/examples/extended/g3tog4/clGeometry/common/vis.mac -share/Geant4/examples/extended/g3tog4/clGeometry/init.mac share/Geant4/examples/extended/g3tog4/clGeometry/run.mac share/Geant4/examples/extended/g3tog4/clGeometry/data/parity.dat share/Geant4/examples/extended/g3tog4/clGeometry/data/svtwaf.dat @@ -51552,7 +51181,6 @@ share/Geant4/examples/extended/geometry/vecGeomNavigation/include/VG01DetectorMe share/Geant4/examples/extended/geometry/vecGeomNavigation/include/VG01PrimaryGeneratorAction.hh share/Geant4/examples/extended/geometry/vecGeomNavigation/include/VG01SteppingVerboseWithDir.hh share/Geant4/examples/extended/geometry/vecGeomNavigation/README -share/Geant4/examples/extended/geometry/vecGeomNavigation/run-ntst.mac share/Geant4/examples/extended/geometry/vecGeomNavigation/src/VG01ActionInitialization.cc share/Geant4/examples/extended/geometry/vecGeomNavigation/src/VG01DetectorConstruction.cc share/Geant4/examples/extended/geometry/vecGeomNavigation/src/VG01DetectorMessenger.cc @@ -52032,7 +51660,6 @@ share/Geant4/examples/extended/hadronic/Hadr09/CMakeLists.txt share/Geant4/examples/extended/hadronic/Hadr09/GNUmakefile share/Geant4/examples/extended/hadronic/Hadr09/Hadr09.cc share/Geant4/examples/extended/hadronic/Hadr09/Hadr09.cc-ION_PROJECTILE -share/Geant4/examples/extended/hadronic/Hadr09/hadr09.in share/Geant4/examples/extended/hadronic/Hadr09/hadr09.out share/Geant4/examples/extended/hadronic/Hadr09/History share/Geant4/examples/extended/hadronic/Hadr09/include/HadronicGenerator.hh @@ -52122,11 +51749,6 @@ share/Geant4/examples/extended/hadronic/ParticleFluence/Calo/Calo.out share/Geant4/examples/extended/hadronic/ParticleFluence/Calo/GNUmakefile share/Geant4/examples/extended/hadronic/ParticleFluence/Calo/History share/Geant4/examples/extended/hadronic/ParticleFluence/Calo/README -share/Geant4/examples/extended/hadronic/ParticleFluence/Calo/atlasEcal.g4 -share/Geant4/examples/extended/hadronic/ParticleFluence/Calo/atlasFcal.g4 -share/Geant4/examples/extended/hadronic/ParticleFluence/Calo/atlasHec.g4 -share/Geant4/examples/extended/hadronic/ParticleFluence/Calo/atlasTileCal.g4 -share/Geant4/examples/extended/hadronic/ParticleFluence/Calo/cmsEcal.g4 share/Geant4/examples/extended/hadronic/ParticleFluence/Calo/include/ActionInitialization.hh share/Geant4/examples/extended/hadronic/ParticleFluence/Calo/include/DetectorConstruction.hh share/Geant4/examples/extended/hadronic/ParticleFluence/Calo/include/DetectorMessenger.hh @@ -52135,7 +51757,6 @@ share/Geant4/examples/extended/hadronic/ParticleFluence/Calo/include/Run.hh share/Geant4/examples/extended/hadronic/ParticleFluence/Calo/include/RunAction.hh share/Geant4/examples/extended/hadronic/ParticleFluence/Calo/include/SteppingAction.hh share/Geant4/examples/extended/hadronic/ParticleFluence/Calo/include/TrackingAction.hh *** 1085 LINES SKIPPED ***