Geant4 11.1.1
Toolkit for the simulation of the passage of particles through matter
|
#include <array>
#include <vector>
#include <algorithm>
#include <type_traits>
#include <utility>
#include <iterator>
#include <iostream>
#include <typeinfo>
#include <list>
#include "G4ThreeVector.hh"
#include "G4DNABoundingBox.hh"
#include "G4Allocator.hh"
#include "G4Octree.icc"
Go to the source code of this file.
Classes | |
class | G4Octree< Iterator, Extractor, Point > |
Variables | |
const size_t | max_per_node = 2 |
const size_t | max_depth = 100 |
const size_t max_depth = 100 |
Definition at line 54 of file G4Octree.hh.
Referenced by G4BrentLocator::EstimateIntersectionPoint(), and G4MultiLevelLocator::EstimateIntersectionPoint().
const size_t max_per_node = 2 |
Definition at line 53 of file G4Octree.hh.