EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
Variables | |
const auto | phi = bdata::xrange(-180_degree, 181_degree, 45_degree) |
const auto | phiWithoutAmbiguity |
const auto | thetaCentral = bdata::make({45_degree, 90_degree, 135_degree}) |
const auto | thetaForwardBackward |
const auto | thetaBeam = bdata::make({0_degree, 180_degree}) |
const auto | thetaWithoutBeam = thetaCentral + thetaForwardBackward |
const auto | theta = thetaCentral + thetaForwardBackward + thetaBeam |
const auto | absMomentum = bdata::make({0.5_GeV, 1_GeV, 10_GeV, 100_GeV}) |
const auto | chargeNonZero = bdata::make({1_e, -1_e}) |
const auto | propagationFraction = bdata::make({0.125, 0.2, 0.4}) |
const auto | pathLength = bdata::make({1_cm, 10_cm}) |
const auto | magneticField = bdata::make({0.5_T, 2_T, 4_T}) |
const auto ActsTests::PropagationDatasets::absMomentum = bdata::make({0.5_GeV, 1_GeV, 10_GeV, 100_GeV}) |
Definition at line 36 of file PropagationDatasets.hpp.
View newest version in sPHENIX GitHub at line 36 of file PropagationDatasets.hpp
const auto ActsTests::PropagationDatasets::chargeNonZero = bdata::make({1_e, -1_e}) |
Definition at line 37 of file PropagationDatasets.hpp.
View newest version in sPHENIX GitHub at line 37 of file PropagationDatasets.hpp
const auto ActsTests::PropagationDatasets::magneticField = bdata::make({0.5_T, 2_T, 4_T}) |
Definition at line 46 of file PropagationDatasets.hpp.
View newest version in sPHENIX GitHub at line 46 of file PropagationDatasets.hpp
Referenced by main(), and ActsExamples::setupSimulation().
const auto ActsTests::PropagationDatasets::pathLength = bdata::make({1_cm, 10_cm}) |
Definition at line 43 of file PropagationDatasets.hpp.
View newest version in sPHENIX GitHub at line 43 of file PropagationDatasets.hpp
Referenced by Acts::CombinatorialKalmanFilter< propagator_t, updater_t, smoother_t, source_link_selector_t, branch_stopper_t, calibrator_t >::Actor< source_link_t, parameters_t >::addHoleState(), Acts::CombinatorialKalmanFilter< propagator_t, updater_t, smoother_t, source_link_selector_t, branch_stopper_t, calibrator_t >::Actor< source_link_t, parameters_t >::addPassiveState(), Acts::CombinatorialKalmanFilter< propagator_t, updater_t, smoother_t, source_link_selector_t, branch_stopper_t, calibrator_t >::Actor< source_link_t, parameters_t >::addSourcelinkState(), Acts::KalmanFitter< propagator_t, updater_t, smoother_t, outlier_finder_t, calibrator_t >::Actor< source_link_t, parameters_t >::backwardFilter(), Acts::Test::BOOST_AUTO_TEST_CASE(), ActsExamples::PropagationAlgorithm< propagator_t >::executeTest(), Acts::KalmanFitter< propagator_t, updater_t, smoother_t, outlier_finder_t, calibrator_t >::Actor< source_link_t, parameters_t >::filter(), PHTpcResiduals::processTrack(), runForwardBackwardTest(), runForwardComparisonTest(), runToSurfaceComparisonTest(), runToSurfaceTest(), PHG4HitEval::set_path_length(), and transportFreely().
const auto ActsTests::PropagationDatasets::phi = bdata::xrange(-180_degree, 181_degree, 45_degree) |
Definition at line 22 of file PropagationDatasets.hpp.
View newest version in sPHENIX GitHub at line 22 of file PropagationDatasets.hpp
const auto ActsTests::PropagationDatasets::phiWithoutAmbiguity |
Definition at line 24 of file PropagationDatasets.hpp.
View newest version in sPHENIX GitHub at line 24 of file PropagationDatasets.hpp
const auto ActsTests::PropagationDatasets::propagationFraction = bdata::make({0.125, 0.2, 0.4}) |
Definition at line 40 of file PropagationDatasets.hpp.
View newest version in sPHENIX GitHub at line 40 of file PropagationDatasets.hpp
const auto ActsTests::PropagationDatasets::theta = thetaCentral + thetaForwardBackward + thetaBeam |
Definition at line 33 of file PropagationDatasets.hpp.
View newest version in sPHENIX GitHub at line 33 of file PropagationDatasets.hpp
const auto ActsTests::PropagationDatasets::thetaBeam = bdata::make({0_degree, 180_degree}) |
Definition at line 31 of file PropagationDatasets.hpp.
View newest version in sPHENIX GitHub at line 31 of file PropagationDatasets.hpp
const auto ActsTests::PropagationDatasets::thetaCentral = bdata::make({45_degree, 90_degree, 135_degree}) |
Definition at line 27 of file PropagationDatasets.hpp.
View newest version in sPHENIX GitHub at line 27 of file PropagationDatasets.hpp
const auto ActsTests::PropagationDatasets::thetaForwardBackward |
Definition at line 29 of file PropagationDatasets.hpp.
View newest version in sPHENIX GitHub at line 29 of file PropagationDatasets.hpp
const auto ActsTests::PropagationDatasets::thetaWithoutBeam = thetaCentral + thetaForwardBackward |
Definition at line 32 of file PropagationDatasets.hpp.
View newest version in sPHENIX GitHub at line 32 of file PropagationDatasets.hpp