#include <boost/test/data/test_case.hpp>
#include "Acts/Utilities/Units.hpp"
Go to the source code of this file.
|
const auto | ActsTests::PropagationDatasets::phi = bdata::xrange(-180_degree, 181_degree, 45_degree) |
|
const auto | ActsTests::PropagationDatasets::phiWithoutAmbiguity |
|
const auto | ActsTests::PropagationDatasets::thetaCentral = bdata::make({45_degree, 90_degree, 135_degree}) |
|
const auto | ActsTests::PropagationDatasets::thetaForwardBackward |
|
const auto | ActsTests::PropagationDatasets::thetaBeam = bdata::make({0_degree, 180_degree}) |
|
const auto | ActsTests::PropagationDatasets::thetaWithoutBeam = thetaCentral + thetaForwardBackward |
|
const auto | ActsTests::PropagationDatasets::theta = thetaCentral + thetaForwardBackward + thetaBeam |
|
const auto | ActsTests::PropagationDatasets::absMomentum = bdata::make({0.5_GeV, 1_GeV, 10_GeV, 100_GeV}) |
|
const auto | ActsTests::PropagationDatasets::chargeNonZero = bdata::make({1_e, -1_e}) |
|
const auto | ActsTests::PropagationDatasets::propagationFraction = bdata::make({0.125, 0.2, 0.4}) |
|
const auto | ActsTests::PropagationDatasets::pathLength = bdata::make({1_cm, 10_cm}) |
|
const auto | ActsTests::PropagationDatasets::magneticField = bdata::make({0.5_T, 2_T, 4_T}) |
|