Warning, /geant4/examples/extended/hadronic/NeutronSource/History is written in an unsupported language. File is not indexed.
0001 # Example NeutronSource History
0002
0003 See `CONTRIBUTING.rst` for details of **required** info/format for each entry,
0004 which **must** added in reverse chronological order (newest at the top). It must **not**
0005 be used as a substitute for writing good git commit messages!
0006
0007 ## 2025-05-20 Michel Maire (NeutronSource-V11-03-00)
0008 - NeutronSource.cc - SetUseNRESP71Model(true)
0009
0010 ## 2024-02-20 Michel Maire (NeutronSource-V11-02-00)
0011 - PhysicsList: add G4HadronElasticPhysicsXS
0012 - RadioactiveDecayPhysics: add Triton
0013 - GammaNuclearPhysics, GammaNuclearPhysicsLEND: apply coding rules
0014
0015 ## 2023-11-10 Alberto Ribon (NeutronSource-V11-01-01)
0016 - In all macro files, introduced the UI command
0017 '/process/had/rdm/thresholdForVeryLongDecayTime 1.0e+60 year'
0018 to allow all radioactive decays (including the very long ones).
0019 This is necessary since G4 11.2, being 1 year the default time
0020 threshold above which the decays are ignored.
0021
0022 ## 2023-07-12 Michel Maire (NeutronSource-V11-01-00)
0023 - revision of all headers
0024
0025 ## 2022-04-01 Michel Maire (NeutronSource-V11-00-01)
0026 - PhysicsList: add G4NuclideTable::SetThresholdOfHalfLife(1ns*log2)
0027
0028 ## 2021-12-10 Ben Morgan (NeutronSource-V11-00-00)
0029 - Change to new Markdown History format
0030
0031 ---
0032
0033 # History entries prior to 11.0
0034
0035 13-10-21 mma (NeutronSource-V10-07-11)
0036 - HadronElasticPhysicsHP : use G4GenericMessenger instead of NeutronHPMessenger
0037 - RadioactiveDecayPhysics : do not change ThresholdOfHalfLife
0038
0039 06-10-21 I. Hrivnacova (NeutronSource-V10-07-10)
0040 - Migration to new G4AnalysisManager.hh header;
0041 define the default output file type (root).
0042
0043 05-08-21 mma (NeutronSource-V10-07-09)
0044 - ElectromagneticPhysics : update EM parameters
0045 - RadioactiveDecayPhysics : new constructor, include G4Radioactivation process,
0046 inactivate atomic deexcitation
0047
0048 27-07-21 mma (NeutronSource-V10-07-08)
0049 - RunAction::CountProcesses() : add a protection if (process == nullptr)
0050 - TrackingAction, RunAction : add a comment for excited states
0051
0052 19-07-21 I. Hrivnacova (NeutronSource-V10-07-07)
0053 - Updated for changes in the analysis category:
0054 removed deleting of the analysis manager,
0055 as this is now done by the Geant4 kernel.
0056
0057 22-06-21 G. Cosmo (NeutronSource-V10-07-06)
0058 - Use new CLHEP units for minute, hour, day, year and millielectronvolt
0059 in PhysicsList.
0060
0061 14-04-21 mma (NeutronSource-V10-07-05)
0062 - NeutronSource.cc: RunManagerFactory
0063 G4SteppingVerboseWithUnits
0064 ParticleHP env variables
0065 - ActionInitialization.hh and cc: remove SteppingVerbose class
0066
0067 04-03-21 A. Ribon (NeutronSource-V10-07-04)
0068 - GammaNuclearPhysics, GammaNuclearPhysicsLEND : replaced
0069 G4PhotoNuclearProcess (that has been deleted) with
0070 G4HadronInelasticProcess.
0071
0072 29-01-21 mma (NeutronSource-V10-07-03)
0073 - TrackingAction, Run: print meanLife
0074 - PhysicsList: add new units for time
0075
0076 15-01-21 mma (NeutronSource-V10-07-02)
0077 - TrackingAction: count secondary particles with meanLife > 0.
0078
0079 05-01-21 mma (NeutronSource-V10-07-01)
0080 - PhysicsList: add GammaNuclearPhysicsLEND
0081
0082 01-01-21 mma (NeutronSource-V10-07-00)
0083 - update ElectromagneticPhysics
0084
0085 25-10-20 mma (NeutronSource-V10-06-02)
0086 - README : add macros descrption
0087
0088 05-08-20 A. Ribon (NeutronSource-V10-06-01)
0089 - envHadronic.(c)sh , NeutronSource.cc : removed deprecated HP
0090 environmental variables and replaced them with corresponding
0091 C++ calls in the main.
0092 (These two shell-script files will be removed in G4 11.0.)
0093
0094 13-05-20 mma (NeutronSource-V10-06-00)
0095 - GammaNuclearPhysics : add G4LowEGammaNuclearModel
0096
0097 07-10-18 mma (NeutronSource-V10-04-07)
0098 - PhysicsList : use G4IonElasticPhysics and G4IonPhysicsXS
0099
0100 07-08-18 mma (NeutronSource-V10-04-06)
0101 - PhysicsList::ConstructProcess() : activate the use of GetHadronicModel(modelName)
0102
0103 17-07-18 mma (NeutronSource-V10-04-05)
0104 - PhysicsList::ConstructProcess() : example to use GetHadronicModel(modelName)
0105
0106 05-07-18 mma (NeutronSource-V10-04-04)
0107 - PhysicsList : modifications to use method ConstructProcess()
0108
0109 25-06-18 mma (NeutronSource-V10-04-03)
0110 - envHadronic : add env variables for particleHP (PHP)
0111
0112 09-05-18 B. Morgan (NeutronSource-V10-04-02)
0113 - Include G4Types before use of G4MULTITHREADED. For forward
0114 compatibility with move to #defines over -D for G4 preprocessor
0115 symbols.
0116
0117 05-04-18 mma (NeutronSource-V10-04-01)
0118 - NeutronSource.cc : set visualisation only in interactive session.
0119
0120 17-03-18 mma (NeutronSource-V10-04-00)
0121 - NeutronSource.cc : remove G4UI_USE and G4VIS_USE
0122
0123 28-11-17 I. Hrivnacova (NeutronSource-V10-03-04)
0124 - Fixed Doxygen warnings
0125
0126 27-04-17 mma (NeutronSource-V10-03-03)
0127 - Update Readme
0128
0129 12-04-17 mma (NeutronSource-V10-03-02)
0130 - BeginOfRunAction() : remove SetRandomNumberStore()
0131
0132 19-02-17 mma (NeutronSource-V10-03-01)
0133 - HistoManager.cc : add a comment
0134
0135 17-02-17 mma (NeutronSource-V10-03-00)
0136 - Run.cc : remove normalisation of all histos
0137
0138 14-10-16 G.Folger (NeutronSource-V10-02-01)
0139 - remove direct use of aParticleIterator, use GetParticleTableIterator().
0140 fix required by clang39 on Linux and MAC
0141
0142 26-09-16 mma (NeutronSource-V10-02-00)
0143 - change name : AmBe --> NeutronSource
0144
0145 22-09-16 mma (AmBe-V10-02-02)
0146 - update GNUmakefile
0147
0148 18-09-16 mma (AmBe-V10-02-01)
0149 - decrease statistic
0150
0151 01-07-16 Michel Maire (AmBe-V10-02-00)
0152 - created from Hadr06