Import Geant4 8.2.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 14:55:03 +02:00
parent 216a75eeb1
commit fe73f43734
6714 changed files with 118229 additions and 68144 deletions
+5 -1
View File
@@ -1,4 +1,4 @@
$Id: History,v 1.7 2006/05/12 01:12:11 gum Exp $
$Id: History,v 1.8 2006/09/14 22:26:55 gum Exp $
-------------------------------------------------------------------
=========================================================
@@ -15,6 +15,10 @@ track of all tags.
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
14 Sept 2006 Peter Gumplinger (LXe-V08-01-00)
- bug fix (889): set the pointers to G4MaterialPropertiesTable LXe_mt
and MPTPStyrene to NULL in the class constructor of LXeDetectorConstruction.
11 May 2006 Peter Gumplinger (LXe-V08-00-01)
- thanks to Andreia Trindade and Pedro Rodrigues, the WLS time delay
can now be a delta function or exponential.
+1 -1
View File
@@ -1,5 +1,5 @@
**********************************************
Geant4 version $Name: geant4-08-01 $
Geant4 version $Name: geant4-08-02 $
(12-December-2003)
Copyright : Geant4 Collaboration
**********************************************
@@ -54,7 +54,9 @@
G4bool LXeDetectorConstruction::sphereOn = true;
//_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
LXeDetectorConstruction::LXeDetectorConstruction(){
LXeDetectorConstruction::LXeDetectorConstruction()
: LXe_mt(NULL), MPTPStyrene(NULL)
{
SetDefaults();
detectorMessenger = new LXeDetectorMessenger(this);
}