Import Geant4 0.1.0 source tree
This commit is contained in:
@@ -5,14 +5,15 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: voxeldefs.hh,v 2.0 1998/07/02 16:57:19 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: voxeldefs.hh,v 1.2 1999/02/15 11:14:01 japost Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
|
||||
//
|
||||
// Voxel Optimisation Constants
|
||||
//
|
||||
// History:
|
||||
// 12.02.99 S.Giani made numerical values consistent with Geant3.21
|
||||
// 13.08.95 P.Kent Created separate file
|
||||
|
||||
#ifndef VOXELDEFS_HH
|
||||
@@ -21,7 +22,7 @@
|
||||
#include "globals.hh"
|
||||
|
||||
// Hard limit on no. voxel nodes per given header
|
||||
const G4int kMaxVoxelNodes=2000;// Geant 3.21 uses 1000
|
||||
const G4int kMaxVoxelNodes=1000; // PK chose 2000, Geant 3.21 used 1000
|
||||
|
||||
const G4int kMinVoxelVolumesLevel1=2; // Only begin to make voxels if >=
|
||||
// this no of daughters
|
||||
|
||||
Reference in New Issue
Block a user