Analysis Software
Documentation for sPHENIX simulation software
|
#include <boost/test/unit_test.hpp>
#include "Acts/Definitions/Algebra.hpp"
#include "Acts/Definitions/TrackParametrization.hpp"
#include "Acts/Geometry/GeometryContext.hpp"
#include "Acts/Propagator/detail/JacobianEngine.hpp"
#include "Acts/Surfaces/PlaneSurface.hpp"
#include "Acts/Surfaces/Surface.hpp"
#include "Acts/Tests/CommonHelpers/FloatComparisons.hpp"
#include <algorithm>
#include <cmath>
#include <memory>
Go to the source code of this file.
Namespaces | |
namespace | Acts |
Acts includes to create all necessary definitions. | |
namespace | Acts::Test |
Functions | |
Acts::Test::BOOST_AUTO_TEST_CASE (jacobian_engine_helper) | |
Helper function tests. | |
Acts::Test::BOOST_AUTO_TEST_CASE (jacobian_engine_to_bound) | |
Acts::Test::BOOST_AUTO_TEST_CASE (jacobian_engine_to_curvilinear) | |
Acts::Test::BOOST_AUTO_TEST_CASE (jacobian_engine_to_free) | |