Analysis Software
Documentation for sPHENIX simulation software
|
#include <boost/test/data/test_case.hpp>
#include <boost/test/unit_test.hpp>
#include "Acts/EventData/TrackParameters.hpp"
#include "Acts/Geometry/AbstractVolume.hpp"
#include "Acts/Geometry/CuboidVolumeBounds.hpp"
#include "Acts/Geometry/GeometryContext.hpp"
#include "Acts/Geometry/TrackingVolume.hpp"
#include "Acts/Geometry/Volume.hpp"
#include "Acts/Propagator/ActionList.hpp"
#include "Acts/Propagator/ConstrainedStep.hpp"
#include "Acts/Propagator/Navigator.hpp"
#include "Acts/Propagator/Propagator.hpp"
#include "Acts/Propagator/StandardAborters.hpp"
#include "Acts/Propagator/StraightLineStepper.hpp"
#include "Acts/Propagator/detail/SteppingLogger.hpp"
#include "Acts/Tests/CommonHelpers/CubicBVHTrackingGeometry.hpp"
#include "Acts/Utilities/BoundingBox.hpp"
#include "Acts/Utilities/Ray.hpp"
#include <array>
#include <chrono>
#include <fstream>
#include <iostream>
#include <limits>
#include <random>
#include <string>
#include <vector>
#include "../UnitTests/Core/Geometry/BVHDataTestCase.hpp"
Go to the source code of this file.
Namespaces | |
namespace | Acts |
Acts includes to create all necessary definitions. | |
namespace | Acts::IntegrationTest |
Macros | |
#define | NBOXES 29 |
#define | NTESTS 100 |
Typedefs | |
using | Acts::IntegrationTest::Box = Acts::Volume::BoundingBox |
using | Acts::IntegrationTest::Ray = Acts::Ray< double, 3 > |
Functions | |
Acts::IntegrationTest::BOOST_DATA_TEST_CASE (bvhnavigation_test, bdata::random((bdata::seed=7, bdata::engine=std::mt19937(), bdata::distribution=std::uniform_real_distribution<>(-5, 5)))^bdata::random((bdata::seed=2, bdata::engine=std::mt19937(), bdata::distribution=std::uniform_real_distribution<>(-M_PI, M_PI)))^bdata::random((bdata::seed=3, bdata::engine=std::mt19937(), bdata::distribution=std::uniform_real_distribution<>(-100, 100)))^bdata::random((bdata::seed=4, bdata::engine=std::mt19937(), bdata::distribution=std::uniform_real_distribution<>(-100, 100)))^bdata::random((bdata::seed=5, bdata::engine=std::mt19937(), bdata::distribution=std::uniform_real_distribution<>(-100, 100)))^bdata::xrange(NTESTS), eta, phi, x, y, z, index) | |
Variables | |
GeometryContext | Acts::IntegrationTest::tgContext = GeometryContext() |
MagneticFieldContext | Acts::IntegrationTest::mfContext = MagneticFieldContext() |
Test::CubicBVHTrackingGeometry | Acts::IntegrationTest::grid (NBOXES, 1000, 5) |
auto | Acts::IntegrationTest::volumes = grid.volumes |
auto | Acts::IntegrationTest::tg = grid.trackingGeometry |
#define NBOXES 29 |
Definition at line 41 of file BVHNavigationTest.cpp.
View newest version in sPHENIX GitHub at line 41 of file BVHNavigationTest.cpp
#define NTESTS 100 |
Definition at line 42 of file BVHNavigationTest.cpp.
View newest version in sPHENIX GitHub at line 42 of file BVHNavigationTest.cpp
Referenced by main().