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