Analysis Software
Documentation for sPHENIX simulation software
|
#include <acts/blob/sPHENIX/Core/include/Acts/Vertexing/ImpactPointEstimator.hpp>
Public Attributes | |
double | d0 = 0. |
double | z0 = 0. |
double | sigmaD0 = 0. |
double | sigmaZ0 = 0. |
std::optional< double > | deltaT = std::nullopt |
std::optional< double > | sigmaDeltaT = std::nullopt |
Definition at line 23 of file ImpactPointEstimator.hpp.
View newest version in sPHENIX GitHub at line 23 of file ImpactPointEstimator.hpp
double Acts::ImpactParametersAndSigma::d0 = 0. |
Definition at line 25 of file ImpactPointEstimator.hpp.
View newest version in sPHENIX GitHub at line 25 of file ImpactPointEstimator.hpp
Referenced by Acts::ZScanVertexFinder< vfitter_t >::find(), Acts::ImpactPointEstimator< input_track_t, propagator_t, propagator_options_t >::getImpactParameters(), and Acts::AdaptiveMultiVertexFinder< vfitter_t, sfinder_t >::getIPSignificance().
std::optional<double> Acts::ImpactParametersAndSigma::deltaT = std::nullopt |
Definition at line 34 of file ImpactPointEstimator.hpp.
View newest version in sPHENIX GitHub at line 34 of file ImpactPointEstimator.hpp
Referenced by Acts::ImpactPointEstimator< input_track_t, propagator_t, propagator_options_t >::getImpactParameters().
double Acts::ImpactParametersAndSigma::sigmaD0 = 0. |
Definition at line 30 of file ImpactPointEstimator.hpp.
View newest version in sPHENIX GitHub at line 30 of file ImpactPointEstimator.hpp
Referenced by Acts::ZScanVertexFinder< vfitter_t >::find(), Acts::ImpactPointEstimator< input_track_t, propagator_t, propagator_options_t >::getImpactParameters(), and Acts::AdaptiveMultiVertexFinder< vfitter_t, sfinder_t >::getIPSignificance().
std::optional<double> Acts::ImpactParametersAndSigma::sigmaDeltaT = std::nullopt |
Definition at line 36 of file ImpactPointEstimator.hpp.
View newest version in sPHENIX GitHub at line 36 of file ImpactPointEstimator.hpp
Referenced by Acts::ImpactPointEstimator< input_track_t, propagator_t, propagator_options_t >::getImpactParameters().
double Acts::ImpactParametersAndSigma::sigmaZ0 = 0. |
Definition at line 31 of file ImpactPointEstimator.hpp.
View newest version in sPHENIX GitHub at line 31 of file ImpactPointEstimator.hpp
Referenced by Acts::ImpactPointEstimator< input_track_t, propagator_t, propagator_options_t >::getImpactParameters(), and Acts::AdaptiveMultiVertexFinder< vfitter_t, sfinder_t >::getIPSignificance().
double Acts::ImpactParametersAndSigma::z0 = 0. |
Definition at line 26 of file ImpactPointEstimator.hpp.
View newest version in sPHENIX GitHub at line 26 of file ImpactPointEstimator.hpp
Referenced by Acts::ZScanVertexFinder< vfitter_t >::find(), Acts::ImpactPointEstimator< input_track_t, propagator_t, propagator_options_t >::getImpactParameters(), and Acts::AdaptiveMultiVertexFinder< vfitter_t, sfinder_t >::getIPSignificance().