ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <algorithm>
#include <array>
#include <iostream>
#include <limits>
#include <ostream>
#include <tuple>
#include <vector>
#include "Acts/Utilities/Definitions.hpp"
#include "Acts/Utilities/Frustum.hpp"
#include "Acts/Utilities/Helpers.hpp"
#include "Acts/Utilities/Ray.hpp"
#include "Acts/Visualization/IVisualization.hpp"
#include "Acts/Utilities/BoundingBox.ipp"
Go to the source code of this file.
Namespaces | |
namespace | Acts |
Set the Geometry Context PLUGIN. | |
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) |