Import Geant4 10.4.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2017-06-30 10:49:55 +02:00
parent 3a5407696b
commit 1a1316fea4
2180 changed files with 237880 additions and 59109 deletions
+11 -1
View File
@@ -1,4 +1,4 @@
$Id: History 101714 2016-11-22 08:53:13Z gcosmo $
$Id: History 104015 2017-05-08 07:28:08Z gcosmo $
-------------------------------------------------------------------
=========================================================
@@ -20,6 +20,16 @@ committal in the CVS repository !
History file for visualization/FukuiRenderer sub-category
---------------------------------------------------------
7th May 2017 John Allison (DAWN-V10-03-00)
- G4DAWNFILESceneHandler.cc:
o In g4_<N>.prim, expand to 4 digits, e.g., g4_0000.prim, g4_0001.prim,...
so that many files can be generated in filename sequence for ease of
making a movie, for example.
o To take advantage of this one has to set the following environment variable
export G4DAWNFILE_MAX_FILE_NUM=9999
or
setenv G4DAWNFILE_MAX_FILE_NUM 9999
19th November 2016 John Allison (DAWN-V10-02-02)
- Fixed the GetColour() problem.