![]() |
EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <boost/test/unit_test.hpp>#include "Acts/EventData/Measurement.hpp"#include "Acts/EventData/MeasurementHelpers.hpp"#include "Acts/EventData/NeutralTrackParameters.hpp"#include "Acts/EventData/TrackParameters.hpp"#include "Acts/Geometry/GeometryContext.hpp"#include "Acts/Geometry/GeometryIdentifier.hpp"#include "Acts/Geometry/TrackingGeometry.hpp"#include "Acts/MagneticField/ConstantBField.hpp"#include "Acts/MagneticField/MagneticFieldContext.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/TrackFinding/CKFSourceLinkSelector.hpp"#include "Acts/TrackFinding/CombinatorialKalmanFilter.hpp"#include "Acts/TrackFitting/GainMatrixSmoother.hpp"#include "Acts/TrackFitting/GainMatrixUpdater.hpp"#include "Acts/Utilities/BinningType.hpp"#include "Acts/Utilities/CalibrationContext.hpp"#include "Acts/Utilities/Definitions.hpp"#include "Acts/Utilities/Helpers.hpp"#include <algorithm>#include <cmath>#include <random>#include <vector>
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. | |
Typedefs | |
| using | Acts::Test::Resolution = std::pair< BoundIndices, double > |
| using | Acts::Test::ElementResolution = std::vector< Resolution > |
| using | Acts::Test::VolumeResolution = std::map< GeometryIdentifier::Value, ElementResolution > |
| using | Acts::Test::DetectorResolution = std::map< GeometryIdentifier::Value, VolumeResolution > |
Functions | |
| GeometryIdentifier | Acts::Test::makeId (int volume=0, int layer=0, int sensitive=0) |
| 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. | |
Variables | |
| ActsSymMatrixD< 1 > | Acts::Test::cov1D |
| SymMatrix2D | Acts::Test::cov2D |
| CalibrationContext | Acts::Test::calContext = CalibrationContext() |