Import Geant4 10.5.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2018-06-29 10:58:11 +02:00
parent fe81a77428
commit 6aa23be517
1581 changed files with 124288 additions and 83758 deletions
+41 -2
View File
@@ -1,4 +1,4 @@
$Id: History 110132 2018-05-16 06:48:25Z gcosmo $
$Id: History 110280 2018-05-17 14:50:16Z gcosmo $
-------------------------------------------------------------------
=========================================================
@@ -15,7 +15,46 @@ track of all tags.
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
March 6, 2018 P. Gumplinger (LXe-V10-03-01)
May 17, 2018 J. Allison (LXe-V10-04-08)
- LXe.cc: Removed remaining G4UI_USE and G4VIS_USE.
May 17, 2018 J. Allison (LXe-V10-04-07)
- LXe.cc: Instantiate vis manager always (including batch).
May 15, 2018 D. Sawkey (LXe-V10-04-06)
- update README, remove WALKTHROUGH
- update LXe.cc use vis.mac, gui.mac if no command line args
- update vis.mac
- use nullptr throughout
- remove redundant 'this'
May 8, 2018 D. Sawkey (LXe-V10-04-05)
- remove LXeRecorderBase, replace with LXeHistoManager
May 8, 2018 B. Morgan (LXe-V10-04-04)
- Include G4Types before use of G4MULTITHREADED. For forward
compatibility with move to #defines over -D for G4 preprocessor
symbols.
May 3, 2018 D. Sawkey (LXe-V10-04-03)
- Add LXeRun to record, print results at end
- Remove LXeUserEventInformation, use LXeEventAction instead
- Use G4EmStandard_option4 EM physics
May 1, 2018 D. Sawkey (LXe-V10-04-02)
- replace local physics with FTFP_BERT + G4OpticalPhysics
- deleted LXeEMPhysics, LXeGeneralPhysics,LXeMuonPhysics,LXePhysicsList
- remove LXeSteppingVerbose
- cleaning of macros
April 4, 2018 D. Sawkey (LXe-V10-04-01)
- problem report 2042.
Macros: remove /LXe/detector/update, add /run/initialize
LXeDetectorConstruction: move DefineMaterials to ctor
LXeGeneralPhysics, LXeEMPhysics, LXeMuonPhysics: construct particles in
LXeGeneralPhysics using G4BosonConstructor etc
March 6, 2018 P. Gumplinger (LXe-V10-04-00)
- address problem report 2041
May 31, 2017 P. Gumplinger (LXe-V10-03-00)