EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
BVHNavigationTest.cpp File Reference
#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/Utilities/BoundingBox.hpp"
#include "Acts/Utilities/Helpers.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"
+ Include dependency graph for BVHNavigationTest.cpp:

Go to the source code of this file.

Namespaces

namespace  Acts
 Set the Geometry Context PLUGIN.
 
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

std::tuple< std::vector< const
Volume * >, std::shared_ptr
< TrackingGeometry > > 
Acts::IntegrationTest::gridBoxFactory (size_t n=NBOXES, double hl=1000, size_t octd=5)
 
 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()
 
 Acts::IntegrationTest::auto [volumes, tg] = gridBoxFactory()
 

Macro Definition Documentation

#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().