ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
KalmanFitterTests.cpp File Reference
+ 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 SurfaceActs::Test::sur