Analysis Software
Documentation for sPHENIX simulation software
|
#include <boost/test/unit_test.hpp>
#include "Acts/Definitions/Algebra.hpp"
#include "Acts/Definitions/TrackParametrization.hpp"
#include "Acts/Definitions/Units.hpp"
#include "Acts/EventData/GenericBoundTrackParameters.hpp"
#include "Acts/EventData/ParticleHypothesis.hpp"
#include "Acts/Geometry/GeometryContext.hpp"
#include "Acts/Surfaces/Surface.hpp"
#include <Acts/EventData/Charge.hpp>
#include <Acts/EventData/MultiComponentTrackParameters.hpp>
#include <Acts/Surfaces/PlaneSurface.hpp>
#include <algorithm>
#include <initializer_list>
#include <memory>
#include <optional>
#include <tuple>
#include <vector>
Go to the source code of this file.
Functions | |
BOOST_AUTO_TEST_CASE (test_constructors) | |
BOOST_AUTO_TEST_CASE (test_accessors) | |
Variables | |
static const auto | particleHypothesis = ParticleHypothesis::pion() |
BOOST_AUTO_TEST_CASE | ( | test_constructors | ) |
Definition at line 33 of file MultiComponentBoundTrackParametersTests.cpp.
View newest version in sPHENIX GitHub at line 33 of file MultiComponentBoundTrackParametersTests.cpp
References KFPMath::a, KFPMath::b, particleHypothesis, and writeMapConfig::surface.
BOOST_AUTO_TEST_CASE | ( | test_accessors | ) |
Definition at line 61 of file MultiComponentBoundTrackParametersTests.cpp.
View newest version in sPHENIX GitHub at line 61 of file MultiComponentBoundTrackParametersTests.cpp
References KFPMath::a, Acts::Test::cov, i, particleHypothesis, and writeMapConfig::surface.
|
static |
Definition at line 31 of file MultiComponentBoundTrackParametersTests.cpp.
View newest version in sPHENIX GitHub at line 31 of file MultiComponentBoundTrackParametersTests.cpp
Referenced by BOOST_AUTO_TEST_CASE().