![]() |
ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <boost/test/unit_test.hpp>#include <algorithm>#include <cmath>#include <random>#include <vector>#include "Acts/EventData/Measurement.hpp"#include "Acts/EventData/MeasurementHelpers.hpp"#include "Acts/EventData/TrackParameters.hpp"#include "Acts/Fitter/GainMatrixSmoother.hpp"#include "Acts/Fitter/GainMatrixUpdater.hpp"#include "Acts/Geometry/GeometryContext.hpp"#include "Acts/Geometry/GeometryID.hpp"#include "Acts/Geometry/TrackingGeometry.hpp"#include "Acts/MagneticField/ConstantBField.hpp"#include "Acts/MagneticField/MagneticFieldContext.hpp"#include "Acts/Propagator/DebugOutputActor.hpp"#include "Acts/Propagator/EigenStepper.hpp"#include "Acts/Propagator/Navigator.hpp"#include "Acts/Propagator/Propagator.hpp"#include "Acts/Propagator/StandardAborters.hpp"#include "Acts/Propagator/StraightLineStepper.hpp"#include "Acts/Propagator/SurfaceCollector.hpp"#include "Acts/Surfaces/Surface.hpp"#include "Acts/Tests/CommonHelpers/CubicTrackingGeometry.hpp"#include "Acts/Tests/CommonHelpers/FloatComparisons.hpp"#include "Acts/TrackFinder/CKFSourceLinkSelector.hpp"#include "Acts/TrackFinder/CombinatorialKalmanFilter.hpp"#include "Acts/Utilities/BinningType.hpp"#include "Acts/Utilities/CalibrationContext.hpp"#include "Acts/Utilities/Definitions.hpp"
Include dependency graph for CombinatorialKalmanFilterTests.cpp:Go to the source code of this file.
Classes | |
| struct | Acts::Test::ExtendedMinimalSourceLink |
| struct | Acts::Test::MeasurementCreator |
| This struct creates FittableMeasurements on the detector surfaces, according to the given smearing xxparameters. More... | |
Namespaces | |
| namespace | Acts |
| Set the Geometry Context PLUGIN. | |
| namespace | Acts::Test |
| Namespace for ATS unit tests. | |
Functions | |
| std::normal_distribution< double > | Acts::Test::gauss (0., 1.) |
| std::default_random_engine | Acts::Test::generator (42) |
| Acts::Test::BOOST_AUTO_TEST_CASE (comb_kalman_filter_zero_field) | |
| Unit test for CombinatorialKalmanFilter with measurements along the x-axis. | |