Warning, /geant4/examples/extended/radioactivedecay/Activation/History is written in an unsupported language. File is not indexed.
0001 # Example Activation 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-10-29 Michel Maire (activation-V11-03-01)
0008 - GammaNuclearPhysics.cc: use G4GammaNuclearXS dataset
0009
0010 ## 2025-05-20 Michel Maire (activation-V11-03-00)
0011 - Activation.cc - SetUseNRESP71Model(true)
0012
0013 ## 2024-02-14 Michel Maire (activation-V11-02-00)
0014 - PhysicsList: add G4HadronElasticPhysicsXS
0015 - RadioactiveDecayPhysic: add Triton
0016 - GammaNuclearPhysics, GammaNuclearPhysicsLEND: apply coding rules
0017
0018 ## 2023-11-10 Alberto Ribon (activation-V11-01-02)
0019 - In all macro files, introduced the UI command
0020 '/process/had/rdm/thresholdForVeryLongDecayTime 1.0e+60 year'
0021 to allow all radioactive decays (including the very long ones).
0022 This is necessary since G4 11.2, being 1 year the default time
0023 threshold above which the decays are ignored.
0024
0025 ## 2023-08-04 Michel Maire (activation-V11-01-01)
0026 - add run.mac
0027 - update README, CMakeLists.txt
0028
0029 ## 2023-07-16 Michel Maire (activation-V11-01-00)
0030 - revision of all headers
0031
0032 ## 2022-04-03 Michel Maire (activation-V11-00-01)
0033 - PhysicsList : SetThresholdOfHalfLife(1*nanosecond*log(2))
0034
0035 ## 2021-12-10 Ben Morgan (activation-V11-00-00)
0036 - Change to new Markdown History format
0037
0038 ---
0039
0040 # History entries prior to 11.0
0041
0042 13-10-21 mma (activation-V10-07-11)
0043 - HadronElasticPhysicsHP : use G4GenericMessenger instead of NeutronHPMessenger
0044 - RadioactiveDecayPhysics : do not change ThresholdOfHalfLife
0045
0046 06-10-21 I. Hrivnacova (activation-V10-07-10)
0047 - Migration to new G4AnalysisManager.hh header;
0048 define the default output file type (root).
0049
0050 16-08-21 mma (activation-V10-07-09)
0051 - TrackingAction : take weight into account
0052
0053 05-08-21 mma (activation-V10-07-08)
0054 - ElectromagneticPhysics : update EM parameters
0055 - RadioactiveDecayPhysics : new constructor, include G4Radioactivation process,
0056 inactivate atomic deexcitation
0057
0058 27-07-21 mma (activation-V10-07-07)
0059 - RunAction::CountProcesses() : add a protection if (process == nullptr)
0060 - RunAction : add a comment for excited states
0061
0062 19-07-21 I. Hrivnacova (activation-V10-07-06)
0063 - Updated for changes in the analysis category:
0064 removed deleting of the analysis manager,
0065 as this is now done by the Geant4 kernel.
0066
0067 22-06-21 G. Cosmo (activation-V10-07-05)
0068 - Use new CLHEP units for minute, hour, day, year and millielectronvolt
0069 in PhysicsList.
0070
0071 15-04-21 mma (activation-V10-07-04)
0072 - Activation.cc: RunManagerFactory
0073 G4SteppingVerboseWithUnits
0074 ParticleHP env variables
0075 - ActionInitialization.hh and cc: remove SteppingVerbose class
0076
0077 04-03-21 A. Ribon (activation-V10-07-03)
0078 - GammaNuclearPhysics, GammaNuclearPhysicsLEND : replaced
0079 G4PhotoNuclearProcess (that has been deleted) with
0080 G4HadronInelasticProcess.
0081
0082 15-01-21 mma (activation-V10-07-02)
0083 - TrackingAction: count secondary particles with meanLife > 0.
0084
0085 05-01-21 mma (activation-V10-07-01)
0086 - PhysicsList: add GammaNuclearPhysicsLEND
0087
0088 30-12-20 mma (activation-V10-07-00)
0089 - update ElectromagneticPhysics
0090
0091 26-10-20 mma (activation-V10-06-03)
0092 - README : add macros description
0093
0094 05-08-20 Alberto Ribon (activation-V10-06-02)
0095 - envHadronic.(c)sh : removed deprecated HP environmental variables
0096 and replaced them with corresponding C++ calls in the main.
0097 (These two shell-script files will be removed in G4 11.0.)
0098
0099 21-06-20 mma (activation-V10-06-01)
0100 - Run.cc, line 188 : correct a protection on maximum number of histos
0101
0102 13-05-20 mma (activation-V10-06-00)
0103 - GammaNuclearPhysics : add G4LowEGammaNuclearModel
0104
0105 07-10-18 mma (activation-V10-04-04)
0106 - PhysicsList : use G4IonElasticPhysics and G4IonPhysicsXS
0107
0108 25-06-18 mma (activation-V10-04-03)
0109 - envHadronic : add env variables for particleHP (PHP)
0110
0111 08-05-18 Ben Morgan (activation-V10-04-02)
0112 - Include G4Types before use of G4MULTITHREADED. For forward
0113 compatibility with move to #defines over -D for G4 preprocessor
0114 symbols.
0115
0116 06-04-18 mma (activation-V10-04-01)
0117 - Activation.cc : set visualisation only in interactive mode
0118
0119 15-03-18 mma (activation-V10-04-00)
0120 - Activation.cc : remove G4UI_USE and G4VIS_USE
0121
0122 28-11-17 Ivana Hrivnacova (activation-V10-03-05)
0123 - Fixed Doxygen warnings
0124
0125 25-10-17 Ivana Hrivnacova (activation-V10-03-03,04)
0126 - Reverted back the example name;
0127 (it's not possible to tag the renamed example)
0128 - Minor modifications in readme only
0129
0130 19-10-17 Ivana Hrivnacova (activation-V10-03-02)
0131 - Renamed example from Activation in activation
0132
0133 17-10-17 mma (activation-V10-03-01)
0134 - update readme
0135
0136 16-05-17 mma (activation-V10-03-00)
0137 - first tag. Cowork with ctests-V10-03-07
0138
0139 21-04-17 Ivana Hrivnacova
0140 - Make the Run::fIonMap, fIonId static and added lock in Run::GetIonId()
0141 where these data are updated. This makes the code working in MT mode.
0142 - Simplified code in Run class:
0143 - Introduced C++11 range for-loops
0144 - Added a private function for merging particle data maps to avoid code duplication
0145
0146 07-02-17 Michel Maire
0147 - created from Hadr06