Analysis Software
Documentation for sPHENIX simulation software
|
#include <acts/blob/sPHENIX/Core/include/Acts/TrackFitting/GsfOptions.hpp>
Public Member Functions | |
GsfOptions ()=delete | |
Public Attributes | |
std::reference_wrapper< const GeometryContext > | geoContext |
std::reference_wrapper< const MagneticFieldContext > | magFieldContext |
std::reference_wrapper< const CalibrationContext > | calibrationContext |
GsfExtensions< traj_t > | extensions |
PropagatorPlainOptions | propagatorPlainOptions |
const Surface * | referenceSurface = nullptr |
std::size_t | maxComponents = 4 |
double | weightCutoff = 1.e-4 |
bool | abortOnError = false |
bool | disableAllMaterialHandling = false |
std::string_view | finalMultiComponentStateColumn = "" |
MixtureReductionMethod | stateReductionMethod |
Definition at line 81 of file GsfOptions.hpp.
View newest version in sPHENIX GitHub at line 81 of file GsfOptions.hpp
|
delete |
bool Acts::GsfOptions< traj_t >::abortOnError = false |
Definition at line 96 of file GsfOptions.hpp.
View newest version in sPHENIX GitHub at line 96 of file GsfOptions.hpp
Referenced by Acts::GaussianSumFitter< propagator_t, bethe_heitler_approx_t, traj_t >::fit_impl(), and Acts::detail::GsfActor< bethe_heitler_approx_t, traj_t >::setOptions().
std::reference_wrapper<const CalibrationContext> Acts::GsfOptions< traj_t >::calibrationContext |
Definition at line 84 of file GsfOptions.hpp.
View newest version in sPHENIX GitHub at line 84 of file GsfOptions.hpp
Referenced by Acts::detail::GsfActor< bethe_heitler_approx_t, traj_t >::setOptions().
bool Acts::GsfOptions< traj_t >::disableAllMaterialHandling = false |
Definition at line 98 of file GsfOptions.hpp.
View newest version in sPHENIX GitHub at line 98 of file GsfOptions.hpp
Referenced by Acts::detail::GsfActor< bethe_heitler_approx_t, traj_t >::setOptions().
GsfExtensions<traj_t> Acts::GsfOptions< traj_t >::extensions |
Definition at line 86 of file GsfOptions.hpp.
View newest version in sPHENIX GitHub at line 86 of file GsfOptions.hpp
Referenced by Acts::GaussianSumFitter< propagator_t, bethe_heitler_approx_t, traj_t >::fit_impl(), and Acts::detail::GsfActor< bethe_heitler_approx_t, traj_t >::setOptions().
std::string_view Acts::GsfOptions< traj_t >::finalMultiComponentStateColumn = "" |
Definition at line 100 of file GsfOptions.hpp.
View newest version in sPHENIX GitHub at line 100 of file GsfOptions.hpp
std::reference_wrapper<const GeometryContext> Acts::GsfOptions< traj_t >::geoContext |
Definition at line 82 of file GsfOptions.hpp.
View newest version in sPHENIX GitHub at line 82 of file GsfOptions.hpp
std::reference_wrapper<const MagneticFieldContext> Acts::GsfOptions< traj_t >::magFieldContext |
Definition at line 83 of file GsfOptions.hpp.
View newest version in sPHENIX GitHub at line 83 of file GsfOptions.hpp
std::size_t Acts::GsfOptions< traj_t >::maxComponents = 4 |
Definition at line 92 of file GsfOptions.hpp.
View newest version in sPHENIX GitHub at line 92 of file GsfOptions.hpp
Referenced by Acts::detail::GsfActor< bethe_heitler_approx_t, traj_t >::setOptions().
PropagatorPlainOptions Acts::GsfOptions< traj_t >::propagatorPlainOptions |
Definition at line 88 of file GsfOptions.hpp.
View newest version in sPHENIX GitHub at line 88 of file GsfOptions.hpp
Referenced by Acts::GaussianSumFitter< propagator_t, bethe_heitler_approx_t, traj_t >::fit_impl().
const Surface* Acts::GsfOptions< traj_t >::referenceSurface = nullptr |
Definition at line 90 of file GsfOptions.hpp.
View newest version in sPHENIX GitHub at line 90 of file GsfOptions.hpp
Referenced by Acts::GaussianSumFitter< propagator_t, bethe_heitler_approx_t, traj_t >::fit_impl().
MixtureReductionMethod Acts::GsfOptions< traj_t >::stateReductionMethod |
Definition at line 102 of file GsfOptions.hpp.
View newest version in sPHENIX GitHub at line 102 of file GsfOptions.hpp
Referenced by Acts::GaussianSumFitter< propagator_t, bethe_heitler_approx_t, traj_t >::fit_impl(), and Acts::detail::GsfActor< bethe_heitler_approx_t, traj_t >::setOptions().
double Acts::GsfOptions< traj_t >::weightCutoff = 1.e-4 |
Definition at line 94 of file GsfOptions.hpp.
View newest version in sPHENIX GitHub at line 94 of file GsfOptions.hpp
Referenced by Acts::detail::GsfActor< bethe_heitler_approx_t, traj_t >::setOptions().