Geant4 Cross Reference |
1 # Example TestEm12 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 ## 2024-02-20 Sebastien Incerti (testem12-V11- << 7 TestEm12 History file 8 - added comments to dna.mac << 8 --------------------- 9 << 9 This file should be used by the G4 example coordinator to briefly 10 ## 2023-05-12 Michel Maire (testem12-V11-01-00 << 10 summarize all major modifications introduced in the code and keep 11 - revision of all headers << 11 track of all tags. 12 << 12 13 ## 2021-12-10 Ben Morgan (testem12-V11-00-00) << 13 ---------------------------------------------------------- 14 - Change to new Markdown History format << 14 * Reverse chronological order (last date on top), please * 15 << 15 ---------------------------------------------------------- 16 --- << 17 << 18 # History entries prior to 11.0 << 19 << 20 06-10-21 I. Hrivnacova (testem12-V10-07-04) << 21 - Migration to new G4AnalysisManager.hh header << 22 define the default output file type (root). << 23 << 24 19-07-21 I. Hrivnacova (testem12-V10-07-03) << 25 - Updated for changes in the analysis category << 26 removed deleting of the analysis manager, << 27 as this is now done by the Geant4 kernel. << 28 << 29 10-05-21 mma (testem12-V10-07-02) << 30 - Migration to G4RunManagerFactory and G4Stepp << 31 << 32 10-02-21 V.Ivanchenko (testem12-V10-07-01) << 33 - fixed README << 34 << 35 18-12-20 mma (testem12-V10-07-00) << 36 - updated PhysListEmStandard.cc << 37 << 38 27-10-20 mma (testem12-V10-06-00) << 39 - add macros description in Readme << 40 16 41 09-09-18 SI (testem12-V10-04-04) 17 09-09-18 SI (testem12-V10-04-04) 42 - updated dna.mac 18 - updated dna.mac 43 << 19 44 04-06-18 mma (testem12-V10-04-03) 20 04-06-18 mma (testem12-V10-04-03) 45 - SteppingAction.cc : Photoelectric, edep at e 21 - SteppingAction.cc : Photoelectric, edep at end of step 46 22 47 09-05-18 B.Morgan (testem12-V10-04-02) 23 09-05-18 B.Morgan (testem12-V10-04-02) 48 - Include G4Types before use of G4MULTITHREADE 24 - Include G4Types before use of G4MULTITHREADED. For forward 49 compatibility with move to #defines over -D 25 compatibility with move to #defines over -D for G4 preprocessor 50 symbols. 26 symbols. 51 27 52 09-04-18 mma (testem12-V10-04-01) 28 09-04-18 mma (testem12-V10-04-01) 53 - testem12.cc : set visualisation only in inte 29 - testem12.cc : set visualisation only in interactive mode 54 30 55 19-03-18 mma (testem12-V10-04-00) 31 19-03-18 mma (testem12-V10-04-00) 56 - testem12.cc : remove G4UI_USE and G4VIS_USE 32 - testem12.cc : remove G4UI_USE and G4VIS_USE 57 33 58 19-04-17 mma (testem12-V10-03-01) 34 19-04-17 mma (testem12-V10-03-01) 59 - BeginOfRunAction() : remove SetRandomNumberS 35 - BeginOfRunAction() : remove SetRandomNumberStore(true) 60 36 61 30-12-16 SI (testem12-V10-03-00) 37 30-12-16 SI (testem12-V10-03-00) 62 - updated PhysicsList 38 - updated PhysicsList 63 39 64 17-10-16 G.Folger (testem12-V10-02-06) 40 17-10-16 G.Folger (testem12-V10-02-06) 65 - fix typo, i.e. add missing declaration of pa 41 - fix typo, i.e. add missing declaration of particleIterator in Decay. 66 42 67 14-10-16 G.Folger (testem12-V10-02-05) 43 14-10-16 G.Folger (testem12-V10-02-05) 68 - remove direct use of {a,the}ParticleIterator 44 - remove direct use of {a,the}ParticleIterator, use GetParticleTableIterator(). 69 fix required by clang39 on Linux and MAC 45 fix required by clang39 on Linux and MAC 70 46 71 21-09-16 V.Ivant (testem12-V10-02-04) 47 21-09-16 V.Ivant (testem12-V10-02-04) 72 - PhysicsList - move enabling of the CSDA flag 48 - PhysicsList - move enabling of the CSDA flag in order to gurantee 73 correct flag setting 49 correct flag setting 74 - RunAction - added dump of EM parameters 50 - RunAction - added dump of EM parameters 75 - TestEm12.cc - set default number of threads 51 - TestEm12.cc - set default number of threads 4 76 - DetectorConstruction, DetectorMessenger - al 52 - DetectorConstruction, DetectorMessenger - allow to change number 77 of layers only in the PreInit state; do no << 53 of layers only in the PreInit state; do not clean and 78 reinitialise geometry when change sphere r 54 reinitialise geometry when change sphere radii 79 << 55 80 04-07-16 I. Hrivnacova (testem12-V10-02-03) 56 04-07-16 I. Hrivnacova (testem12-V10-02-03) 81 - Fixes for Doxygen documentation 57 - Fixes for Doxygen documentation 82 58 83 08-04-16 mma (testem12-V10-02-02) 59 08-04-16 mma (testem12-V10-02-02) 84 - PhysicsList, PhysListEmStandard: use G4EmPar 60 - PhysicsList, PhysListEmStandard: use G4EmParameters 85 61 86 08-01-16 SI (testem12-V10-02-01) 62 08-01-16 SI (testem12-V10-02-01) 87 - updated dna.mac 63 - updated dna.mac 88 64 89 10-12-15 V.Ivant (testem12-V10-02-00) 65 10-12-15 V.Ivant (testem12-V10-02-00) 90 - H.Burkhardt fixed root macro allowing to wor 66 - H.Burkhardt fixed root macro allowing to work both with root5 and 6 91 67 92 27-10-15 D.Sawkey (testem12-V10-01-02) 68 27-10-15 D.Sawkey (testem12-V10-01-02) 93 - update READMEs 69 - update READMEs 94 70 95 26-10-15 mma (testem12-V10-01-01) 71 26-10-15 mma (testem12-V10-01-01) 96 - RunAction, Run : correct binWidth of histo 1 72 - RunAction, Run : correct binWidth of histo 1 97 73 98 12-05-15 V.Ivant (testem12-V10-01-00) 74 12-05-15 V.Ivant (testem12-V10-01-00) 99 - PhysicsList - use G4EmStandardPhysicsGS from 75 - PhysicsList - use G4EmStandardPhysicsGS from physics_list library 100 << 76 101 24-10-14 mma (testem12-V10-00-04) 77 24-10-14 mma (testem12-V10-00-04) 102 - PhysListEmStandard : fUseSafetyPlus 78 - PhysListEmStandard : fUseSafetyPlus 103 - use G4EmStandardPhysicsSS and WVI 79 - use G4EmStandardPhysicsSS and WVI 104 - TestEm12.in : /run/numberOfThreads 2 80 - TestEm12.in : /run/numberOfThreads 2 105 81 106 11-09-14 mma (testem12-V10-00-03) 82 11-09-14 mma (testem12-V10-00-03) 107 - TestEm12.cc : SetNumberOfThreads(G4Threading 83 - TestEm12.cc : SetNumberOfThreads(G4Threading::G4GetNumberOfCores()) 108 84 109 22-06-14 mma (testem12-V10-00-02) 85 22-06-14 mma (testem12-V10-00-02) 110 - remove PhysicsList::SetCuts(). Update macros 86 - remove PhysicsList::SetCuts(). Update macros 111 87 112 21-04-04 V.Ivanchenko (testem12-V10-00-01) 88 21-04-04 V.Ivanchenko (testem12-V10-00-01) 113 - PhysicsList - added emlowenergy and dna_opti << 89 - PhysicsList - added emlowenergy and dna_option1 physics lists 114 << 90 115 19-01-14 mma (testem12-V10-00-00) 91 19-01-14 mma (testem12-V10-00-00) 116 - MT: ActionInitialization, TestEm12.cc 92 - MT: ActionInitialization, TestEm12.cc 117 - MT: RunAction, Run, EventAction, TrackingAct 93 - MT: RunAction, Run, EventAction, TrackingAction, SteppingAction 118 - MT: DetectorConstruction and messenger. rm 94 - MT: DetectorConstruction and messenger. rm MagField 119 - rm EventActionMessenger. Cleanup all macros 95 - rm EventActionMessenger. Cleanup all macros 120 96 121 21-11-13 V.Ivanchenko (testem12-V09-06-11) 97 21-11-13 V.Ivanchenko (testem12-V09-06-11) 122 - PhysListEmStandardWVI and PhysListEmStandard << 98 - PhysListEmStandardWVI and PhysListEmStandardSS - reduced low-energy 123 threashold for the single scattering model << 99 threashold for the single scattering model to 10 eV 124 100 125 28-07-13 P.Gumplinger (testem12-V09-06-10) 101 28-07-13 P.Gumplinger (testem12-V09-06-10) 126 - fix clang32 compilation warning 102 - fix clang32 compilation warning 127 103 128 11-07-13 I.Hrivnacova (testem12-V09-06-09) << 104 11-07-13 I.Hrivnacova (testem12-V09-06-09) 129 - In HistoManager: use new analysis manager me << 105 - In HistoManager: use new analysis manager method SetH1Activation() 130 << 106 131 20-06-13 mma (testem12-V09-06-08) 107 20-06-13 mma (testem12-V09-06-08) 132 - SteppingVerbose: use G4Step::GetSecondaryInC 108 - SteppingVerbose: use G4Step::GetSecondaryInCurrentStep(). 133 109 134 07-06-13 mma (testem12-V09-06-07) 110 07-06-13 mma (testem12-V09-06-07) 135 - Cosmetic in SteppingAction. 111 - Cosmetic in SteppingAction. 136 << 112 137 18-04-13 mma (testem12-V09-06-06) 113 18-04-13 mma (testem12-V09-06-06) 138 - use G4AnalysisManager 114 - use G4AnalysisManager 139 << 115 140 01-04-13 A.Dotti (testem12-V09-06-03,testem12- 116 01-04-13 A.Dotti (testem12-V09-06-03,testem12-V09-06-04,testem12-V09-06-05) 141 - New G4VUserPhysicsList interface needed for 117 - New G4VUserPhysicsList interface needed for MT 142 << 118 143 22-03-13 mma (testem12-V09-06-02) << 119 22-03-13 mma (testem12-V09-06-02) 144 - PhysListEmStandard: suppress Msc96 120 - PhysListEmStandard: suppress Msc96 145 << 121 146 28-02-13 I. Hrivnacova (testem12-V09-06-01) << 122 28-02-13 I. Hrivnacova (testem12-V09-06-01) 147 - When building materials with NistManager 123 - When building materials with NistManager 148 do not set fromIsotopes argument (which was << 124 do not set fromIsotopes argument (which was set to false), 149 as since 9.6 all materials have to be built 125 as since 9.6 all materials have to be built from isotopes. 150 (Thanks to V. Ivantchenko for pointing at th 126 (Thanks to V. Ivantchenko for pointing at this.) 151 127 152 13-02-13 I.Hrivnacova << 128 13-02-13 I.Hrivnacova 153 - Applied coding guidelines (virtual keyword, 129 - Applied coding guidelines (virtual keyword, data members initialization) 154 130 155 11-12-12 V.Ivant (testem12-V09-06-00) 131 11-12-12 V.Ivant (testem12-V09-06-00) 156 - PhysListEmStandard: use SetEmModel method 132 - PhysListEmStandard: use SetEmModel method 157 133 158 20-10-12 mma (testem12-V09-05-09) 134 20-10-12 mma (testem12-V09-05-09) 159 - PhysListEmStandard: use G4UrbanMsc96 135 - PhysListEmStandard: use G4UrbanMsc96 160 << 136 161 15-10-12 mma (testem12-V09-05-08) 137 15-10-12 mma (testem12-V09-05-08) 162 - RunAction: do not save random seed 138 - RunAction: do not save random seed 163 - coding convention: virtual 139 - coding convention: virtual 164 140 165 12-10-12 V.Ivant (testem12-V09-05-07) 141 12-10-12 V.Ivant (testem12-V09-05-07) 166 - Added Opt4 Physics List and decreased limit 142 - Added Opt4 Physics List and decreased limit on cuts 167 << 143 168 30-04-12 mma (testem12-V09-05-06) 144 30-04-12 mma (testem12-V09-05-06) 169 - StepMaxMessenger : printing correction 145 - StepMaxMessenger : printing correction 170 << 146 171 12-04-12 mma (testem12-V09-05-04) 147 12-04-12 mma (testem12-V09-05-04) 172 - all classes : apply G4 coding conventions 148 - all classes : apply G4 coding conventions 173 << 149 174 05-03-12 mma (testem12-V09-05-03) 150 05-03-12 mma (testem12-V09-05-03) 175 - HistoManager.hh and .cc : migrate to new g4t 151 - HistoManager.hh and .cc : migrate to new g4tools histogramming system 176 Do not need aida anymore, nor G4ANALYSIS_USE 152 Do not need aida anymore, nor G4ANALYSIS_USE 177 - HistoMessenger.hh and .cc : suppress fileTyp 153 - HistoMessenger.hh and .cc : suppress fileType command 178 - Update Readme and all macros accordingly 154 - Update Readme and all macros accordingly 179 155 180 09-02-12 V.Ivant (testem12-V09-05-02) 156 09-02-12 V.Ivant (testem12-V09-05-02) 181 - PhysListEmStandardSS,PhysListEmStandardSSI, 157 - PhysListEmStandardSS,PhysListEmStandardSSI, 182 PhysListEmStandardWVI - more correct process << 158 PhysListEmStandardWVI - more correct process order 183 << 159 184 06-02-12 mma (testem12-V09-05-01) 160 06-02-12 mma (testem12-V09-05-01) 185 - modify StepMax mechanism. Add command /teste 161 - modify StepMax mechanism. Add command /testem/StepMax 186 162 187 29-01-12 S. Incerti, V. Ivantchenko (testem12- 163 29-01-12 S. Incerti, V. Ivantchenko (testem12-V09-05-00) 188 - Added new physics list: PhysListEmStandardSS << 164 - Added new physics list: PhysListEmStandardSSM, which uses 189 G4eSingleCoulombScatteringModel 165 G4eSingleCoulombScatteringModel 190 166 191 21-11-11 V.Ivant (testem12-V09-04-10) 167 21-11-11 V.Ivant (testem12-V09-04-10) 192 - PhysListEmStandardGS, PhysListEmStandardWVI 168 - PhysListEmStandardGS, PhysListEmStandardWVI - low energy threshold 193 for Coulomb scattering model is reduced to 169 for Coulomb scattering model is reduced to 10 eV for e+- and to 194 100 eV for muons and hadrons 170 100 eV for muons and hadrons 195 << 171 196 08-11-11 mma (testem12-V09-04-09) 172 08-11-11 mma (testem12-V09-04-09) 197 - modify SteppingVerbose for OutOfWorld 173 - modify SteppingVerbose for OutOfWorld 198 << 174 199 06-11-11 mma (testem12-V09-04-08) 175 06-11-11 mma (testem12-V09-04-08) 200 - add back PhysListEmStandardGS, PhysListEmSta 176 - add back PhysListEmStandardGS, PhysListEmStandardWVI 201 << 177 202 31-10-11 mma (testem12-V09-04-07) 178 31-10-11 mma (testem12-V09-04-07) 203 - PhysListEmStandard : msc95 by default 179 - PhysListEmStandard : msc95 by default 204 - remove PhysListEmStandardGS, PhysListEmStand << 180 - remove PhysListEmStandardGS, PhysListEmStandardWVI 205 << 181 206 05-06-11 mma (testem12-V09-04-06) 182 05-06-11 mma (testem12-V09-04-06) 207 - PhysListEmStandard migrated to the new appro 183 - PhysListEmStandard migrated to the new approach based on G4PhysicsListHelper 208 << 184 209 17-05-11 seb-mma (testem12-V09-04-05) 185 17-05-11 seb-mma (testem12-V09-04-05) 210 - PhysicsList : add G4EmDNAPhysics 186 - PhysicsList : add G4EmDNAPhysics 211 - new macro dna.mac 187 - new macro dna.mac 212 << 188 213 08-04-11 mma (testem12-V09-04-03) 189 08-04-11 mma (testem12-V09-04-03) 214 - PhysicsList : set back default lowest produc 190 - PhysicsList : set back default lowest production cut (990 eV) 215 - update PhysListEmStandard for msc95 and deex 191 - update PhysListEmStandard for msc95 and deexcitation (see ref-03) 216 192 217 28-03-11 V.Ivant (testem12-V09-04-02) 193 28-03-11 V.Ivant (testem12-V09-04-02) 218 - Reduced statistic in TestEm12.in 194 - Reduced statistic in TestEm12.in 219 - removed obsolete Set methods in PhysListEmSt 195 - removed obsolete Set methods in PhysListEmStandard 220 << 196 221 20-02-11 mma (testem12-V09-04-01) 197 20-02-11 mma (testem12-V09-04-01) 222 - update PhysListEmStandard for deexcitation 198 - update PhysListEmStandard for deexcitation 223 - PhysicsList : set lowest production cut to 1 199 - PhysicsList : set lowest production cut to 100 eV 224 - update SteppingVerbose 200 - update SteppingVerbose 225 - update vis.mac 201 - update vis.mac 226 202 227 05-01-11 V.Ivant (testem12-V09-04-00) 203 05-01-11 V.Ivant (testem12-V09-04-00) 228 - Minor cleanup of SS physics constructor 204 - Minor cleanup of SS physics constructor 229 << 205 230 05-12-10 mma (testem12-V09-03-05) 206 05-12-10 mma (testem12-V09-03-05) 231 - subdirectory berger : results of EGSnrc simu 207 - subdirectory berger : results of EGSnrc simulation 232 << 208 233 09-11-10 M.Asai (testem12-V09-03-04) 209 09-11-10 M.Asai (testem12-V09-03-04) 234 - Fix AIDA file option. 210 - Fix AIDA file option. 235 << 211 236 06-06-10 J.Perl (testem12-V09-03-03) 212 06-06-10 J.Perl (testem12-V09-03-03) 237 - Remove unused variable in EventAction 213 - Remove unused variable in EventAction 238 214 239 03-06-10 J.Perl (testem12-V09-03-02) 215 03-06-10 J.Perl (testem12-V09-03-02) 240 - Updated vis usage << 216 - Updated vis usage 241 217 242 25-05-10 mma (testem12-V09-03-01) 218 25-05-10 mma (testem12-V09-03-01) 243 - add PhysListStandardGS, PhysListStandardSS, << 219 - add PhysListStandardGS, PhysListStandardSS, PhysListStandardWVI 244 << 220 245 20-05-10 mma (testem12-V09-03-00) 221 20-05-10 mma (testem12-V09-03-00) 246 - TestEm12.cc : introduction of G4UIExecutive 222 - TestEm12.cc : introduction of G4UIExecutive 247 << 223 248 16-11-09 mma (testem12-V09-02-01) 224 16-11-09 mma (testem12-V09-02-01) 249 - PhysListEmStandard copied from TestEm5 225 - PhysListEmStandard copied from TestEm5 250 << 226 251 22-09-09 mma (testem12-V09-02-00) 227 22-09-09 mma (testem12-V09-02-00) 252 - PhysicsList.cc : 228 - PhysicsList.cc : 253 - renamed "standard" -> "local"; "emstandard << 229 - renamed "standard" -> "local"; "emstandard" -> "emstandard_opt0" 254 - Substituted obsolete low-energy physics bu 230 - Substituted obsolete low-energy physics builders by builders from 255 the physics_list library; 231 the physics_list library; 256 - updated README and macro files 232 - updated README and macro files 257 << 233 258 16-11-08 mma (testem12-V09-01-08) 234 16-11-08 mma (testem12-V09-01-08) 259 - Em options: 20bins/decade LinLossLimit=defa 235 - Em options: 20bins/decade LinLossLimit=default=0.01 260 << 236 261 29-10-08 mma (testem12-V09-01-07) 237 29-10-08 mma (testem12-V09-01-07) 262 - update PhysListEmStandard : options and hMul 238 - update PhysListEmStandard : options and hMultipleScattering for muon 263 << 239 264 26-10-08 mma (testem12-V09-01-06) 240 26-10-08 mma (testem12-V09-01-06) 265 - update PhysListEmStandard and README 241 - update PhysListEmStandard and README 266 << 242 267 23-09-08 mma (testem12-V09-01-05) 243 23-09-08 mma (testem12-V09-01-05) 268 - HistoManager : root format by default << 244 - HistoManager : root format by default 269 245 270 12-06-08 mma (testem12-V09-01-04) 246 12-06-08 mma (testem12-V09-01-04) 271 - Remove AIDA from GNUmakefile << 247 - Remove AIDA from GNUmakefile 272 << 248 273 07-05-08 mma (testem12-V09-01-03) 249 07-05-08 mma (testem12-V09-01-03) 274 - README : update Aida informations 250 - README : update Aida informations 275 << 251 276 11-04-08 mma 252 11-04-08 mma 277 - HistoManager::Scale() : suppress warning 253 - HistoManager::Scale() : suppress warning 278 << 254 279 07-04-08 mma (testem12-V09-01-02) 255 07-04-08 mma (testem12-V09-01-02) 280 - PhysListEmStandard : replace G4MultipleScatt 256 - PhysListEmStandard : replace G4MultipleScattering by G4eMultipleScattering; 281 - HistoManager::saveAscii() : redefinition of 257 - HistoManager::saveAscii() : redefinition of binEdge 282 << 258 283 24-01-08 mma (testem12-V09-01-01) << 259 24-01-08 mma (testem12-V09-01-01) 284 - update macro berger.mac : setCuts 2um (=1keV 260 - update macro berger.mac : setCuts 2um (=1keV) 285 261 286 14-01-08 jja (testem12-V09-01-00) << 262 14-01-08 jja (testem12-V09-01-00) 287 - add macro berger/berger.C 263 - add macro berger/berger.C 288 264 289 10-01-08 jean jacquemier 265 10-01-08 jean jacquemier 290 - new subdirectory berger/data << 266 - new subdirectory berger/data 291 << 267 292 07-12-07 mma 268 07-12-07 mma 293 - add macro berger.mac 269 - add macro berger.mac 294 << 270 295 09-11-07 mma (testem12-V09-00-01) << 271 09-11-07 mma (testem12-V09-00-01) 296 - HistoManager/HistoMessenger : print selected 272 - HistoManager/HistoMessenger : print selected histos on ascii file 297 << 273 298 16-08-07 mma (testem12-V09-00-00) << 274 16-08-07 mma (testem12-V09-00-00) 299 - HistoManager : modify the way to get csdaRan << 275 - HistoManager : modify the way to get csdaRange from G4EmCalculator 300 and compute stepMax for histo 8 276 and compute stepMax for histo 8 301 << 277 302 27-04-07 mma (testem12-V08-02-01) << 278 27-04-07 mma (testem12-V08-02-01) 303 - HistoManager : by default, get csdaRange fro 279 - HistoManager : by default, get csdaRange from G4EmCalculator 304 280 305 08-01-07 V.Ivant (testem12-V08-02-00) 281 08-01-07 V.Ivant (testem12-V08-02-00) 306 - Uncomment hadron ionisation in Livermore bui 282 - Uncomment hadron ionisation in Livermore builder 307 << 283 308 24-10-06 mma (testem12-V08-01-00) << 284 24-10-06 mma (testem12-V08-01-00) 309 - GNUmakefile : LOADLIBS 285 - GNUmakefile : LOADLIBS 310 - remove PhysicsLists 52 and 71 286 - remove PhysicsLists 52 and 71 311 << 287 312 19-05-06 mma (testem12-V08-00-02) 288 19-05-06 mma (testem12-V08-00-02) 313 - update README 289 - update README 314 290 315 11-04-06 mma (testem12-V08-00-01) 291 11-04-06 mma (testem12-V08-00-01) 316 - HistoManager : compute stepMax from histos 1 292 - HistoManager : compute stepMax from histos 1 and 8 (stepMax <= binWidth) 317 - RunAction : pass stepMax from HistoManager t 293 - RunAction : pass stepMax from HistoManager to StepMax process 318 - StepMax : boolean flag : apply 294 - StepMax : boolean flag : apply 319 - SteppingAction : edep randomly distribued al 295 - SteppingAction : edep randomly distribued along step 320 << 296 321 28-03-06 mma (testem12-V08-00-00) << 297 28-03-06 mma (testem12-V08-00-00) 322 - add PhysListEmLivermore and PhysListEmPenelo 298 - add PhysListEmLivermore and PhysListEmPenelope 323 - RunAction : G4EmCalculator::GetCSDARange() 299 - RunAction : G4EmCalculator::GetCSDARange() 324 << 300 325 16-02-06 mma 301 16-02-06 mma 326 - migration mum -> um in several macros << 302 - migration mum -> um in several macros 327 << 303 328 06-12-05 Gabriele Cosmo 304 06-12-05 Gabriele Cosmo 329 - Trivial changes for support of CLHEP-2.0.X s 305 - Trivial changes for support of CLHEP-2.0.X series. 330 306 331 22-11-05 mma (testem12-V07-01-04) 307 22-11-05 mma (testem12-V07-01-04) 332 - update README for OpenScientist 308 - update README for OpenScientist 333 << 309 334 14-11-05 Gabriele Cosmo (testem12-V07-01-03) 310 14-11-05 Gabriele Cosmo (testem12-V07-01-03) 335 - Migration to <sstream> for HistoMessenger. 311 - Migration to <sstream> for HistoMessenger. 336 312 337 05-10-05 mma (testem12-V07-01-02) 313 05-10-05 mma (testem12-V07-01-02) 338 - create PhysListEmG4v71 (g4v71) for G4Multipl 314 - create PhysListEmG4v71 (g4v71) for G4MultipleScattering71 339 << 315 340 22-07-05 michel maire (testem12-V07-01-00) 316 22-07-05 michel maire (testem12-V07-01-00) 341 - created, from TestEm11 317 - created, from TestEm11