Analysis Software
Documentation for sPHENIX simulation software
|
#include "Acts/Definitions/Algebra.hpp"
#include "Acts/Utilities/Frustum.hpp"
#include "Acts/Utilities/Ray.hpp"
#include "Acts/Visualization/IVisualization3D.hpp"
#include <array>
#include <memory>
#include <tuple>
#include <vector>
#include "Acts/Utilities/BoundingBox.ipp"
Go to the source code of this file.
Namespaces | |
namespace | Acts |
Acts includes to create all necessary definitions. | |
Functions | |
template<typename box_t > | |
box_t * | Acts::make_octree (std::vector< std::unique_ptr< box_t >> &store, const std::vector< box_t * > &prims, size_t max_depth=1, typename box_t::value_type envelope1=0) |
template<typename T , typename U , size_t V> | |
std::ostream & | Acts::operator<< (std::ostream &os, const AxisAlignedBoundingBox< T, U, V > &box) |