Warning, /geant4/examples/extended/hadronic/Hadr04/History is written in an unsupported language. File is not indexed.
0001 # Example Hadr04 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-03-07 Michel Maire (exhadr04-V11-02-00)
0008 - update Readme
0009
0010 ## 2023-05-28 Michel Maire (exhadr04-V11-01-00)
0011 - revision of all headers
0012 - PhysicsList : remove definition of meV
0013
0014 ## 2021-12-10 Ben Morgan (exhadr04-V11-00-00)
0015 - Change to new Markdown History format
0016
0017 ---
0018
0019 # History entries prior to 11.0
0020
0021 05-10-21 mma (exhadr04-V10-07-05)
0022 - NeutronHPphysics: use G4GenericMessenger instead of NeutronHPMessenger
0023
0024 06-10-21 I. Hrivnacova (exhadr04-V10-07-05)
0025 - Migration to new G4AnalysisManager.hh header;
0026 define the default output file type (root).
0027
0028 27-07-21 mma (exhadr04-V10-07-04)
0029 - RunAction::CountProcesses() : add a protection if (process == nullptr)
0030
0031 19-07-21 I. Hrivnacova (Hadr04-V10-07-03)
0032 - Updated for changes in the analysis category:
0033 removed deleting of the analysis manager,
0034 as this is now done by the Geant4 kernel.
0035
0036 15-04-21 mma (Hadr04-V10-07-02)
0037 - Hadr04.cc: RunManagerFactory
0038 G4SteppingVerboseWithUnits
0039 ParticleHP env variables
0040 - ActionInitialization.hh and cc: remove SteppingVerbose class
0041
0042 18-03-21 A. Ribon (exhadr04-V10-07-01)
0043 - NeutronHPphysics : replaced G4HadronCaptureProcess with
0044 G4NeutronCaptureProcess, and G4HadronFissionProcess with
0045 G4NeutronFissionProcess.
0046
0047 04-03-21 A. Ribon (exhadr04-V10-07-00)
0048 - NeutronHPphysics : replaced G4NeutronInelasticProcess (that has been
0049 deleted) with G4HadronInelasticProcess.
0050
0051 22-10-20 mma (exhadr04-V10-06-01)
0052 - README : add macros descrption
0053
0054 05-08-20 A. Ribon (exhadr04-V10-06-00)
0055 - envHadronic.(c)sh , Hadr04.cc : removed deprecated HP environmental
0056 variables and replaced them with corresponding C++ calls in the main.
0057 (These two shell-script files will be removed in G4 11.0.)
0058
0059 25-06-18 mma (exhadr04-V10-04-04)
0060 - envHadronic : add env variables for particleHP (PHP)
0061
0062 09-05-18 B. Morgan (exhadr04-V10-04-03)
0063 - Include G4Types before use of G4MULTITHREADED. For forward
0064 compatibility with move to #defines over -D for G4 preprocessor
0065 symbols.
0066
0067 05-04-18 mma (exhadr04-V10-04-02)
0068 - Hadr04.cc : set visualisation only in interactive session.
0069
0070 16-03-18 mma (exhadr04-V10-04-01)
0071 - Hadr04.cc : remove G4UI_USE and G4VIS_USE
0072
0073 17-12-17 mma (exhadr04-V10-04-00)
0074 - NeutronHPphysics : use pManager->GetProcess(processName)
0075
0076 11-04-17 mma (exhadr04-V10-03-01)
0077 - BeginOfRunAction() : remove SetRandomNumberStore()
0078
0079 12-07-16 mma (exhadr04-V10-02-00)
0080 - DetectorConstruction : add HeavyWater
0081
0082 04-07-16 I. Hrivnacova
0083 - Fixes for Doxygen documentation
0084
0085 02-11-15 A. Ribon (exhadr04-V10-01-00)
0086 - Migrated to ParticleHP
0087
0088 19-11-14 mma (exhadr04-V10-00-06)
0089 - cosmetic in envHadronic.csh
0090
0091 11-09-14 mma (exhadr04-V10-00-05)
0092 - Hadr04.cc : SetNumberOfThreads(G4Threading::G4GetNumberOfCores())
0093
0094 15-09-14 I. Hrivnacova (exhadr04-V10-00-04)
0095 - Fixed test in envHadronic.sh
0096
0097 09-05-14 mma (exhadr04-V10-00-03)
0098 - NeutronHPphysics: check for pre-existing processes
0099
0100 24-04-14 mma (exhadr04-V10-00-02)
0101 - small cleanup in NeutronHPphysics.cc
0102
0103 25-03-14 mma (exhadr04-V10-00-01)
0104 - Run.cc : modify map fProcCounter
0105
0106 12-12-13 mma (exhadr04-V10-00-00)
0107 - pass primary kinematic to Run
0108
0109 21-11-13 A.Dotti (exhadr04-V09-06-07)
0110 - Use G4RunManager::ReinitializeGeometry() to trigger geometry
0111 rebuild
0112 - Remove ui command to Update geometry and corresponding method
0113 in DetectorConstruction
0114
0115 07-11-13 I. Hrivnacova (exhadr04-V09-06-06)
0116 - Setting SteppingVerbose in main only in seguential mode.
0117
0118 07-11-13 mma (exhadr04-V09-06-05)
0119 - BeginOfRunAction() : suppress printing
0120
0121 05-11-13 I. Hrivnacova (exhadr04-V09-06-04)
0122 - Improved Run class: define just one map of struct ParticleData
0123 instead of four maps of G4int/G4double.
0124
0125 04-11-13 I. Hrivnacova (exhadr04-V09-06-03)
0126 - Added merging for maps, fixed endOfRunAction,
0127 use G4Random instead of CLHEP::Random
0128
0129 03-11-13 mma(exhadr04-V09-06-02)
0130 - MT: Hadr04.cc + ActionInitialisation + RunAction + Run
0131 - rm EventAction and EventActionMessenger
0132
0133 09-09-13 mma (exhadr04-V09-06-01)
0134 - cosmetic in RunAction
0135
0136 01-09-13 Michel Maire (exhadr04-V09-06-00)
0137 - created from Hadr03 and rdecay01