EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
MultiTrajectoryTests.cpp File Reference
#include <boost/test/unit_test.hpp>
#include "Acts/EventData/Measurement.hpp"
#include "Acts/EventData/MeasurementHelpers.hpp"
#include "Acts/EventData/MultiTrajectory.hpp"
#include "Acts/EventData/TrackParameters.hpp"
#include "Acts/Geometry/GeometryContext.hpp"
#include "Acts/Tests/CommonHelpers/FloatComparisons.hpp"
#include "Acts/Utilities/TypeTraits.hpp"
#include <iostream>
#include <numeric>
#include <random>
+ Include dependency graph for MultiTrajectoryTests.cpp:

Go to the source code of this file.

Classes

struct  Acts::Test::TestTrackState
 

Namespaces

namespace  Acts
 Set the Geometry Context PLUGIN.
 
namespace  Acts::Test
 Namespace for ATS unit tests.
 

Typedefs

using Acts::Test::Parameters = BoundVector
 
using Acts::Test::Covariance = BoundSymMatrix
 
using Acts::Test::ParVec_t = BoundTrackParameters::ParametersVector
 
using Acts::Test::CovMat_t = BoundTrackParameters::CovarianceMatrix
 

Functions

CurvilinearTrackParameters Acts::Test::make_params ()
 
template<typename track_state_t >
auto Acts::Test::fillTrackState (track_state_t &ts, TrackStatePropMask mask, size_t dim=3)
 Fills a TrackStateProxy object.
 
 Acts::Test::BOOST_AUTO_TEST_CASE (multitrajectory_build)
 
 Acts::Test::BOOST_AUTO_TEST_CASE (visit_apply_abort)
 
 Acts::Test::BOOST_AUTO_TEST_CASE (trackstate_add_bitmask_operators)
 
 Acts::Test::BOOST_AUTO_TEST_CASE (trackstate_add_bitmask_method)
 
 Acts::Test::BOOST_AUTO_TEST_CASE (trackstate_proxy_cross_talk)
 
 Acts::Test::BOOST_AUTO_TEST_CASE (trackstate_reassignment)
 
 Acts::Test::BOOST_AUTO_TEST_CASE (storage_consistency)
 
 Acts::Test::BOOST_AUTO_TEST_CASE (add_trackstate_allocations)
 
 Acts::Test::BOOST_AUTO_TEST_CASE (trackstateproxy_getmask)
 
 Acts::Test::BOOST_AUTO_TEST_CASE (trackstateproxy_copy)
 

Variables

GeometryContext Acts::Test::gctx = GeometryContext()