Warning, /geant4/examples/extended/electromagnetic/TestEm1/History is written in an unsupported language. File is not indexed.
0001 # Example TestEm1 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-01-30 Vladimir Ivanchenko (testem1-V11-02-00)
0008 - PrimaryGeneratorAction - added tiny shift of position of the
0009 particle gun from the world volume boundary. This fix removes
0010 a warning due to the new protection in G4ParticleGun
0011
0012 ## 2023-11-12 Alberto Ribon (testem1-V11-01-01)
0013 - radioactive.mac : introduced the UI command
0014 /process/had/rdm/thresholdForVeryLongDecayTime 1.0e+60 year
0015 to allow all radioactive decays (including the very long ones).
0016 This is necessary since G4 11.2, being 1 year the default time
0017 threshold above which the decays are ignored.
0018
0019 ## 2023-03-19 Michel Maire (testem1-V11-01-00)
0020 - new macro: etaDecay.mac
0021 - PhysicsList::AddRadioactiveDecay(): set ARM false
0022 - revision of all headers
0023
0024 ## 2022-10-31 Vladimir Ivanchenko (testem1-V11-00-04)
0025 - PhysicsList::AddRadioactiveDecay(): enable atomic de-excitation
0026 in order to fix problem #2494
0027
0028 ## 2022-10-11 Michel Maire (testem1-V11-00-03)
0029 - PhysicsList::AddRadioactiveDecay(): update lifeTime threshold
0030
0031 ## 2022-10-02 Michel Maire (testem1-V11-00-02)
0032 - update photoelec.mac
0033
0034 ## 2022-08-24 Michel Maire (testem1-V11-00-01)
0035 - add 3 new macros to play with StepFunction() : pRange, alphaRange, ionRange
0036
0037 ## 2021-12-10 Ben Morgan (testem1-V11-00-00)
0038 - Change to new Markdown History format
0039
0040 ---
0041
0042 # History entries prior to 11.0
0043
0044 06-10-21 I. Hrivnacova (testem1-V10-07-06)
0045 - Migration to new G4AnalysisManager.hh header;
0046 define the default output file type (root),
0047
0048 10-09-21 D.H. Wright (testem1-V10-07-05)
0049 - PhysicsList.cc: replace G4RadioactiveDecayBase with G4RadioactiveDecay
0050
0051 19-07-21 I. Hrivnacova (testem1-V10-07-04)
0052 - Updated for changes in the analysis category:
0053 removed deleting of the analysis manager,
0054 as this is now done by the Geant4 kernel.
0055
0056 29-04-21 mma (testem1-V10-07-03)
0057 - Additional migration to new G4SteppingVerbose.
0058
0059 26-02-21 M.Asai (testem1-V10-07-02)
0060 - Migrating to G4RunManagerFactory and G4SteppingVerboseWithUnits
0061 classes.
0062
0063 10-02-21 V.Ivanchenko (testem1-V10-07-01)
0064 - fixed README
0065
0066 09-12-20 mma (testem1-V10-07-00)
0067 - updated PhysListEmStandard.cc
0068 - DetectorConstruction : do not print materials table
0069 - StepMax.hh and StepMax.cc : purely cosmetic
0070 - Added macro stepMax.mac
0071 - cosmetic in TestEm1.in
0072
0073
0074 03-09-20 I.Hrivnacova, mma (testem1-V10-06-02)
0075 - Revied macros:
0076 Added macro description in README.
0077
0078 05-08-20 A.Ribon (testem1-V10-06-01)
0079 - radioactive.mac : migrated UI command from "/grdm/nucleusLimits"
0080 to "/process/had/rdm/nucleusLimits"
0081 (this was done for completeness, although not necessary because
0082 the comment is currently commented out).
0083
0084 14-01-20 V.Ivanchenko (testem1-V10-06-00)
0085 - PhysicsList - use G4RadioactiveDecayBase instead of obsolete
0086 G4RadioactiveDecay and minor code cleanup
0087
0088 09-10-19 mma (testem1-V10-05-03)
0089 - PhysicsList : cleanup initialisation.
0090
0091 23-09-19 mma (testem1-V10-05-02)
0092 - PhysicsList : add BuildCSDARange() and set em option3 as default.
0093
0094 24-08-19 V.Ivant (testem1-V10-05-01)
0095 - PhysicsList - disable GeneralProcess for all EM physics
0096
0097 31-05-19 V.Ivanchenko (testem1-V10-05-00)
0098 - Added G4NIELCalculator, corresponding histograms and printouts,
0099 general clean-up of the code, use default random number
0100 generator
0101
0102 09-05-18 B.Morgan (testem1-V10-04-02)
0103 - Include G4Types before use of G4MULTITHREADED. For forward
0104 compatibility with move to #defines over -D for G4 preprocessor
0105 symbols.
0106
0107 06-04-18 mma (testem1-V10-04-01)
0108 - testem1.cc : set visualisation only in interactive mode
0109
0110 11-03-18 mma (testem1-V10-04-00)
0111 - testem1.cc : remove G4UI_USE and G4VIS_USE
0112
0113 19-04-17 mma (testem1-V10-03-00)
0114 - BeginOfRunAction() : remove SetRandomNumberStore(true)
0115
0116 14-10-16 G.Folger (testem1-V10-02-08)
0117 - remove direct use of theParticleIterator, use GetParticleTableIterator().
0118 fix required by clang39 on Linux and MAC
0119
0120 21-09-16 V.Ivant (testem1-V10-02-07)
0121 - PhysicsList - enabling of CSDA range computation is moved to
0122 UI command in macro file TestEm1.in
0123 - DetectorConstruction - do not re-initialise geometry when
0124 change box size
0125
0126 26-07-16 mma (testem1-V10-02-06)
0127 - PrimaryGeneratorMessenger : coding conventions
0128
0129 04-07-16 I. Hrivnacova (testem1-V10-02-05)
0130 - Fixes for Doxygen documentation
0131
0132 13-06-16 mma (testem1-V10-02-04)
0133 - add decayinfly.mac
0134 - adapt vis.mac (colors)
0135
0136 12-04-16 mma (testem1-V10-02-03)
0137 - PhysicsList: use G4EmParameters
0138 - remove geant3 subdirectory
0139
0140 06-02-16 mma (testem1-V10-02-02)
0141 - update radioactive.mac
0142
0143 27-01-16 mma (testem1-V10-02-01)
0144 - PhysicsList::AddRadioactiveDecay() :
0145 G4NuclideTable::GetInstance()->SetThresholdOfHalfLife(0.1*picosecond);
0146
0147 10-12-15 V.Ivanchenko (testem1-V10-02-00)
0148 01-12-15 V.Ivanchenko (testem1-V10-01-04)
0149 - H.Burkhardt fixed plotHisto.C macro to allow to work both
0150 with root5 and 6
0151
0152 28-10-15 D.Sawkey (testem1-V10-01-03)
0153 - add EM standards physics builders GS, WVI
0154 - update physics list description in READMEs, again
0155
0156 26-10-15 D.Sawkey (testem1-V10-01-02)
0157 - match .README and README
0158
0159 26-10-15 D.Sawkey (testem1-V10-01-01)
0160 - update physics list description in README
0161
0162 12-01-15 mma (testem1-V10-01-00)
0163 - PhysicsList : rm SetICM()
0164
0165 23-10-14 mma (testem1-V10-00-11)
0166 - in TestEm1.in : /run/numberOfThreads 2
0167
0168 23-10-14 mma (testem1-V10-00-10)
0169 - PhysListEmStandard : msc algorithm fUseSafetyPlus
0170
0171 20-10-14 mma (testem1-V10-00-09)
0172 - PhysicsList : added G4EmStandardPhysicsSS
0173 - TestEm1.cc : option set nThreads via command
0174
0175 26-08-14 mma (testem1-V10-00-08)
0176 - TestEm1.cc : SetNumberOfThreads( G4Threading::G4GetNumberOfCores() )
0177
0178 16-06-14 mma (testem1-V10-00-07)
0179 - remove PhysicsList::SetCuts()
0180
0181 07-06-14 mma (testem1-V10-00-05)
0182 - minor cleanup in PhysicsList::SetCuts()
0183
0184 04-06-14 mma (testem1-V10-00-04)
0185 - replace /testem/phys/setCuts by /run/setCut in all macro.
0186 - simplify PhysicsList and its messenger, accordingly.
0187
0188 09-04-14 V.Ivant (testem1-V10-00-03)
0189 - TestEm1.in - reduce printout more
0190 - PhysicsList - added "emlowenergy" option
0191 - HistoManager - added "h"
0192
0193 09-04-14 V.Ivant (testem1-V10-00-02)
0194 - DetectorConstruction - define heavy water vapor starting from isotopes
0195 - TestEm1.in - removed printout from second thread
0196
0197 26-03-14 mma (testem1-V10-00-01)
0198 - Cosmetic when printing EndOfRun
0199
0200 15-12-13 mma (testem1-V10-00-00)
0201 - introduce function Run::EndOfRun()
0202
0203 21-11-13 Andrea Dotti (testem1-V09-06-17)
0204 - In case material is changed call PhysicsHasBeenModified
0205
0206 21-11-13 Andrea Dotti (testem1-V09-06-16)
0207 - Use G4GlobalMagFieldMessenger instead of local class
0208
0209 20-11-13 Andrea Dotti (testem1-V09-06-15)
0210 - Introduced new messenger FieldMessenger (thread-private)
0211 - Make Field DetectorConstruction private data field, thread-private
0212 - Use new G4RunManager::ReinitializeGeometry (requires run-V09-06-128)
0213 to trigger geometry rebuild when geometry changes
0214 - Remove DetectorConstruction::Update and corresponding UI command that
0215 is not needed anymore
0216 - Set "ToBeBroadcasted == false" for UI commands that modify physics lsit
0217 and detector since these should be executed only by master
0218
0219 08-11-13 mma (testem1-V09-06-14)
0220 - Setting SteppingVerbose in main only in sequential mode.
0221 - remove hbook tools
0222
0223 06-11-13 I.Hrivnacova (testem1-V09-06-13)
0224 - Fix for MT: keep primary particle information in Run to make it
0225 available on master where PrimaryGenerator is not defined.
0226
0227 05-11-13 mma (testem1-V09-06-12)
0228 - Run::Merge() : add map fProcCounter
0229
0230 04-11-13 mma (testem1-V09-06-11)
0231 - MT: RunAction + Run
0232 - rm EventActionManager
0233
0234 18-10-13 mma (testem1-V09-06-10)
0235 - PhysicsList::AddDecay() : use G4PhysicsListHelper
0236
0237 30-09-13 I.Hrivnacova (testem1-V09-06-09)
0238 - Updated for changes in analysis:
0239 removal of G4AnalysisManager::Create(isMaster)
0240 - Use G4Random instead of CLHEP::Random (needed for MT)
0241
0242 20-09-13 J.Jacquemier (testem1-V09-06-08)
0243 - Migrated to multi-threading.
0244
0245 11-07-13 I.Hrivnacova (testem1-V09-06-07)
0246 - Updated CMakeLists.txt and SharedFilesList.txt for added classes
0247 in Hbook analysis code
0248 - In HistoManager: use new analysis manager method SetH1Activation()
0249
0250 18-06-13 mma (testem1-V09-06-06)
0251 - SteppingVerbose: use G4Step::GetSecondaryInCurrentStep() .
0252
0253 06-06-13 mma (testem1-V09-06-05)
0254 - Cosmetic in SteppingAction.
0255
0256 11-04-13 I.Hrivnacova (testem1-V09-06-04)
0257 - Removed ExG4HbookAnalysisManager and related files and updated CMake/GNUmake
0258 files to use it from extended/common
0259
0260 01-04-13 A.Dotti (testem1-V09-06-02,testem1-V09-06-03)
0261 - New G4VUserPhysicsList interface needed for MT
0262
0263 19-03-13 mma (testem1-V09-06-01)
0264 - PhysListEmStandard : use default G4UrbanMscModel
0265
0266 13-02-13 I.Hrivnacova
0267 - Applied coding guidelines (virtual keyword, data members initialization)
0268
0269 11-12-12 V.Ivant (testem1-V09-06-00)
0270 - PhysListEmStandard: use SetEmModel method
0271
0272 19-10-12 mma (testem1-V09-05-12)
0273 - PhysListEmStandard: use G4UrbanMsc96
0274
0275 12-10-12 V.Ivant (testem1-V09-05-11)
0276 - Migration to the updated analysis tool and inplicit units
0277 - do not save random number per event
0278
0279 10-10-12 mma (testem1-V09-05-10)
0280 - PhysicsList: add G4EmstandardPhysics_option4
0281 - coding conventions: virtual
0282
0283 06-09-12 V.Ivant (testem1-V09-05-09)
0284 - Ivana Hrivnacova updated CMakeLists.txt
0285
0286 25-08-12 mma (testem1-V09-05-08)
0287 - HistoManager functionalities transfered to G4Analysis and its messenger.
0288 - Need analysis-V09-05-09
0289 - all userAction classes and all macros affected
0290
0291 10-07-12 mma (testem1-V09-05-07)
0292 - PhysicsList : add G4RadioactiveDecay
0293 - associated macro radioactive.mac
0294
0295 05-04-12 mma (testem1-V09-05-06)
0296 - simplify macro TestEm1.in
0297
0298 29-03-12 mma (testem1-V09-05-05)
0299 - all classes : apply G4 coding conventions
0300 - DetectorConstruction::SetMaterial() : nist materials
0301
0302 02-03-12 mma (testem1-V09-05-04)
0303 - HistoManager.cc : fileName[0] = "testem1"
0304
0305 22-02-12 mma (testem1-V09-05-03)
0306 - file G4HbookAnalysisManager renamed ExG4HbookAnalysisManager
0307
0308 18-02-12 mma (testem1-V09-05-02)
0309 - HistoManager.hh : add hbook option.
0310 New files : GNUmakefile.tools_hbook and G4HbookAnalysisManager.hh .cc
0311
0312 17-02-12 mma (testem1-V09-05-01)
0313 - HistoManager.hh and .cc : migrate to new g4tools histogramming system
0314 Do not need aida anymore, nor G4ANALYSIS_USE
0315 - HistoMessenger.hh and .cc : suppress fileType command
0316 - Update Readme and all macros accordingly
0317
0318 05-02-12 mma (testem1-V09-05-00)
0319 - new histograms :
0320 4 "total energy deposit"
0321 5 "energy of charged secondaries at creation"
0322 6 "energy of neutral secondaries at creation"
0323 - add class StackingAction
0324
0325 25-01-12 mma
0326 - add PhysListEmStandardSS
0327
0328 08-11-11 mma (testem1-V09-04-05)
0329 - modify SteppingVerbose for OutOfWorld
0330
0331 31-10-11 mma (testem1-V09-04-04)
0332 - PhysListEmStandard : msc95 by default
0333
0334 02-06-11 mma (testem1-V09-04-03)
0335 - PhysListEmStandard migrated to the new approach based on G4PhysicsListHelper
0336
0337 30-05-11 mma (testem1-V09-04-02)
0338 - DetectorConstruction : for Water, set I = 78 eV (instead of 75 eV)
0339
0340 07-04-11 mma (testem1-V09-04-01)
0341 - PhysicsList : set back default lowest production cut (990 eV)
0342
0343 05-04-11 mma (testem1-V09-04-00)
0344 - update PhysListEmStandard for msc95 and deexcitation (see ref-03)
0345 - PhysicsList : set lowest production cut to 100 eV
0346 - update SteppingVerbose
0347
0348 09-11-10 M.Asai (testem1-V09-03-03)
0349 - Fix AIDA file option.
0350
0351 06-06-10 J.Perl (testem1-V09-03-02)
0352 - Remove unused variable in EventAction
0353
0354 03-06-10 J.Perl (testem1-V09-03-01)
0355 - Updated vis usage
0356
0357 06-04-10 mma (testem1-V09-03-00)
0358 - RunAction: replace ProcessCount by map<string, int>
0359 - TestEm1.cc : introduction of G4UIExecutive
0360
0361 13-11-09 mma (testem1-V09-02-01)
0362 - PhysListEmStandard.cc (local): eMultipleScattering -> UrbanMscModel93
0363
0364 15-09-09 mma (testem1-V09-02-00)
0365 - PhysicsList.cc :
0366 - Substituted obsolete low-energy physics builders by builders from
0367 the physics_list library;
0368 - renamed "standard" -> "local"; "emstandard" -> "emstandard_opt0"
0369 - updated README and macro files
0370
0371 16-11-08 mma (testem1-V09-01-08)
0372 - Em options: 20bins/decade LinLossLimit=default=0.01
0373
0374 31-10-08 mma (testem1-V09-01-07)
0375 - Use G4hMultipleScattering for muons and protons
0376 - Modify EM options
0377
0378 23-10-08 mma (testem1-V09-01-06)
0379 - update PhysListEmStandard and README
0380
0381 12-09-08 mma (testem1-V09-01-05)
0382 - HistoManager: change default histos format
0383 - add plotHisto.C and plotHisto.kumac
0384
0385 12-06-08 mma (testem1-V09-01-04)
0386 - Rename Install.aida to InstallAida.txt
0387
0388 12-06-08 mma (testem1-V09-01-03)
0389 - Remove AIDA from GNUmakefile
0390
0391 05-05-08 mma (testem1-V09-01-02)
0392 - PhysListEmStandard : add spline option for physics tables
0393 - README : update Aida informations
0394
0395 07-04-08 mma (testem1-V09-01-01)
0396 - PhysListEmStandard : add G4eMultipleScattering; complete EmOptions
0397 - HistoManager::saveAscii() : redefinition of binEdge
0398
0399 17-12-07 mma (testem1-V09-01-00)
0400 - HistoManager : protect creation of ascii file
0401
0402 12-11-07 mma (testem1-V09-00-01)
0403 - HistoManager/HistoMessenger : print selected histos on ascii file
0404
0405 22-07-07 V.Ivant (testem1-V09-00-00)
0406 - add material CO2 10^-6 atm
0407
0408 21-06-07 mma (testem1-V08-03-02)
0409 - make visualization only in interactive mode
0410
0411 20-06-07 mma (testem1-V08-03-01)
0412 - PhysListEmStandard options completed
0413 - add erange.mac for e-
0414
0415 23-05-07 V.Ivant (testem1-V08-03-00)
0416 - use G4EmProcessOptions to define bremsstrahlung threshold energy
0417
0418 19-10-06 mma (testem1-V08-01-00)
0419 - GNUmakefile : LOADLIBS
0420 - remove PhysicsLists 52 and 71
0421
0422 19-05-06 mma (testem1-V08-00-04)
0423 - update README
0424
0425 27-03-06 mma (testem1-V08-00-03)
0426 - PhysicsList: new functions AddDecay(), AddStepMax()
0427
0428 27-03-06 mma (testem1-V08-00-02)
0429 - TestEm1.in : migration mum -> um
0430 - name brem -> eBrem
0431
0432 26-01-06 mma (testem1-V08-00-01)
0433 - refresh all geant3 macros
0434 - change printing format in EndOfRun
0435
0436 25-01-06 mma (testem1-V08-00-00)
0437 - rename csdaRange -> trueRange
0438 - histograms for primary particle only
0439 - refresh all macros. Change names
0440 - GetCSDARange() in EndOfRun
0441
0442 19-01-06 mma
0443 - add PhysListEmLivermore and PhysListEmPenelope
0444
0445 06-12-05 Gabriele Cosmo
0446 - Trivial changes for support of CLHEP-2.0.X series.
0447
0448 22-11-05 mma (testem1-V07-01-02)
0449 - update README for OpenScientist
0450
0451 14-11-05 Gabriele Cosmo (testem1-V07-01-01)
0452 - Migration to <sstream> for HistoMessenger.
0453
0454 04-10-05 mma (testem1-V07-01-00)
0455 - create PhysListEmG4v71 (g4v71) for G4MultipleScattering71
0456
0457 01-06-05 mma (testem1-V07-00-02)
0458 - PhysListEmG4v52 : old photon processes marked as 52 (and eplusAnnihilation)
0459 - HistoManager : option "--noErrors" for hbook
0460
0461 3rd May 2005 John Allison (examples-V07-00-03)
0462 - Replaced vis manager with G4VisExecutive.
0463
0464 18-03-05 V.Ivant (testem1-V07-00-01)
0465 - PhysListEmStandard : use G4eBremsstrahlung from the standard,
0466 - remove G4eBremsstrahlungCMS
0467
0468 15-03-05 mma
0469 - remove He3 from predefined particles.
0470 - PhysListEmStandard : treat Alpha as GenericIon
0471
0472 31-01-05 mma (testem1-V07-00-00)
0473 - HistoManager : - put a protection for the creation of analysis factory;
0474 - file extension is fileType;
0475 - HistoMessenger : new command setFileOption
0476
0477 07-14-04 mma (testem1-V06-02-07)
0478 - PhysListEmStandard : threshold for G4BremsstrahlungCMS at 10 GeV
0479
0480 02-12-04 V.Ivant (testem1-V06-02-06)
0481 - Migration to cmath
0482
0483 22-11-04 mma (testem1-V06-02-05)
0484 - change in call G4EmCaculator. Need utils-V06-02-16
0485
0486 01-11-04 V.Ivanchenko (testem1-V06-02-04)
0487 - migrade to new interface to ParticleChange in G4eBremsstrahlungCMS
0488
0489 20-09-04 mma (testem1-V06-02-03)
0490 - do not delete Analysisfactory (for Jaida)
0491
0492 15-09-04 mma(testem1-V06-02-02)
0493 - define correctly all UI subdirectories.
0494 - modifs in HistoManager and Messenger for hbook,root,XML
0495
0496 03-08-04 mma (testem1-V06-02-01)
0497 - compute and print CSDA range from G4EmCalculator.
0498 - set default vertex at left side of the box.
0499
0500 20-07-04 mma (testem1-V06-02-00)
0501 - introduce HistoManager as in testem5-V06-01-04
0502 - compute and print CSDA and projected range. Macro range.mac
0503
0504 09-06-04 mma (testem1-V06-01-03)
0505 - PhysicsLists: remove Particles and General
0506
0507 13-04-04 mma (testem1-V06-01-02)
0508 - EmPhysicsList: set G4eBremsstrahlungCMS as default
0509
0510 05-04-04 V.Ivan. (testem1-V06-01-01)
0511 - fix G4eBremsstrahlungCMS
0512
0513 31-03-04 mma (testem1-V06-01-00)
0514 - remove ROOT histos
0515
0516 15-03-04 mma (testem1-V06-00-00)
0517 - example of histograms with ROOT: USE_ROOT
0518
0519 25-11-03 V.Ivanchenko (testem1-V05-02-06)
0520 - Fix geometry (G.Cosmo)
0521
0522 07-11-03 mma (testem1-V05-02-05)
0523 - use BestUnit in RunAction
0524
0525 28-10-03 V.Ivanchenko (testem1-V05-02-04)
0526 - Minor cleanup in G4eBremsstrahlungCMS
0527 - Add printout of total energy deposit
0528 - Remove compilation warnings
0529
0530 24-10-03 mma (testem1-V05-02-03)
0531 - PhysListEmStandard: AddProcess(Bremsstrahlung,-1,3,3) ..etc..
0532 - BremsstrahlungCMS given as an example, commented out
0533
0534 20-10-03 V.Ivanchenko (testem1-V05-02-02)
0535 - Add process G4eBremsstrahlungCMS
0536
0537 06-10-03 mma (testem1-V05-02-01)
0538 - Class EmModel renamed G4v52. All macros updated
0539 - G4NOHIST replaced by G4ANALYSIS_USE
0540 - cosmetics in material definitions
0541 - suppression of Em1 in all class names
0542
0543 18-09-03 V.Ivanchenko (testem1-V05-02-00)
0544 - Complete migration to model EM physics
0545
0546 18-06-03 G.Cosmo (testem1-V05-01-03)
0547 - Em1RunAction.cc: removed usage of G4USE_STD_NAMESPACE after
0548 migration from G4std.
0549
0550 03-06-03 V.Ivanchenko (testem1-V05-01-02)
0551 - Fix compilation warnings
0552
0553 15-05-03 V.Ivanchenko (testem1-V05-01-01)
0554 - Proper deletion of old geometry when it is updated
0555
0556 09-05-03 V.Ivant (testem1-V05-01-00)
0557 - change updated command
0558
0559 27-03-03 mma (testem1-V05-00-05)
0560 - modular physics list
0561
0562 26-03-03 V.Ivant (testem1-V05-00-04)
0563
0564 11-03-03 V.Ivant (testem1-V05-00-03)
0565 - Remove all old interfaces to cuts
0566 - Add definition of mean excitation energy for water
0567
0568 06-03-03 mma (testem1-V05-00-02)
0569 - PhysicsList::SetCuts : suppress cutForProton
0570
0571 20-02-03 V.Ivant (testem1-V05-00-01)
0572 - Migrade to cut per region
0573
0574 12-02-03 mma (testem1-V05-00-00)
0575 - DetectorConstruction: change volume name
0576
0577 11-12-02 mma (testem1-V04-01-01)
0578 - migration to AIDA 3.0
0579 - UI commands under directory /testem/
0580
0581 05-12-02 cosmo (testem1-V04-01-00)
0582 - Fix in runAction for porting on gcc-3.2.
0583
0584 05-06-02 mma (testem1-V04-00-03)
0585 - do not delete histos in destructor of RunAction
0586
0587 31-05-02 mma (testem1-V04-00-02)
0588 - old histograming package clhep/hist replaced by AIDA 2.2/anaphe. See README
0589
0590 08-03-02 mma (testem1-V04-00-01)
0591 - PhysicsList: unifomisation of the setG(E)Cut commands
0592
0593 06-02-02 mma (testem1-V04-00-00)
0594
0595 06-12-01 mma
0596 - In PrimaryGeneratorAction, possibility to fix the vertex at front face,
0597 and to randomize the beam spot.
0598 - command /gun/rndm in PrimaryGeneratorMessenger
0599 - similar functionality in geant3: gukine.F
0600 - change output precision in RunAction (+uglast.F)
0601
0602 29-11-01 mma (testem1-V03-02-02)
0603 - EventAction: DrawTrack "none"
0604 - small change in vis.mac
0605 - suppression of the rndm commands, now managed by G4RunManager:
0606 --> RunAction, EventAction. suppression of RunActionMessenger
0607
0608 31-10-01 mma (testem1-V03-02-01)
0609 - PhysicsListMessenger: commands CutE, CutG, CutP avaiblable in PreInit
0610 - in all macros: set cuts before run/initialize
0611
0612 26-10-01 mma (testem1-V03-02-00)
0613 - mods in TestEm1.cc: the initialisation and vis initialisation are
0614 not done gy default. --> inserted /run/initialize in all macros.
0615 - To get visualisation: > /control/execute vis.mac (new vis commands)
0616 - 80 columns everywhere
0617
0618 19-10-01 Steve O'Neale (examples-V03-02-00)
0619 - Update reference output
0620
0621 27-03-01 mma (testem1-V03-00-05)
0622 - set cppflag G4NOHIST = true in gnumakefile
0623
0624 08-03-01 Hisaya (testem1-V03-00-04)
0625 - adapted ProcessesCount to STL
0626
0627 21-02-01 mma (testem1-V03-00-03)
0628 - hbook histograms restored
0629
0630 20-02-01 mma (testem1-V03-00-02)
0631 - verbose stepping adapted for STL
0632 - save rndm at begin of event
0633
0634 07-12-00 mma (testem1-V02-00-03 & testem-noHist)
0635 - remove hbook histograms: GNUmakefile,runAction,trackingAction,steppingAction
0636
0637 06-12-00 mma (testem1-V02-00-02 & testem-withHist)
0638 - update of init.mac for new vis commands.
0639 - G4UItcsh in the main()
0640
0641 24-11-00 Steve O'Neale (tagset210) (testem1-V02-00-01)
0642 - Update test output Change in processes below ~ 5 per cent
0643 eIoni and hIoni min.delta energy(keV) and energy cut table
0644
0645 13-11-00 G.Cosmo (testem1-V02-00-00)
0646 - Fixed memory leak in Em1RunAction: added call to clearAndDestroy()
0647 in EndOfRunAction() to clean ProcCounter vector.
0648
0649 17-06-00 J.Allison (testem1-V01-00-00)
0650 - Updated TestEm1.out for geant4-01-01-ref-06.
0651
0652 21-01-00 cppflag G4NOHIST to protect hbook histograms.
0653
0654 11-10-99 moved from: source/processes/electromagnetic/test
0655 to: examples/extended/electromagnetic
0656
0657 09-08-99 Commands for save/read Rndm status
0658
0659 17-06-99 added histogramming facility
0660
0661 10-05-99 user's actions adapted to geant4-00-ref-04
0662
0663 03-12-98 subdirectory geant3 which contains the geant3 equivalent
0664 example.
0665
0666 24.11.98 due to new computation of SetCut for electron, the cut in range
0667 for e-/+ has been modified in init.mac and run10.mac (beta03-00)
0668
0669 27.10.98 interactive command for setting StepFunction: deemax + stmin.
0670 modifs in setxxCut functions (Hisaya).
0671 Count occurence of processes.
0672 Now TestEm1 is equivalent to g3-testem1
0673 Both can be run in batch with reference files:
0674 run1.mac (g4), run1.dat (g3).
0675
0676 19.10.98 Moved in subdirectory electromagnetic/test/TestEm1.
0677 Interactive commands in PhysicsList for setting cuts.
0678
0679 14.09.98 Created, Michel Maire
0680