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