ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
Typedefs | |
using | Type = std::bitset< 8 > |
Type of the bitmasks. | |
Variables | |
constexpr Type | Predicted {1 << 0} |
constexpr Type | Filtered {1 << 1} |
constexpr Type | Smoothed {1 << 2} |
constexpr Type | Jacobian {1 << 3} |
constexpr Type | Uncalibrated {1 << 4} |
constexpr Type | Calibrated {1 << 5} |
constexpr Type | All {static_cast<unsigned long long>(-1)} |
constexpr Type | None {0} |
Collection of bit masks to enable steering which components of a track state should be initialized, and which should be left invalid. These mask values can be combined using binary operators, so (TrackStatePropMask::Predicted | TrackStatePropMask::Jacobian) will instruct allocating storage for both predicted parameters (including covariance) and a jacobian.
using Acts::TrackStatePropMask::Type = typedef std::bitset<8> |
Type of the bitmasks.
Definition at line 512 of file MultiTrajectory.hpp.
View newest version in sPHENIX GitHub at line 512 of file MultiTrajectory.hpp
constexpr Type Acts::TrackStatePropMask::All {static_cast<unsigned long long>(-1)} |
Definition at line 523 of file MultiTrajectory.hpp.
View newest version in sPHENIX GitHub at line 523 of file MultiTrajectory.hpp
Referenced by Acts::KalmanFitter< propagator_t, updater_t, smoother_t, outlier_finder_t, calibrator_t, input_converter_t, output_converter_t >::Actor< source_link_t, parameters_t >::backwardFilter(), Acts::Test::BOOST_AUTO_TEST_CASE(), Acts::KalmanFitter< propagator_t, updater_t, smoother_t, outlier_finder_t, calibrator_t, input_converter_t, output_converter_t >::Actor< source_link_t, parameters_t >::filter(), and Acts::CombinatorialKalmanFilter< propagator_t, updater_t, smoother_t, source_link_selector_t, branch_stopper_t, calibrator_t, input_converter_t, output_converter_t >::Actor< source_link_t, parameters_t >::filter().
constexpr Type Acts::TrackStatePropMask::Calibrated {1 << 5} |
Definition at line 520 of file MultiTrajectory.hpp.
View newest version in sPHENIX GitHub at line 520 of file MultiTrajectory.hpp
Referenced by Acts::MultiTrajectory< source_link_t >::addTrackState(), Acts::Test::BOOST_AUTO_TEST_CASE(), Acts::KalmanFitter< propagator_t, updater_t, smoother_t, outlier_finder_t, calibrator_t, input_converter_t, output_converter_t >::Actor< source_link_t, parameters_t >::filter(), and Acts::CombinatorialKalmanFilter< propagator_t, updater_t, smoother_t, source_link_selector_t, branch_stopper_t, calibrator_t, input_converter_t, output_converter_t >::Actor< source_link_t, parameters_t >::filter().
constexpr Type Acts::TrackStatePropMask::Filtered {1 << 1} |
Definition at line 515 of file MultiTrajectory.hpp.
View newest version in sPHENIX GitHub at line 515 of file MultiTrajectory.hpp
Referenced by Acts::MultiTrajectory< source_link_t >::addTrackState(), Acts::Test::BOOST_AUTO_TEST_CASE(), Acts::KalmanFitter< propagator_t, updater_t, smoother_t, outlier_finder_t, calibrator_t, input_converter_t, output_converter_t >::Actor< source_link_t, parameters_t >::filter(), and Acts::CombinatorialKalmanFilter< propagator_t, updater_t, smoother_t, source_link_selector_t, branch_stopper_t, calibrator_t, input_converter_t, output_converter_t >::Actor< source_link_t, parameters_t >::filter().
constexpr Type Acts::TrackStatePropMask::Jacobian {1 << 3} |
Definition at line 517 of file MultiTrajectory.hpp.
View newest version in sPHENIX GitHub at line 517 of file MultiTrajectory.hpp
constexpr Type Acts::TrackStatePropMask::None {0} |
Definition at line 524 of file MultiTrajectory.hpp.
View newest version in sPHENIX GitHub at line 524 of file MultiTrajectory.hpp
Referenced by Acts::Test::BOOST_AUTO_TEST_CASE(), DestroyWidget(), DrawWidget(), InitializeWidget(), and OpenGLAreaPaint().
constexpr Type Acts::TrackStatePropMask::Predicted {1 << 0} |
Definition at line 514 of file MultiTrajectory.hpp.
View newest version in sPHENIX GitHub at line 514 of file MultiTrajectory.hpp
Referenced by Acts::CombinatorialKalmanFilter< propagator_t, updater_t, smoother_t, source_link_selector_t, branch_stopper_t, calibrator_t, input_converter_t, output_converter_t >::Actor< source_link_t, parameters_t >::addSourcelinkState(), Acts::MultiTrajectory< source_link_t >::addTrackState(), Acts::Test::BOOST_AUTO_TEST_CASE(), and Acts::CombinatorialKalmanFilter< propagator_t, updater_t, smoother_t, source_link_selector_t, branch_stopper_t, calibrator_t, input_converter_t, output_converter_t >::Actor< source_link_t, parameters_t >::filter().
constexpr Type Acts::TrackStatePropMask::Smoothed {1 << 2} |
Definition at line 516 of file MultiTrajectory.hpp.
View newest version in sPHENIX GitHub at line 516 of file MultiTrajectory.hpp
Referenced by Acts::MultiTrajectory< source_link_t >::addTrackState(), and Acts::Test::BOOST_AUTO_TEST_CASE().
constexpr Type Acts::TrackStatePropMask::Uncalibrated {1 << 4} |
Definition at line 519 of file MultiTrajectory.hpp.
View newest version in sPHENIX GitHub at line 519 of file MultiTrajectory.hpp
Referenced by Acts::CombinatorialKalmanFilter< propagator_t, updater_t, smoother_t, source_link_selector_t, branch_stopper_t, calibrator_t, input_converter_t, output_converter_t >::Actor< source_link_t, parameters_t >::addSourcelinkState(), Acts::MultiTrajectory< source_link_t >::addTrackState(), Acts::Test::BOOST_AUTO_TEST_CASE(), Acts::KalmanFitter< propagator_t, updater_t, smoother_t, outlier_finder_t, calibrator_t, input_converter_t, output_converter_t >::Actor< source_link_t, parameters_t >::filter(), and Acts::CombinatorialKalmanFilter< propagator_t, updater_t, smoother_t, source_link_selector_t, branch_stopper_t, calibrator_t, input_converter_t, output_converter_t >::Actor< source_link_t, parameters_t >::filter().