ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <boost/test/unit_test.hpp>
#include <fstream>
#include <iostream>
#include <map>
#include <memory>
#include <random>
#include <set>
#include "Acts/Geometry/AbstractVolume.hpp"
#include "Acts/Geometry/GenericCuboidVolumeBounds.hpp"
#include "Acts/Tests/CommonHelpers/FloatComparisons.hpp"
#include "Acts/Utilities/BoundingBox.hpp"
#include "Acts/Utilities/Definitions.hpp"
#include "Acts/Utilities/Frustum.hpp"
#include "Acts/Utilities/Ray.hpp"
#include "Acts/Visualization/PlyVisualization.hpp"
Go to the source code of this file.
Classes | |
struct | Acts::Test::Object |
Namespaces | |
namespace | Acts |
Set the Geometry Context PLUGIN. | |
namespace | Acts::Test |
Namespace for ATS unit tests. | |
Typedefs | |
using | Acts::Test::ObjectBBox = Acts::AxisAlignedBoundingBox< Object, float, 3 > |
Functions | |
Acts::Test::BOOST_AUTO_TEST_CASE (box_construction) | |
Acts::Test::BOOST_AUTO_TEST_CASE (intersect_points) | |
Acts::Test::BOOST_AUTO_TEST_CASE (intersect_rays) | |
Acts::Test::BOOST_AUTO_TEST_CASE (ray_obb_intersect) | |
Acts::Test::BOOST_AUTO_TEST_CASE (frustum_intersect) | |