Analysis Software
Documentation for sPHENIX simulation software
|
#include <boost/test/unit_test.hpp>
#include "Acts/Definitions/Algebra.hpp"
#include "Acts/Definitions/Direction.hpp"
#include "Acts/Definitions/TrackParametrization.hpp"
#include "Acts/Definitions/Units.hpp"
#include "Acts/EventData/GenericCurvilinearTrackParameters.hpp"
#include "Acts/EventData/MultiTrajectory.hpp"
#include "Acts/EventData/TrackParameters.hpp"
#include "Acts/EventData/TrackStatePropMask.hpp"
#include "Acts/EventData/VectorMultiTrajectory.hpp"
#include "Acts/Propagator/EigenStepper.hpp"
#include "Acts/Propagator/Navigator.hpp"
#include "Acts/Propagator/Propagator.hpp"
#include "Acts/Propagator/StraightLineStepper.hpp"
#include "Acts/Tests/CommonHelpers/LineSurfaceStub.hpp"
#include "Acts/Tests/CommonHelpers/TestSourceLink.hpp"
#include "Acts/TrackFitting/GainMatrixSmoother.hpp"
#include "Acts/TrackFitting/GainMatrixUpdater.hpp"
#include "Acts/TrackFitting/KalmanFitter.hpp"
#include "Acts/Utilities/Delegate.hpp"
#include "Acts/Utilities/Logger.hpp"
#include <algorithm>
#include <functional>
#include <map>
#include <memory>
#include <optional>
#include <random>
#include <utility>
#include "FitterTestsCommon.hpp"
Go to the source code of this file.
Functions | |
BOOST_AUTO_TEST_CASE (ZeroFieldNoSurfaceForward) | |
BOOST_AUTO_TEST_CASE (ZeroFieldWithSurfaceForward) | |
BOOST_AUTO_TEST_CASE (ZeroFieldWithSurfaceBackward) | |
BOOST_AUTO_TEST_CASE (ZeroFieldWithSurfaceAtExit) | |
BOOST_AUTO_TEST_CASE (ZeroFieldShuffled) | |
BOOST_AUTO_TEST_CASE (ZeroFieldWithHole) | |
BOOST_AUTO_TEST_CASE (ZeroFieldWithOutliers) | |
BOOST_AUTO_TEST_CASE (ZeroFieldWithReverseFiltering) | |
BOOST_AUTO_TEST_CASE (GlobalCovariance) | |
BOOST_AUTO_TEST_CASE | ( | ZeroFieldNoSurfaceForward | ) |
Definition at line 112 of file KalmanFitterTests.cpp.
View newest version in sPHENIX GitHub at line 112 of file KalmanFitterTests.cpp
References Acts::Test::makeParameters(), conftest::rng(), and start.
BOOST_AUTO_TEST_CASE | ( | ZeroFieldWithSurfaceForward | ) |
Definition at line 123 of file KalmanFitterTests.cpp.
View newest version in sPHENIX GitHub at line 123 of file KalmanFitterTests.cpp
References Acts::Test::makeParameters(), conftest::rng(), and start.
BOOST_AUTO_TEST_CASE | ( | ZeroFieldWithSurfaceBackward | ) |
Definition at line 145 of file KalmanFitterTests.cpp.
View newest version in sPHENIX GitHub at line 145 of file KalmanFitterTests.cpp
References Acts::Test::makeParameters(), conftest::rng(), and start.
BOOST_AUTO_TEST_CASE | ( | ZeroFieldWithSurfaceAtExit | ) |
Definition at line 167 of file KalmanFitterTests.cpp.
View newest version in sPHENIX GitHub at line 167 of file KalmanFitterTests.cpp
References Acts::Test::makeParameters(), conftest::rng(), and start.
BOOST_AUTO_TEST_CASE | ( | ZeroFieldShuffled | ) |
Definition at line 178 of file KalmanFitterTests.cpp.
View newest version in sPHENIX GitHub at line 178 of file KalmanFitterTests.cpp
References Acts::Test::makeParameters(), conftest::rng(), and start.
BOOST_AUTO_TEST_CASE | ( | ZeroFieldWithHole | ) |
Definition at line 188 of file KalmanFitterTests.cpp.
View newest version in sPHENIX GitHub at line 188 of file KalmanFitterTests.cpp
References Acts::Test::makeParameters(), conftest::rng(), and start.
BOOST_AUTO_TEST_CASE | ( | ZeroFieldWithOutliers | ) |
Definition at line 198 of file KalmanFitterTests.cpp.
View newest version in sPHENIX GitHub at line 198 of file KalmanFitterTests.cpp
References Acts::Test::makeParameters(), conftest::rng(), and start.
BOOST_AUTO_TEST_CASE | ( | ZeroFieldWithReverseFiltering | ) |
Definition at line 215 of file KalmanFitterTests.cpp.
View newest version in sPHENIX GitHub at line 215 of file KalmanFitterTests.cpp
References Acts::Test::makeParameters(), conftest::rng(), start, and train_ambiguity_solver::test.
BOOST_AUTO_TEST_CASE | ( | GlobalCovariance | ) |
Definition at line 250 of file KalmanFitterTests.cpp.
View newest version in sPHENIX GitHub at line 250 of file KalmanFitterTests.cpp
References Acts::Test::makeParameters(), conftest::rng(), and start.