|
Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
|
#include "G4Types.hh"Go to the source code of this file.
Variables | |
| const G4int | kMaxVoxelNodes = 1000 |
| const G4int | kMinVoxelVolumesLevel1 = 2 |
| const G4int | kMinVoxelVolumesLevel2 = 3 |
| const G4int | kMinVoxelVolumesLevel3 = 4 |
| const G4int kMaxVoxelNodes = 1000 |
Hard limit on the number of voxel nodes per given header.
Definition at line 36 of file voxeldefs.hh.
| const G4int kMinVoxelVolumesLevel1 = 2 |
Only begin to make voxels if greater or equal to this number of daughters.
Definition at line 39 of file voxeldefs.hh.
| const G4int kMinVoxelVolumesLevel2 = 3 |
Only make second level of refinement if greater or equal to this number of volumes in the first level node.
Definition at line 43 of file voxeldefs.hh.
| const G4int kMinVoxelVolumesLevel3 = 4 |
Only make third level of refinement if greater or equal to this number of volumes in the second level node.
Definition at line 47 of file voxeldefs.hh.