![]() |
EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#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 "BVHDataTestCase.hpp"
Include dependency graph for TrackingVolumeTests.cpp:Go to the source code of this file.
Namespaces | |
| namespace | Acts |
| Set the Geometry Context PLUGIN. | |
| namespace | Acts::Test |
| Namespace for ATS unit tests. | |
Macros | |
| #define | NBOXES 10 |
| #define | NTESTS 20 |
Typedefs | |
| using | Acts::Test::Box = Acts::Volume::BoundingBox |
| using | Acts::Test::Ray = Acts::Ray< double, 3 > |
Functions | |
| std::tuple< std::vector< const Volume * >, std::shared_ptr < TrackingGeometry > > | Acts::Test::gridBoxFactory (size_t n=NBOXES, double hl=1000, size_t octd=5) |
| Acts::Test::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 | |
| MagneticFieldContext | Acts::Test::mfContext = MagneticFieldContext() |
| Acts::Test::auto [volumes, tg] = gridBoxFactory() | |
| #define NBOXES 10 |
Definition at line 34 of file TrackingVolumeTests.cpp.
View newest version in sPHENIX GitHub at line 34 of file TrackingVolumeTests.cpp
| #define NTESTS 20 |
Definition at line 35 of file TrackingVolumeTests.cpp.
View newest version in sPHENIX GitHub at line 35 of file TrackingVolumeTests.cpp