Geant4 Cross Reference |
1 # Example TestEm8 History << 1 ------------------------------------------------------------------- 2 2 3 See `CONTRIBUTING.rst` for details of **requir << 3 ========================================================= 4 which **must** added in reverse chronological << 4 Geant4 - an Object-Oriented Toolkit for Simulation in HEP 5 be used as a substitute for writing good git c << 5 ========================================================= 6 << 6 7 << 7 TestEm8 History file 8 ## 2023-04-25 V. Ivanchenko (testem8-V11-01-00 << 8 ------------------------ 9 - Coding guidelines: applied clang-format and << 9 This file should be used by the G4 example coordinator to briefly 10 << 10 summarize all major modifications introduced in the code and keep 11 ## 2022-10-26 I. Hrivnacova (testem8-V11-00-01 << 11 track of all tags. 12 - Coding guidelines: start data members with ' << 12 13 << 13 ---------------------------------------------------------- 14 ## 2021-12-10 Ben Morgan (testem8-V11-00-00) << 14 * Reverse chronological order (last date on top), please * 15 - Change to new Markdown History format << 15 ---------------------------------------------------------- 16 << 17 --- << 18 << 19 # History entries prior to 11.0 << 20 << 21 07-11-21 I. Hrivnacova (testem8-V10-07-03) << 22 - Added analysis manager Clear() call instead << 23 deleting in the end of run (removed on July << 24 << 25 18-10-21 V. Ivanchenko (testem8-V10-07-02) << 26 - Added printout of random numbers << 27 << 28 06-10-21 I. Hrivnacova (testem8-V10-07-01) << 29 - Migration to new G4AnalysisManager.hh header << 30 define the default output file type (root). << 31 << 32 19-07-21 I. Hrivnacova (testem8-V10-07-00) << 33 - Updated for changes in the analysis category << 34 removed deleting of the analysis manager, << 35 as this is now done by the Geant4 kernel. << 36 << 37 10-11-20 B. Morgan (testem8-V10-06-00) << 38 - Migration to G4RunManagerFactory. << 39 16 40 13-02-19 V.Ivantchenko (testem8-V10-05-00) 17 13-02-19 V.Ivantchenko (testem8-V10-05-00) 41 - DetectorConstruction - added alternative mat 18 - DetectorConstruction - added alternative materials in order to test 42 all methods to construct new material by G 19 all methods to construct new material by G4NistMaterialBuilder 43 (problem reports #2133, #2134) 20 (problem reports #2133, #2134) 44 21 45 16-05-18 J.Allison (testem8-V10-04-05) 22 16-05-18 J.Allison (testem8-V10-04-05) 46 - RunAction.cc: Removed vis commands. 23 - RunAction.cc: Removed vis commands. 47 24 48 01-05-18 J.Allison (testem8-V10-04-04) 25 01-05-18 J.Allison (testem8-V10-04-04) 49 - RunAction.cc: Removed G4VIS_USE and G4UI_USE 26 - RunAction.cc: Removed G4VIS_USE and G4UI_USE. 50 27 51 29-03-18 V.Ivant (testem8-V10-04-03) 28 29-03-18 V.Ivant (testem8-V10-04-03) 52 - TestEm8.cc - minor optimisation 29 - TestEm8.cc - minor optimisation 53 30 54 26-03-18 V.Ivant (testem8-V10-04-02) 31 26-03-18 V.Ivant (testem8-V10-04-02) 55 - PrimaryGeneratorAction - fixed thread safety 32 - PrimaryGeneratorAction - fixed thread safety 56 - TestEm8.in - disable tracking cuts 33 - TestEm8.in - disable tracking cuts 57 34 58 17-03-18 mma (testem8-V10-04-01) 35 17-03-18 mma (testem8-V10-04-01) 59 - testem8.cc : remove G4UI_USE and G4VIS_USE 36 - testem8.cc : remove G4UI_USE and G4VIS_USE 60 37 61 14-12-17 V.Ivant (testem8-V10-04-00) 38 14-12-17 V.Ivant (testem8-V10-04-00) 62 - corrected default macro to optimise output 39 - corrected default macro to optimise output 63 40 64 27-10-17 V.Ivant (testem8-V10-03-01) 41 27-10-17 V.Ivant (testem8-V10-03-01) 65 - PhysicsList, DetectorConstruction, DetectorM 42 - PhysicsList, DetectorConstruction, DetectorMesenger, StepMax 66 make StepMax initialisation to be more threa 43 make StepMax initialisation to be more thread safe 67 44 68 28-08-17 V.Ivant (testem8-V10-03-00) 45 28-08-17 V.Ivant (testem8-V10-03-00) 69 - PhysicsList - restore functionality for the 46 - PhysicsList - restore functionality for the old command 70 "/testem/phys/addPhysics pai" 47 "/testem/phys/addPhysics pai" 71 48 72 19-11-16 A.Dotti (testem8-V10-02-05) 49 19-11-16 A.Dotti (testem8-V10-02-05) 73 - explicit set of SD to manager 50 - explicit set of SD to manager 74 51 75 14-10-16 G.Folger (testem8-V10-02-04) 52 14-10-16 G.Folger (testem8-V10-02-04) 76 - remove direct use of theParticleIterator, us 53 - remove direct use of theParticleIterator, use GetParticleTableIterator(). 77 fix required by clang39 on Linux and MAC 54 fix required by clang39 on Linux and MAC 78 55 79 02-09-16 V.Ivant (testem8-V10-02-03) 56 02-09-16 V.Ivant (testem8-V10-02-03) 80 01-09-16 V.Ivant (testem8-V10-02-02) 57 01-09-16 V.Ivant (testem8-V10-02-02) 81 - Run - fixed RMS computation by G4StatDouble 58 - Run - fixed RMS computation by G4StatDouble 82 59 83 04-07-16 I. Hrivnacova (testem8-V10-02-01) 60 04-07-16 I. Hrivnacova (testem8-V10-02-01) 84 - Fixes for Doxygen documentation 61 - Fixes for Doxygen documentation 85 62 86 19-02-16 V.Ivant (testem8-V10-02-00) 63 19-02-16 V.Ivant (testem8-V10-02-00) 87 - TestParameters, Run, PrimaryGeneratorAction, << 64 - TestParameters, Run, PrimaryGeneratorAction, 88 PrimaryGeneratorMessenger - reorganized prin << 65 PrimaryGeneratorMessenger - reorganized printout of beam 89 particle; use energy smearing as an additi 66 particle; use energy smearing as an addition of noise, 90 so smeared noise should be added in units 67 so smeared noise should be added in units of energy 91 68 92 27-10-15 D.Sawkey (testem8-V10-01-06) 69 27-10-15 D.Sawkey (testem8-V10-01-06) 93 - spellcheck, synch README, .README 70 - spellcheck, synch README, .README 94 71 95 19-09-15 V.Ivant (testem8-V10-01-05) 72 19-09-15 V.Ivant (testem8-V10-01-05) 96 - TestEm8.cc - use 1 thread for interactive mo 73 - TestEm8.cc - use 1 thread for interactive mode, improve vis.mac 97 74 98 13-08-15 V.Ivant (testem8-V10-01-04) 75 13-08-15 V.Ivant (testem8-V10-01-04) 99 - PhysicsList - removed configuration of PAI m << 76 - PhysicsList - removed configuration of PAI models via 100 G4EmConfigurator and left only method via 77 G4EmConfigurator and left only method via UI command; set 101 default verbosity to zero to reduce legth << 78 default verbosity to zero to reduce legth of reference output, 102 fixed initialisation of StepMax in MT mode 79 fixed initialisation of StepMax in MT mode 103 - DetectorConstruction - allowed to change geo 80 - DetectorConstruction - allowed to change geometry sizes between runs 104 - TestParameters - add parameters needed for A 81 - TestParameters - add parameters needed for ALICE TRD simulation 105 - updated macro files accordingly 82 - updated macro files accordingly 106 83 107 10-07-15 V.Ivant (testem8-V10-01-03) 84 10-07-15 V.Ivant (testem8-V10-01-03) 108 - RunAction, Run, StackingAction - improve his 85 - RunAction, Run, StackingAction - improve histogram handling 109 86 110 10-07-15 V.Ivant (testem8-V10-01-02) 87 10-07-15 V.Ivant (testem8-V10-01-02) 111 - PhysicsList - added SS, GS, WVI PhysList 88 - PhysicsList - added SS, GS, WVI PhysList 112 - RunAction - book histograms in constructor a 89 - RunAction - book histograms in constructor allowing to use /analysis/ 113 UI commands 90 UI commands 114 - macro files - added alternative configuratio 91 - macro files - added alternative configuration of PAI models via 115 EM UI command; << 92 EM UI command; 116 93 117 24-04-15 V.Ivant (testem8-V10-01-01) 94 24-04-15 V.Ivant (testem8-V10-01-01) 118 - PhysicsList - fixed problem #1731 in configu << 95 - PhysicsList - fixed problem #1731 in configuration of models per 119 G4Region in MT mode 96 G4Region in MT mode 120 - Run - added protection against numerical exc << 97 - Run - added protection against numerical exception for run with 121 0 or 1 events 98 0 or 1 events 122 99 123 04-02-15 V.Ivant (testem8-V10-01-00) 100 04-02-15 V.Ivant (testem8-V10-01-00) 124 - DetectorConstruction - removed local pointer 101 - DetectorConstruction - removed local pointer to sensitive detector 125 in order to avoid race condition << 102 in order to avoid race condition 126 103 127 20-11-14 V.Ivant (testem8-V10-00-07) 104 20-11-14 V.Ivant (testem8-V10-00-07) 128 - DetectorConstruction, TargetSD - attempt to << 105 - DetectorConstruction, TargetSD - attempt to fix crash at 129 destruction in MT mode 106 destruction in MT mode 130 107 131 03-11-14 V.Ivant (testem8-V10-00-06) 108 03-11-14 V.Ivant (testem8-V10-00-06) 132 - TestEm8.in - reduce statistics to 1000 109 - TestEm8.in - reduce statistics to 1000 133 110 134 25-10-14 V.Ivant (testem8-V10-00-05) 111 25-10-14 V.Ivant (testem8-V10-00-05) 135 - RunAction - fixed compillation warning 112 - RunAction - fixed compillation warning 136 113 137 24-10-14 V.Ivant (testem8-V10-00-04) 114 24-10-14 V.Ivant (testem8-V10-00-04) 138 - Migrated to MT mode (A.Bagulya) 115 - Migrated to MT mode (A.Bagulya) 139 removed Histo, HistoManager, HistoMessenger 116 removed Histo, HistoManager, HistoMessenger classes 140 added ActionInitialization, Run, TestParamet 117 added ActionInitialization, Run, TestParameters classes 141 118 142 12-06-14 V.Ivant (testem8-V10-00-03) 119 12-06-14 V.Ivant (testem8-V10-00-03) 143 - applied code guidlines 120 - applied code guidlines 144 121 145 28-04-14 V.Ivant (testem8-V10-00-02) 122 28-04-14 V.Ivant (testem8-V10-00-02) 146 - added "emlowenergy" option for EM physics << 123 - added "emlowenergy" option for EM physics 147 124 148 16-01-14 V.Ivant (testem8-V10-00-01) 125 16-01-14 V.Ivant (testem8-V10-00-01) 149 - HistoManager - fixed output of rms of mean e 126 - HistoManager - fixed output of rms of mean energy 150 127 151 01-01-14 V.Ivant (testem8-V10-00-00) 128 01-01-14 V.Ivant (testem8-V10-00-00) 152 - HistoManager - more accurate computation of 129 - HistoManager - more accurate computation of mean energy deposition 153 130 154 21-05-13 V.Ivant (testem8-V09-06-03) 131 21-05-13 V.Ivant (testem8-V09-06-03) 155 - PhysicsList - substituted obsolete G4PAIPhot << 132 - PhysicsList - substituted obsolete G4PAIPhotonMOdel by G4PAIPhotModel 156 133 157 08-05-13 V.Ivant (testem8-V09-06-02) 134 08-05-13 V.Ivant (testem8-V09-06-02) 158 - PhysicsList - fixed typo in PhysicsList::Set 135 - PhysicsList - fixed typo in PhysicsList::SetCutForProton 159 136 160 13-02-13 I.Hrivnacova (testem8-V09-06-01) 137 13-02-13 I.Hrivnacova (testem8-V09-06-01) 161 - Applied coding guidelines (virtual keyword, 138 - Applied coding guidelines (virtual keyword, data members initialization) 162 139 163 08-02-13 V.Ivant (testem8-V09-06-00) 140 08-02-13 V.Ivant (testem8-V09-06-00) 164 - Stacking action and its messenge are added a 141 - Stacking action and its messenge are added allowing to kill 165 secondary electrons inside GasDetector regi 142 secondary electrons inside GasDetector region and add this 166 energy to total energy deposit; by default 143 energy to total energy deposit; by default this option is off 167 - HistoManager - a histogram is added for ener 144 - HistoManager - a histogram is added for energy deposition in units 168 of ADC counts and an extra UI command "/tes 145 of ADC counts and an extra UI command "/testem/setEnergyPerChannel" 169 146 170 12-10-12 V.Ivant (testem8-V09-05-09) 147 12-10-12 V.Ivant (testem8-V09-05-09) 171 - Migration to the updated analysis tool 148 - Migration to the updated analysis tool 172 - Added Opt4 Physics List and decreased limit 149 - Added Opt4 Physics List and decreased limit on cuts 173 150 174 23-05-12 V.Ivant (testem8-V09-05-08) 151 23-05-12 V.Ivant (testem8-V09-05-08) 175 - Histo - fixed n-tuples 152 - Histo - fixed n-tuples 176 153 177 17-04-12 V.Ivant (testem8-V09-05-07) 154 17-04-12 V.Ivant (testem8-V09-05-07) 178 - Histo - minor cleanup 155 - Histo - minor cleanup 179 - PrimaryGeneratorAction - fixed initialisatio 156 - PrimaryGeneratorAction - fixed initialisation 180 157 181 17-04-12 V.Ivant (testem8-V09-05-06) 158 17-04-12 V.Ivant (testem8-V09-05-06) 182 - Histo - minor cleanup 159 - Histo - minor cleanup 183 - PrimaryGeneratorAction - fixed initialisatio 160 - PrimaryGeneratorAction - fixed initialisation 184 161 185 17-04-12 V.Ivant (testem8-V09-05-05) 162 17-04-12 V.Ivant (testem8-V09-05-05) 186 - Histo - changed default names of output file 163 - Histo - changed default names of output file; added SetVerbose 187 164 188 12-04-12 V.Ivant (testem8-V09-05-04) 165 12-04-12 V.Ivant (testem8-V09-05-04) 189 - Histo - added method Activate(); fixed metho 166 - Histo - added method Activate(); fixed method Save() 190 167 191 11-04-12 V.Ivant (testem8-V09-05-03) 168 11-04-12 V.Ivant (testem8-V09-05-03) 192 - Histo - use only ROOT option for analysis, << 169 - Histo - use only ROOT option for analysis, 193 allow to have several runs with histograms 170 allow to have several runs with histograms per session 194 - HistoManager - fixed computation of mean ene 171 - HistoManager - fixed computation of mean energy deposit, 195 allow to have several runs wi 172 allow to have several runs with histograms per session 196 173 197 10-04-12 V.Ivant (testem8-V09-05-02) 174 10-04-12 V.Ivant (testem8-V09-05-02) 198 - migration from AIDA to Geant4 histogram's to << 175 - migration from AIDA to Geant4 histogram's tool; 199 applied code convention for all classes of t 176 applied code convention for all classes of the example 200 177 201 29-02-12 V.Ivant (testem8-V09-05-01) 178 29-02-12 V.Ivant (testem8-V09-05-01) 202 - PhysicsListMessenger - removed test cout 179 - PhysicsListMessenger - removed test cout 203 - DetectorConstruction - uncomment material pr 180 - DetectorConstruction - uncomment material printout 204 181 205 01-02-12 V.Ivant (testem8-V09-05-00) 182 01-02-12 V.Ivant (testem8-V09-05-00) 206 - DetectorConstruction - added gas of ALICE TP 183 - DetectorConstruction - added gas of ALICE TPC and macro testALICE.mac 207 - TragetSD - added zero-energy steps to histog 184 - TragetSD - added zero-energy steps to histograms and step counters 208 - HistoManager - book histograms at begin of r 185 - HistoManager - book histograms at begin of run not earlier 209 186 210 19-11-10 V.Ivant (testem8-V09-03-07) 187 19-11-10 V.Ivant (testem8-V09-03-07) 211 - V. Grichine Histomanager.cc The preparation << 188 - V. Grichine Histomanager.cc The preparation of 212 distribution.out file was added. 189 distribution.out file was added. It has 213 NumOfEv and distribution(energy/ 190 NumOfEv and distribution(energy/keV) 214 191 215 27-10-10 V.Ivant (testem8-V09-03-06) 192 27-10-10 V.Ivant (testem8-V09-03-06) 216 - DetectorConstruction - added more printout 193 - DetectorConstruction - added more printout 217 - DetectorMessenger - fixed state (added G4Sta 194 - DetectorMessenger - fixed state (added G4State_PreInit) 218 - PhysicsList - fixed UI commands for step lim 195 - PhysicsList - fixed UI commands for step limiter 219 196 220 28-09-10 V.Ivant (testem8-V09-03-05) 197 28-09-10 V.Ivant (testem8-V09-03-05) 221 - GNUmakefile - added histclean option << 198 - GNUmakefile - added histclean option 222 199 223 08-09-10 V.Ivant (testem8-V09-03-04) 200 08-09-10 V.Ivant (testem8-V09-03-04) 224 - The example is completely rewritten: physics 201 - The example is completely rewritten: physics, scoring, histograms, 225 README 202 README 226 203 227 04-06-10 J.Perl (testem8-V09-03-03) 204 04-06-10 J.Perl (testem8-V09-03-03) 228 - Updated vis usage << 205 - Updated vis usage 229 206 230 04-06-10 V.Ivant (testem8-V09-03-02) 207 04-06-10 V.Ivant (testem8-V09-03-02) 231 - PhysicsList, Em8DetectorConstruction - renam << 208 - PhysicsList, Em8DetectorConstruction - renamed "VertexDetector" by 232 "GasDetector" 209 "GasDetector" 233 - added cut per region into TestEm8.in 210 - added cut per region into TestEm8.in 234 << 211 235 21-05-10 mma (testem8-V09-03-01) 212 21-05-10 mma (testem8-V09-03-01) 236 - TestEm8.cc : introduction of G4UIExecutive 213 - TestEm8.cc : introduction of G4UIExecutive 237 214 238 13-04-10 V.Ivant (testem8-V09-03-00) 215 13-04-10 V.Ivant (testem8-V09-03-00) 239 - Use pointer to G4EmConfigurator and not as a 216 - Use pointer to G4EmConfigurator and not as a memeber of the class 240 217 241 24-11-08 V.Ivant (testem8-V09-02-00) 218 24-11-08 V.Ivant (testem8-V09-02-00) 242 - Fixed compillation warnings at SLC5 219 - Fixed compillation warnings at SLC5 243 220 244 05-12-08 V.Ivant (testem8-V09-01-02) 221 05-12-08 V.Ivant (testem8-V09-01-02) 245 - Fixed typo in Physics List 222 - Fixed typo in Physics List 246 223 247 21-11-08 V.Ivant (testem8-V09-01-01) 224 21-11-08 V.Ivant (testem8-V09-01-01) 248 - remove local components of PhsyicsList and u 225 - remove local components of PhsyicsList and use G4EmConfigurator to 249 configure PAI model 226 configure PAI model 250 227 251 12-06-08 mma (testem8-V09-01-00) 228 12-06-08 mma (testem8-V09-01-00) 252 - Remove AIDA from GNUmakefile << 229 - Remove AIDA from GNUmakefile 253 230 254 12-11-07 V.Ivant (testem8-V09-00-05) 231 12-11-07 V.Ivant (testem8-V09-00-05) 255 - Fixed logic in SteppingAction << 232 - Fixed logic in SteppingAction 256 233 257 02-10-07 V.Ivant (testem8-V09-00-04) 234 02-10-07 V.Ivant (testem8-V09-00-04) 258 - Fixed memory leak in UI interface 235 - Fixed memory leak in UI interface 259 236 260 26-09-07 V.Ivant (testem8-V09-00-03) 237 26-09-07 V.Ivant (testem8-V09-00-03) 261 - Remove used lines from PAI physics construct 238 - Remove used lines from PAI physics constructors, added "pai_brem" 262 constructor PhysListEmPAI in which AlongStep << 239 constructor PhysListEmPAI in which AlongStep from bremsstrahlung 263 is allowed 240 is allowed 264 241 265 27-08-07 V.Ivant (testem8-V09-00-02) 242 27-08-07 V.Ivant (testem8-V09-00-02) 266 - Recover head 243 - Recover head 267 244 268 02-08-07 V.Ivant (testem8-V09-00-01) 245 02-08-07 V.Ivant (testem8-V09-00-01) 269 Use components of Physics Lists from physics_ 246 Use components of Physics Lists from physics_list subdirectory 270 247 271 27-08-07 V.Ivant (testem8-V09-00-00a) 248 27-08-07 V.Ivant (testem8-V09-00-00a) 272 - Fix PAI physics constructors: enegry loss pr << 249 - Fix PAI physics constructors: enegry loss processes should be 273 active post step 250 active post step 274 251 275 27-07-07 V.Ivant (testem8-V09-00-00) 252 27-07-07 V.Ivant (testem8-V09-00-00) 276 - Create VisManager only for interactive sessi 253 - Create VisManager only for interactive session, improve destructor 277 of Em8DetectorConstruction class 254 of Em8DetectorConstruction class 278 255 279 15-11-06 V.Ivant (testem8-V08-01-01) 256 15-11-06 V.Ivant (testem8-V08-01-01) 280 - Put on the head version of Em8DetectorConstr 257 - Put on the head version of Em8DetectorConstruction.cc and 281 PhysListEmModelPai.cc, which provide non-zer 258 PhysListEmModelPai.cc, which provide non-zero results 282 << 259 283 25-10-06 mma (testem8-V08-01-00) << 260 25-10-06 mma (testem8-V08-01-00) 284 - GNUmakefile : LOADLIBS 261 - GNUmakefile : LOADLIBS 285 - remove PhysicsLists 52 262 - remove PhysicsLists 52 286 263 287 05-12-05 Gabriele Cosmo 264 05-12-05 Gabriele Cosmo 288 - Trivial changes for support of CLHEP-2.0.X s 265 - Trivial changes for support of CLHEP-2.0.X series. 289 266 290 31-05-05 V.Ivant (testem8-V07-00-02) 267 31-05-05 V.Ivant (testem8-V07-00-02) 291 - 70 -> st -> 52 268 - 70 -> st -> 52 292 269 293 03-05-2005 John Allison (examples-V07-00-03) 270 03-05-2005 John Allison (examples-V07-00-03) 294 - Replaced vis manager with G4VisExecutive. 271 - Replaced vis manager with G4VisExecutive. 295 272 296 23-04-04: V.Ivant (testem8-V07-00-01) 273 23-04-04: V.Ivant (testem8-V07-00-01) 297 - Remove IonC12 class to be compatible with ne 274 - Remove IonC12 class to be compatible with new particle tags 298 275 299 15-04-04: V.Ivant (testem8-V07-00-00) 276 15-04-04: V.Ivant (testem8-V07-00-00) 300 - Remove non-used headers 277 - Remove non-used headers 301 278 302 02-12-04: V.Ivant (testem8-V06-02-01) 279 02-12-04: V.Ivant (testem8-V06-02-01) 303 - Migration to cmath 280 - Migration to cmath 304 281 305 27-05-04 V.Ivant (testem8-V06-01-00) 282 27-05-04 V.Ivant (testem8-V06-01-00) 306 - Updated test of PAI model 283 - Updated test of PAI model 307 284 308 27-01-04 V.Ivant (testem8-V06-00-00) 285 27-01-04 V.Ivant (testem8-V06-00-00) 309 - Fix model name 286 - Fix model name 310 287 311 26-11-03 V.Ivant (testem8-V05-02-02) 288 26-11-03 V.Ivant (testem8-V05-02-02) 312 - Update for work with AIDA 289 - Update for work with AIDA 313 290 314 24-11-03 V.Ivant (testem8-V05-02-01) 291 24-11-03 V.Ivant (testem8-V05-02-01) 315 - Remove obsolete classes 292 - Remove obsolete classes 316 - Introduce model variant of PAI + general cle 293 - Introduce model variant of PAI + general cleanup (V.Grichine) 317 294 318 13-11-03 John Allison 295 13-11-03 John Allison 319 - Added HepRep and removed OPACS from Vis Mana 296 - Added HepRep and removed OPACS from Vis Manager. 320 297 321 27-08-03 V.Ivant (testem8-V05-02-00) 298 27-08-03 V.Ivant (testem8-V05-02-00) 322 - Remove obsolete interfaces 299 - Remove obsolete interfaces 323 - Substitute in the PhysicsList processes by t 300 - Substitute in the PhysicsList processes by those of 5.2 realise 324 301 325 20-02-03 V.Ivant (testem8-V05-01-00) 302 20-02-03 V.Ivant (testem8-V05-01-00) 326 - Fix warnings and change input parameters for 303 - Fix warnings and change input parameters for updated PAI 327 304 328 20-02-03 V.Ivant (testem8-V05-00-00) 305 20-02-03 V.Ivant (testem8-V05-00-00) 329 - Migration to cut per region 306 - Migration to cut per region 330 307 331 Oct 19, 2001 Steve O'Neale (examples-V03-02-0 308 Oct 19, 2001 Steve O'Neale (examples-V03-02-00) 332 - Update reference output 309 - Update reference output 333 310 334 25th November 2000 Steve O'Neale (tagset210) 311 25th November 2000 Steve O'Neale (tagset210) 335 - Update test output Change in energy cut tabl 312 - Update test output Change in energy cut table printout (cuts are the same) 336 - Change in results below 20 per cent 313 - Change in results below 20 per cent 337 314 338 27th July 2000 Gabriele Cosmo (TestEm8-V02-0 315 27th July 2000 Gabriele Cosmo (TestEm8-V02-00-01) 339 - GNUmakefile: fixed definition of G4INSTALL v 316 - GNUmakefile: fixed definition of G4INSTALL variable. 340 317 341 28th June 2000 John Allison (TestEm8-V02-00- 318 28th June 2000 John Allison (TestEm8-V02-00-00) 342 - Added TestEm8.out. 319 - Added TestEm8.out. 343 - Created this file. 320 - Created this file.