EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <boost/test/data/test_case.hpp>
#include <boost/test/unit_test.hpp>
#include "Acts/Geometry/CuboidVolumeBuilder.hpp"
#include "Acts/Geometry/GeometryContext.hpp"
#include "Acts/Geometry/TrackingGeometryBuilder.hpp"
#include "Acts/MagneticField/ConstantBField.hpp"
#include "Acts/MagneticField/MagneticFieldContext.hpp"
#include "Acts/Material/HomogeneousVolumeMaterial.hpp"
#include "Acts/Propagator/EigenStepper.hpp"
#include "Acts/Propagator/Navigator.hpp"
#include "Acts/Propagator/Propagator.hpp"
#include "Acts/Propagator/RiddersPropagator.hpp"
#include "Acts/Tests/CommonHelpers/PredefinedMaterials.hpp"
#include <limits>
#include "PropagationDatasets.hpp"
#include "PropagationTests.hpp"
Go to the source code of this file.
Functions | |
BOOST_DATA_TEST_CASE (ForwardBackward, ds::phi *ds::theta *ds::absMomentum *ds::chargeNonZero *ds::pathLength *ds::magneticField, phi, theta, p, q, s, bz) | |
BOOST_DATA_TEST_CASE (ToCylinderAlongZ, ds::phi *ds::thetaWithoutBeam *ds::absMomentum *ds::chargeNonZero *ds::pathLength *ds::magneticField, phi, theta, p, q, s, bz) | |
BOOST_DATA_TEST_CASE (ToDisc, ds::phi *ds::theta *ds::absMomentum *ds::chargeNonZero *ds::pathLength *ds::magneticField, phi, theta, p, q, s, bz) | |
BOOST_DATA_TEST_CASE (ToPlane, ds::phi *ds::theta *ds::absMomentum *ds::chargeNonZero *ds::pathLength *ds::magneticField, phi, theta, p, q, s, bz) | |
BOOST_DATA_TEST_CASE (ToStrawAlongZ, ds::phi *ds::thetaWithoutBeam *ds::absMomentum *ds::chargeNonZero *ds::pathLength *ds::magneticField, phi, theta, p, q, s, bz) | |
BOOST_DATA_TEST_CASE (CovarianceCurvilinear, ds::phi *ds::theta *ds::absMomentum *ds::chargeNonZero *ds::pathLength *ds::magneticField, phi, theta, p, q, s, bz) | |
BOOST_DATA_TEST_CASE (CovarianceToCylinderAlongZ, ds::phiWithoutAmbiguity *ds::thetaCentral *ds::absMomentum *ds::chargeNonZero *ds::pathLength *ds::magneticField, phi, theta, p, q, s, bz) | |
BOOST_DATA_TEST_CASE (CovarianceToDisc, ds::phi *ds::thetaWithoutBeam *ds::absMomentum *ds::chargeNonZero *ds::pathLength *ds::magneticField, phi, theta, p, q, s, bz) | |
BOOST_DATA_TEST_CASE (CovarianceToPlane, ds::phi *ds::theta *ds::absMomentum *ds::chargeNonZero *ds::pathLength *ds::magneticField, phi, theta, p, q, s, bz) | |
BOOST_DATA_TEST_CASE (CovarianceToStrawAlongZ, ds::phiWithoutAmbiguity *ds::thetaCentral *ds::absMomentum *ds::chargeNonZero *ds::pathLength *ds::magneticField, phi, theta, p, q, s, bz) | |
BOOST_DATA_TEST_CASE | ( | ForwardBackward | , |
ds::phi *ds::theta *ds::absMomentum *ds::chargeNonZero *ds::pathLength *ds::magneticField | , | ||
phi | , | ||
theta | , | ||
p | , | ||
q | , | ||
s | , | ||
bz | |||
) |
Definition at line 100 of file PropagationDenseConstant.cpp.
View newest version in sPHENIX GitHub at line 100 of file PropagationDenseConstant.cpp
References Acts::Test::geoCtx, Acts::Test::magCtx, makeParametersCurvilinear(), runForwardBackwardTest(), and Acts::UnitConstants::s.
BOOST_DATA_TEST_CASE | ( | ToCylinderAlongZ | , |
ds::phi *ds::thetaWithoutBeam *ds::absMomentum *ds::chargeNonZero *ds::pathLength *ds::magneticField | , | ||
phi | , | ||
theta | , | ||
p | , | ||
q | , | ||
s | , | ||
bz | |||
) |
Definition at line 113 of file PropagationDenseConstant.cpp.
View newest version in sPHENIX GitHub at line 113 of file PropagationDenseConstant.cpp
References Acts::Test::geoCtx, Acts::Test::magCtx, makeParametersCurvilinear(), p, phi, runToSurfaceTest(), Acts::UnitConstants::s, and theta().
BOOST_DATA_TEST_CASE | ( | ToDisc | , |
ds::phi *ds::theta *ds::absMomentum *ds::chargeNonZero *ds::pathLength *ds::magneticField | , | ||
phi | , | ||
theta | , | ||
p | , | ||
q | , | ||
s | , | ||
bz | |||
) |
Definition at line 124 of file PropagationDenseConstant.cpp.
View newest version in sPHENIX GitHub at line 124 of file PropagationDenseConstant.cpp
References Acts::Test::geoCtx, Acts::Test::magCtx, makeParametersCurvilinear(), p, phi, runToSurfaceTest(), Acts::UnitConstants::s, and theta().
BOOST_DATA_TEST_CASE | ( | ToPlane | , |
ds::phi *ds::theta *ds::absMomentum *ds::chargeNonZero *ds::pathLength *ds::magneticField | , | ||
phi | , | ||
theta | , | ||
p | , | ||
q | , | ||
s | , | ||
bz | |||
) |
Definition at line 135 of file PropagationDenseConstant.cpp.
View newest version in sPHENIX GitHub at line 135 of file PropagationDenseConstant.cpp
References Acts::Test::geoCtx, Acts::Test::magCtx, makeParametersCurvilinear(), p, phi, runToSurfaceTest(), Acts::UnitConstants::s, and theta().
BOOST_DATA_TEST_CASE | ( | ToStrawAlongZ | , |
ds::phi *ds::thetaWithoutBeam *ds::absMomentum *ds::chargeNonZero *ds::pathLength *ds::magneticField | , | ||
phi | , | ||
theta | , | ||
p | , | ||
q | , | ||
s | , | ||
bz | |||
) |
Definition at line 147 of file PropagationDenseConstant.cpp.
View newest version in sPHENIX GitHub at line 147 of file PropagationDenseConstant.cpp
References Acts::Test::geoCtx, Acts::Test::magCtx, makeParametersCurvilinear(), p, phi, runToSurfaceTest(), Acts::UnitConstants::s, and theta().
BOOST_DATA_TEST_CASE | ( | CovarianceCurvilinear | , |
ds::phi *ds::theta *ds::absMomentum *ds::chargeNonZero *ds::pathLength *ds::magneticField | , | ||
phi | , | ||
theta | , | ||
p | , | ||
q | , | ||
s | , | ||
bz | |||
) |
Definition at line 160 of file PropagationDenseConstant.cpp.
View newest version in sPHENIX GitHub at line 160 of file PropagationDenseConstant.cpp
References Acts::Test::geoCtx, Acts::Test::magCtx, makeParametersCurvilinearWithCovariance(), p, phi, runForwardComparisonTest(), Acts::UnitConstants::s, and theta().
BOOST_DATA_TEST_CASE | ( | CovarianceToCylinderAlongZ | , |
ds::phiWithoutAmbiguity *ds::thetaCentral *ds::absMomentum *ds::chargeNonZero *ds::pathLength *ds::magneticField | , | ||
phi | , | ||
theta | , | ||
p | , | ||
q | , | ||
s | , | ||
bz | |||
) |
Definition at line 172 of file PropagationDenseConstant.cpp.
View newest version in sPHENIX GitHub at line 172 of file PropagationDenseConstant.cpp
References Acts::Test::geoCtx, Acts::Test::magCtx, makeParametersCurvilinearWithCovariance(), p, phi, runToSurfaceComparisonTest(), Acts::UnitConstants::s, and theta().
BOOST_DATA_TEST_CASE | ( | CovarianceToDisc | , |
ds::phi *ds::thetaWithoutBeam *ds::absMomentum *ds::chargeNonZero *ds::pathLength *ds::magneticField | , | ||
phi | , | ||
theta | , | ||
p | , | ||
q | , | ||
s | , | ||
bz | |||
) |
Definition at line 184 of file PropagationDenseConstant.cpp.
View newest version in sPHENIX GitHub at line 184 of file PropagationDenseConstant.cpp
References Acts::Test::geoCtx, Acts::Test::magCtx, makeParametersCurvilinearWithCovariance(), p, phi, runToSurfaceComparisonTest(), Acts::UnitConstants::s, and theta().
BOOST_DATA_TEST_CASE | ( | CovarianceToPlane | , |
ds::phi *ds::theta *ds::absMomentum *ds::chargeNonZero *ds::pathLength *ds::magneticField | , | ||
phi | , | ||
theta | , | ||
p | , | ||
q | , | ||
s | , | ||
bz | |||
) |
Definition at line 196 of file PropagationDenseConstant.cpp.
View newest version in sPHENIX GitHub at line 196 of file PropagationDenseConstant.cpp
References Acts::Test::geoCtx, Acts::Test::magCtx, makeParametersCurvilinearWithCovariance(), p, phi, runToSurfaceComparisonTest(), Acts::UnitConstants::s, and theta().
BOOST_DATA_TEST_CASE | ( | CovarianceToStrawAlongZ | , |
ds::phiWithoutAmbiguity *ds::thetaCentral *ds::absMomentum *ds::chargeNonZero *ds::pathLength *ds::magneticField | , | ||
phi | , | ||
theta | , | ||
p | , | ||
q | , | ||
s | , | ||
bz | |||
) |
Definition at line 209 of file PropagationDenseConstant.cpp.
View newest version in sPHENIX GitHub at line 209 of file PropagationDenseConstant.cpp
References Acts::Test::geoCtx, Acts::Test::magCtx, makeParametersCurvilinearWithCovariance(), p, phi, runToSurfaceComparisonTest(), Acts::UnitConstants::s, and theta().