EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <boost/test/data/test_case.hpp>
#include <boost/test/tools/output_test_stream.hpp>
#include <boost/test/unit_test.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/Tests/CommonHelpers/FloatComparisons.hpp"
Go to the source code of this file.
Namespaces | |
namespace | Acts |
Set the Geometry Context PLUGIN. | |
namespace | Acts::Test |
Namespace for ATS unit tests. | |
Typedefs | |
using | Acts::Test::AtlasStepperType = AtlasStepper< BFieldType > |
Functions | |
Transform3D | Acts::Test::createCylindricTransform (const Vector3D &nposition, double angleX, double angleY) |
Transform3D | Acts::Test::createPlanarTransform (const Vector3D &nposition, const Vector3D &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. | |