![]() |
ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <boost/math/distributions/chi_squared.hpp>#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/EventData/TrackState.hpp"#include "Acts/Fitter/GainMatrixSmoother.hpp"#include "Acts/Fitter/GainMatrixUpdater.hpp"#include "Acts/Fitter/KalmanFitter.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/Utilities/BinningType.hpp"#include "Acts/Utilities/CalibrationContext.hpp"#include "Acts/Utilities/Definitions.hpp"
Include dependency graph for KalmanFitterTests.cpp:Go to the source code of this file.
Classes | |
| struct | Acts::Test::MeasurementCreator |
| This struct creates FittableMeasurements on the detector surfaces, according to the given smearing xxparameters. More... | |
| struct | Acts::Test::MeasurementCreator::this_result |
| struct | Acts::Test::MaterialScattering |
| Simplified material interaction effect by pure gaussian deflection. More... | |
| struct | Acts::Test::MinimalOutlierFinder |
Namespaces | |
| namespace | Acts |
| Set the Geometry Context PLUGIN. | |
| namespace | Acts::Test |
| Namespace for ATS unit tests. | |
Typedefs | |
| using | Acts::Test::Resolution = std::pair< ParID_t, double > |
| using | Acts::Test::ElementResolution = std::vector< Resolution > |
| using | Acts::Test::VolumeResolution = std::map< GeometryID::Value, ElementResolution > |
| using | Acts::Test::DetectorResolution = std::map< GeometryID::Value, VolumeResolution > |
| using | Acts::Test::DebugOutput = DebugOutputActor |
Functions | |
| std::normal_distribution< double > | Acts::Test::gauss (0., 1.) |
| std::default_random_engine | Acts::Test::generator (42) |
| Acts::Test::BOOST_AUTO_TEST_CASE (kalman_fitter_zero_field) | |
| Unit test for Kalman fitter with measurements along the x-axis. | |
Variables | |
| ActsSymMatrixD< 1 > | Acts::Test::cov1D |
| ActsSymMatrixD< 2 > | Acts::Test::cov2D |
| bool | Acts::Test::debugMode = false |
| MagneticFieldContext | Acts::Test::mfContext = MagneticFieldContext() |
| CalibrationContext | Acts::Test::calContext = CalibrationContext() |
| double | Acts::Test::dX |
| double | Acts::Test::dY |
| Vector3D | Acts::Test::pos |
| const Surface * | Acts::Test::sur |