ECCE @ EIC Software
Reference for
ECCE @ 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/MultiTrajectory.hpp"
#include "Acts/EventData/TrackParameters.hpp"
#include "Acts/EventData/TrackState.hpp"
#include "Acts/Geometry/GeometryContext.hpp"
#include "Acts/Tests/CommonHelpers/FloatComparisons.hpp"
#include "Acts/Utilities/TypeTraits.hpp"
#include <iostream>
Go to the source code of this file.
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 = BoundParameters::ParVector_t |
using | Acts::Test::CovMat_t = BoundParameters::CovMatrix_t |
Functions | |
CurvilinearParameters | Acts::Test::make_params () |
TrackState< SourceLink, CurvilinearParameters > | Acts::Test::make_rand_trackstate () |
auto | Acts::Test::make_trackstate () |
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) | |
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) | |
Variables | |
GeometryContext | Acts::Test::gctx = GeometryContext() |