Warning, /geant4/examples/extended/hadronic/Hadr07/History is written in an unsupported language. File is not indexed.
0001 # Example Hadr07 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 (exhadr07-V11-03-00)
0008 - Hadr07.cc - SetUseNRESP71Model(true)
0009
0010 ## 2024-03-20 Michel Maire (exhadr07-V11-02-00)
0011 - RadioactiveDecayPhysics.cc: add Triton
0012 - apply coding rules: HistoManager.cc, Run.cc, TrackingAction.cc,
0013 GammaNuclearPhysics.cc, GammaNuclearPhysicsLEND.cc
0014 - document hadr07.in, multilayers.mac
0015
0016 ## 2023-11-12 Alberto Ribon (exhadr07-V11-01-03)
0017 - Na22.mac : introduced the UI command
0018 /process/had/rdm/thresholdForVeryLongDecayTime 1.0e+60 year
0019 to allow all radioactive decays (including the very long ones).
0020 This is necessary since G4 11.2, being 1 year the default time
0021 threshold above which the decays are ignored.
0022
0023 ## 2023-08-04 Michel Maire (exhadr07-V11-01-02)
0024 - add neutron.mac.mac
0025 - update README, CMakeLists.txt
0026
0027 ## 2023-06-20 Michel Maire (exhadr07-V11-01-01)
0028 - revision of all headers
0029
0030 ## 2023-01-10 Michel Maire (exhadr07-V11-01-00)
0031 - compute and plot Edep, Eleak, Etotal=Edep+Eleak
0032
0033 ## 2022-04-01 Michel Maire (exhadr07-V11-00-01)
0034 - PhysicsList: add G4NuclideTable::SetThresholdOfHalfLife(1ns*log2)
0035 - TrackingAction: print ions with meanLife = 0
0036
0037 ## 2021-12-10 Ben Morgan (exhadr07-V11-00-00)
0038 - Change to new Markdown History format
0039
0040 ---
0041
0042 # History entries prior to 11.0
0043
0044 13-10-21 mma (exhadr07-V10-07-12)
0045 - HadronElasticPhysicsHP : use G4GenericMessenger instead of NeutronHPMessenger
0046 - RadioactiveDecayPhysics : do not change ThresholdOfHalfLife
0047
0048 07-10-21 I. Hrivnacova (exhadr07-V10-07-11)
0049 - Migration to new G4AnalysisManager.hh header;
0050 define the default output file type (root).
0051
0052 05-08-21 mma (exhadr07-V10-07-10)
0053 - ElectromagneticPhysics : update EM parameters
0054 - RadioactiveDecayPhysics : new constructor, include G4Radioactivation process,
0055 inactivate atomic deexcitation
0056
0057 27-07-21 mma (exhadr07-V10-07-09)
0058 - RunAction::CountProcesses() : add a protection if (process == nullptr)
0059 - TrackingAction, RunAction : add a comment for excited states
0060
0061 19-07-21 I. Hrivnacova (exhadr07-V10-07-08)
0062 - Updated for changes in the analysis category:
0063 removed deleting of the analysis manager,
0064 as this is now done by the Geant4 kernel.
0065
0066 22-06-21 G. Cosmo (exhadr07-V10-07-07)
0067 - Use new CLHEP units for minute, hour, day, year and millielectronvolt
0068 in PhysicsList.
0069
0070 13-04-21 mma (exhadr07-V10-07-06)
0071 - main : set true few env variables for ParticleHP
0072
0073 24-03-21 mma (exhadr07-V10-07-05)
0074 - main : migration to G4RunManagerFactory
0075 and G4SteppingVerbose::UseBestUnit() classes.
0076 - TrackingAction : add TrackingMessenger with 1 command
0077
0078
0079 04-03-21 A. Ribon (exhadr07-V10-07-04)
0080 - GammaNuclearPhysics, GammaNuclearPhysicsLEND : replaced
0081 G4PhotoNuclearProcess (that has been deleted) with
0082 G4HadronInelasticProcess.
0083
0084 28-01-21 mma (exhadr07-V10-07-03)
0085 - TrackingAction, Run: print meanLife
0086 - PhysicsList: add new units for time
0087
0088 15-01-21 mma (exhadr07-V10-07-02)
0089 - TrackingAction: count secondary particles with meanLife > 0.
0090
0091 05-01-21 mma (exhadr07-V10-07-01)
0092 - PhysicsList: add GammaNuclearPhysicsLEND
0093
0094 30-12-20 mma (exhadr07-V10-07-00)
0095 - update ElectromagneticPhysics
0096
0097 25-10-20 mma (exhadr07-V10-06-02)
0098 - README : add macros descrption
0099
0100 05-08-20 A. Ribon (exhadr07-V10-06-01)
0101 - Hadr07.cc , envHadronic.(c)sh : removed deprecated HP environmental
0102 variables and replaced them with corresponding C++ calls in the main.
0103 (These two shell-script files will be removed in G4 11.0.)
0104
0105 13-05-20 mma (exhadr07-V10-06-00)
0106 - GammaNuclearPhysics : add G4LowEGammaNuclearModel
0107
0108 07-10-18 mma (exhadr07-V10-04-05)
0109 - PhysicsList : use G4IonPhysicsXS
0110
0111 25-06-18 mma (exhadr07-V10-04-04)
0112 - envHadronic : add env variables for particleHP (PHP)
0113
0114 04-06-18 mma (exhadr07-V10-04-03)
0115 - SteppingAction.cc : Photoelectric, edep at end of step
0116
0117 09-05-18 B. Morgan (exhadr07-V10-04-02)
0118 - Include G4Types before use of G4MULTITHREADED. For forward
0119 compatibility with move to #defines over -D for G4 preprocessor
0120 symbols.
0121
0122 05-04-18 mma (exhadr07-V10-04-01)
0123 - Hadr07.cc : set visualisation only in interactive session.
0124
0125 16-03-18 mma (exhadr07-V10-04-00)
0126 - Hadr07.cc : remove G4UI_USE and G4VIS_USE
0127
0128 28-11-17 I. Hrivnacova (exhadr07-V10-03-02)
0129 - Fixed Doxygen warnings
0130
0131 27-04-17 mma (exhadr07-V10-03-01)
0132 - Update Readme
0133
0134 12-04-17 mma (exhadr07-V10-03-00)
0135 - BeginOfRunAction() : remove SetRandomNumberStore()
0136
0137 22-10-16 mma (exhadr07-V10-02-07)
0138 - add alpha.mac ionC12.mac
0139
0140 14-10-16 G.Folger (exhadr07-V10-02-06)
0141 - remove direct use of aParticleIterator, use GetParticleTableIterator().
0142 fix required by clang39 on Linux and MAC
0143
0144 09-09-16 mma (exhadr07-V10-02-05)
0145 - rename GammaPhysics --> GammaNuclearPhysics
0146 EmStandardPhysics --> ElectromagneticPhysics
0147
0148 27-08-16 mma (exhadr07-V10-02-04)
0149 - remove PhysListEmStandard
0150
0151 11-08-16 V.Ivanchenko (exhadr07-V10-02-03)
0152 - fixed local EM phys list
0153
0154 02-08-16 mma (exhadr07-V10-02-02)
0155 - coding conventions : kMaxAbsor
0156
0157 04-07-16 I. Hrivnacova
0158 - Fixes for Doxygen documentation
0159
0160 13-04-16 mma (exhadr07-V10-02-01)
0161 - EmStandardPhysics: use G4EmParameters
0162
0163 01-04-16 michel maire (exhadr07-V10-02-00)
0164 - created, from TestEm11 and Hadr06