Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
JacobianTests.cpp File Reference
#include <boost/test/data/test_case.hpp>
#include <boost/test/tools/output_test_stream.hpp>
#include <boost/test/unit_test.hpp>
#include "Acts/Definitions/Algebra.hpp"
#include "Acts/Definitions/TrackParametrization.hpp"
#include "Acts/Definitions/Units.hpp"
#include "Acts/EventData/GenericCurvilinearTrackParameters.hpp"
#include "Acts/EventData/TrackParameters.hpp"
#include "Acts/Geometry/GeometryContext.hpp"
#include "Acts/MagneticField/ConstantBField.hpp"
#include "Acts/MagneticField/MagneticFieldContext.hpp"
#include "Acts/Propagator/AtlasStepper.hpp"
#include "Acts/Propagator/EigenStepper.hpp"
#include "Acts/Surfaces/CylinderSurface.hpp"
#include "Acts/Surfaces/DiscSurface.hpp"
#include "Acts/Surfaces/PerigeeSurface.hpp"
#include "Acts/Surfaces/PlaneSurface.hpp"
#include "Acts/Surfaces/StrawSurface.hpp"
#include "Acts/Surfaces/Surface.hpp"
#include "Acts/Tests/CommonHelpers/FloatComparisons.hpp"
#include <algorithm>
#include <array>
#include <cstddef>
#include <memory>
#include <optional>
#include <type_traits>
#include <utility>
+ Include dependency graph for JacobianTests.cpp:

Go to the source code of this file.

Namespaces

namespace  Acts
 Acts includes to create all necessary definitions.
 
namespace  Acts::Test
 

Typedefs

using Acts::Test::AtlasStepperType = AtlasStepper
 

Functions

Transform3 Acts::Test::createCylindricTransform (const Vector3 &nposition, double angleX, double angleY)
 
Transform3 Acts::Test::createPlanarTransform (const Vector3 &nposition, const Vector3 &nnormal, double angleT, double angleU)
 
BoundToFreeMatrix Acts::Test::convertToMatrix (const std::array< double, 60 > P)
 
template<typename Parameters >
void Acts::Test::testJacobianToGlobal (const Parameters &pars)
 
 Acts::Test::BOOST_AUTO_TEST_CASE (JacobianCurvilinearToGlobalTest)
 This tests the jacobian of local curvilinear -> global.
 
 Acts::Test::BOOST_AUTO_TEST_CASE (JacobianCylinderToGlobalTest)
 This tests the jacobian of local cylinder -> global.
 
 Acts::Test::BOOST_AUTO_TEST_CASE (JacobianDiscToGlobalTest)
 This tests the jacobian of local disc -> global.
 
 Acts::Test::BOOST_AUTO_TEST_CASE (JacobianPlaneToGlobalTest)
 This tests the jacobian of local plane -> global.
 
 Acts::Test::BOOST_AUTO_TEST_CASE (JacobianPerigeeToGlobalTest)
 This tests the jacobian of local perigee -> global.
 
 Acts::Test::BOOST_AUTO_TEST_CASE (JacobianStrawToGlobalTest)
 This tests the jacobian of local straw -> global.