Warning, /geant4/examples/extended/electromagnetic/TestEm13/History is written in an unsupported language. File is not indexed.
0001 # Example TestEm13 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-03-04 Michel Maire (testem13-V11-03-00)
0008 - PhysListEmStandard::ContructProcess() : add G4RayleighScattering
0009
0010 ## 2024-04-17 Michel Maire (testem13-V11-02-00)
0011 - Readme: document macros
0012
0013 ## 2023-05-10 Michel Maire (testem13-V11-01-00)
0014 - revision of all headers
0015
0016 ## 2021-12-10 Ben Morgan (testem13-V11-00-00)
0017 - Change to new Markdown History format
0018
0019 ---
0020
0021 # History entries prior to 11.0
0022
0023 10-05-21 mma (testem13-V10-07-00)
0024 - Migration to G4RunManagerFactory and G4SteppingVerboseWithUnits.
0025
0026 26-11-19 I. Hrivnacova (testem13-V10-05-01)
0027 - Fixed Doxygen warnings
0028
0029 10-09-19 mma (testem13-V10-05-00)
0030 - update PhysListEmStandard, livermore, penelope
0031 go back to V10-03-00 : register only post step part of the processes.
0032 - PhysicsList::SetCuts() : set lower limit = 100 eV
0033
0034 09-05-18 B.Morgan (testem13-V10-04-03)
0035 - Include G4Types before use of G4MULTITHREADED. For forward
0036 compatibility with move to #defines over -D for G4 preprocessor
0037 symbols.
0038
0039 09-04-18 mma (testem13-V10-04-02)
0040 - testem13.cc : set visualisation only in interactive mode
0041
0042 19-03-18 mma (testem13-V10-04-01)
0043 - testem13.cc : remove G4UI_USE and G4VIS_USE
0044
0045 21-12-17 mma (testem13-V10-04-00)
0046 - update PhysListEmStandard, livermore, penelope
0047
0048 19-04-17 mma (testem13-V10-03-00)
0049 - BeginOfRunAction() : remove SetRandomNumberStore(true)
0050
0051 14-10-16 G.Folger (testem13-V10-02-03)
0052 - remove direct use of {a,the}ParticleIterator, use GetParticleTableIterator().
0053 fix required by clang39 on Linux and MAC
0054
0055 04-07-16 I. Hrivnacova (testem13-V10-02-02)
0056 - Fixes for Doxygen documentation
0057
0058 08-04-16 mma (testem13-V10-02-01)
0059 - PhysListEmStandard: remove G4EmProcessOption.hh
0060
0061 08-04-16 mma (testem13-V10-02-00)
0062 - PhysicsList: use G4EmParameters
0063 - remove geant3 subdirectory
0064
0065 27-09-15 mma (testem13-V10-01-00)
0066 - DetectorConstruction::SetMatetial(): allow nist materials
0067
0068 24-10-14 mma (testem13-V10-00-03)
0069 - TestEm12.in : /run/numberOfThreads 2
0070
0071 04-10-14 mma (testem13-V10-00-02)
0072 - TestEm13.cc : use G4Random
0073
0074 03-10-14 mma (testem13-V10-00-01)
0075 - MT migration
0076
0077 21-06-14 mma (testem13-V10-00-00)
0078 - remove PhysicsList::SetCuts(). Update macros
0079 - suppress EventAction and its Messenger
0080
0081 19-06-13 mma (testem13-V09-06-04)
0082 - SteppingVerbose: use G4Step::GetSecondaryInCurrentStep().
0083
0084 07-06-13 mma (testem13-V09-06-03)
0085 - Cosmetic in SteppingAction.
0086
0087 01-04-13 A.Dotti (testem13-V09-06-02)
0088 - New G4VUserPhysicsList interface
0089
0090 13-02-13 I.Hrivnacova(testem13-V09-06-01)
0091 - Applied coding guidelines (virtual keyword, data members initialization)
0092
0093 11-12-12 V.Ivant (testem13-V09-06-00)
0094 - PhysListEmStandard: use SetEmModel method
0095
0096 12-10-12 V.Ivant (testem13-V09-05-02)
0097 - Migration to the updated analysis tool and inplicit units
0098
0099 08-10-12 mma (testem13-V09-05-01)
0100 - G4 coding conventions: virtual
0101
0102 10-04-12 mma (testem13-V09-05-00)
0103 - all classes : apply G4 coding conventions
0104
0105 08-11-11 mma (testem13-V09-04-02)
0106 - modify SteppingVerbose for OutOfWorld
0107
0108 31-05-11 mma (testem13-V09-04-01)
0109 - DetectorConstruction : for Water, set I = 78 eV (instead of 75 eV)
0110
0111 12-05-11 mma (testem13-V09-04-00)
0112 - PhysListEmStandard: adapted for 9.4-ref-03
0113 include AtomicDeexcitation, new G4PEEffectFluoModel, G4KleinNishinaModel.
0114
0115 06-06-10 J.Perl (testem13-V09-03-03)
0116 - Remove unused variable in EventAction
0117
0118 03-06-10 J.Perl (testem13-V09-03-02)
0119 - Updated vis usage
0120
0121 05-04-10 mma (testem13-V09-03-01)
0122 - PhysicsList: remove non pertinent EmOptions
0123 - RunAction: replace ProcessCount by map<string, int>
0124
0125 02-04-10 mma (testem13-V09-03-00)
0126 - PhysicsList: extend ProductionCuts down to 100 eV
0127 - PhysListEmStandard, Livermore, Penelope:
0128 all processes registered as discrete -> no continuous Eloss
0129 - cleanup SteppingAction
0130 - TestEm14.cc : introduction of G4UIExecutive
0131 - update README
0132
0133 19-11-09 mma (testem13-V09-02-01)
0134 - add new livermore and penelope physics lists
0135
0136 25-09-09 mma (testem13-V09-02-00)
0137 - Remove old livermore and penelope physics lists
0138
0139 12-06-08 mma (testem13-V09-01-00)
0140 - Remove AIDA from GNUmakefile
0141
0142 02-07-07 V.Ivant (testem13-V09-00-00)
0143
0144 25-06-07 mma (testem13-V08-03-00)
0145 - SteppingAction : modify logic to take into account low energy packages
0146 - cosmetic in TestEm13.in
0147
0148 06-04-07 mma (testem13-V08-02-00)
0149 - vis.mac : suppress the command drawTracks
0150
0151 24-10-06 mma (testem13-V08-01-00)
0152 - GNUmakefile : LOADLIBS
0153
0154 19-05-06 mma (testem13-V08-00-08)
0155 - update README
0156
0157 10-05-06 mma (testem13-V08-00-07)
0158 - added protection in DetectorConstruction::UpdateDeometry()
0159
0160 26-04-06 mma (testem13-V08-00-06)
0161 - creation, from previous TestEm13 which is renamed TestEm14