Import Geant4 10.7.0 source tree

This commit is contained in:
Gabriele Cosmo
2020-12-04 12:30:43 +01:00
parent 67ba86d073
commit dab42d2018
3770 changed files with 226369 additions and 286486 deletions
+21 -12
View File
@@ -16,6 +16,15 @@ committal in the CVS repository !
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
November 13, 2020, B. Morgan - exbiasing-V10-06-02
- Enforce use of Serial RunManager for serial-only examples.
November 10, 2020, B. Morgan - exbiasing-V10-06-01
- Migration to G4RunManagerFactory.
Nov 3, 2020, B. Morgan - exbiasing-V10-06-00
- Support same CMake version range as core Geant4
Jan 31, 2019, I.Hrivnacova - exbiasing-V10-05-00
- Merged GitHub PR #4: all Boolean operators now return G4bool.
@@ -73,13 +82,13 @@ Sep 24, 2012 I.Hrivnacova - exbiasing-V09-05-02
Sep 19, 2012 I.Hrivnacova - exbiasing-V09-05-01
- Added explicit includes of G4SystemOfUnits.hh and G4PhysicalConstants.hh
where needed
- Fixed compiler warnings in B02PSScoringDetectorConstruction.cc
- Replaced tabulators with space characters
- Fixed compiler warnings in B02PSScoringDetectorConstruction.cc
- Replaced tabulators with space characters
Sep 4, 2012 I.Hrivnacova - exbiasing-V09-05-00
- Updated CMakeLists.txt:
adding visualization (if used), copying macros, install target
and comment lines
adding visualization (if used), copying macros, install target
and comment lines
Nov 14th, 2011 G.Cosmo - exbiasing-V09-04-01
- Archived obsolete example B03 laying on the trunk.
@@ -99,7 +108,7 @@ June 5, 2007 A. Howard - exbiasing-V08-03-01
test version
June 5, 2007 A. Howard - exbiasing-V08-03-00
- Migrated example B01 to new biasing/scoring scheme - test version
- Migrated example B01 to new biasing/scoring scheme - test version
(needs clean up before public release)
- Removed B03 (redundant/obsolete use of python)
@@ -144,7 +153,7 @@ Feb 19th, 2003 G.Cosmo - exbiasing-V05-00-00
Nov 25th, 2002 M.Dressel - exbiasing-V04-01-01
- change README
Nov 22th, 2002 M.Dressel
Nov 22th, 2002 M.Dressel
- changed geometry for scoring. Cells must not coinside with
wolrd boundary since tracks would be killed before
scoring is called in the case a track exits a cell into
@@ -152,7 +161,7 @@ Nov 22th, 2002 M.Dressel
Nov 8th, 2002 M.Dressel - exbiasing-V04-01-00
reduce and change examples. Only B01 B02 B03 will
remain but with different content.
remain but with different content.
July 11th, 2002 M.Dressel - internal-3-exbiasing-V04-01-01
- resolved B09 into geometry/biasing and run.
@@ -160,7 +169,7 @@ July 11th, 2002 M.Dressel - internal-3-exbiasing-V04-01-01
internal-2-transport-V04-01-01
internal-2-geombias-V04-01-01
July 10th, 2002 M.Dressel
July 10th, 2002 M.Dressel
- using G4StandardScorer and G4StandardScoreTable instead of
B06Scorer and B06ScorePRinter in B06
@@ -170,9 +179,9 @@ July 10th, 2002 M.Dressel - internal-2-exbiasing-V04-01-01
July 10th, 2002 M.Dressel - internal-1-exbiasing-V04-01-01
- temporarily created directory B09. Messangers and classes using them
are put into B09 because the G4UImessanger is not known in
are put into B09 because the G4UImessanger is not known in
geometry and processes.
Jun 4th, 2002 M.Dressel - exbiasing-V04-00-07
- update of exampleBXX.out files.
@@ -182,7 +191,7 @@ May 31th, 2002 M.Dressel - exbiasing-V04-00-06
- change ...Manager to ...Sampler to be conform to transport-V04-00-06
May 23th, 2002 M.Dressel - internal-1-exbiasing-V04-00-05
- Update of README and ouput files after changes in G4ProcessPlacer in
- Update of README and ouput files after changes in G4ProcessPlacer in
transportation
May 15th, 2002 M.Asai - exbiasing-V04-00-05
@@ -193,7 +202,7 @@ April 19th, 2002 G.Cosmo - exbiasing-V04-00-04
April 12th, 2002 M.Dressel
- Change class B06ImportanceDetectorConstruction.hh and exampleB06.cc.
B06ImportanceDetectorConstruction does not derive from
B06ImportanceDetectorConstruction does not derive from
G4UserDetectorConstruction, function Construct made private
and called in Constructor.