Analysis Software
Documentation for sPHENIX simulation software
|
#include <acts/blob/sPHENIX/Core/include/Acts/Vertexing/ImpactPointEstimator.hpp>
Public Member Functions | |
Config (std::shared_ptr< const MagneticFieldProvider > bIn, std::shared_ptr< const propagator_t > prop) | |
Config constructor if magnetic field is present. | |
Config (std::shared_ptr< propagator_t > prop) | |
Config constructor without B field -> uses NullBField provided) | |
propagator (std::move(prop)) | |
Public Attributes | |
std::shared_ptr< const MagneticFieldProvider > | bField |
Magnetic field. | |
std::shared_ptr< const propagator_t > | propagator |
Propagator. | |
int | maxIterations = 20 |
Max. number of iterations in Newton method. | |
double | precision = 1.e-10 |
Desired precision of deltaPhi in Newton method. | |
Definition at line 60 of file ImpactPointEstimator.hpp.
View newest version in sPHENIX GitHub at line 60 of file ImpactPointEstimator.hpp
|
inline |
Config constructor if magnetic field is present.
bIn | The magnetic field |
prop | The propagator |
Definition at line 65 of file ImpactPointEstimator.hpp.
View newest version in sPHENIX GitHub at line 65 of file ImpactPointEstimator.hpp
Referenced by acts.examples.Sequencer::__init__().
|
inline |
Config constructor without B field -> uses NullBField provided)
prop | The propagator |
Definition at line 73 of file ImpactPointEstimator.hpp.
View newest version in sPHENIX GitHub at line 73 of file ImpactPointEstimator.hpp
Referenced by acts.examples.Sequencer::__init__().
|
inline |
Definition at line 74 of file ImpactPointEstimator.hpp.
View newest version in sPHENIX GitHub at line 74 of file ImpactPointEstimator.hpp
References testing::internal::move(), and Acts::ImpactPointEstimator< input_track_t, propagator_t, propagator_options_t >::Config::propagator().
Referenced by Acts::ImpactPointEstimator< input_track_t, propagator_t, propagator_options_t >::Config::propagator().
std::shared_ptr<const MagneticFieldProvider> Acts::ImpactPointEstimator< input_track_t, propagator_t, propagator_options_t >::Config::bField |
Magnetic field.
Definition at line 77 of file ImpactPointEstimator.hpp.
View newest version in sPHENIX GitHub at line 77 of file ImpactPointEstimator.hpp
int Acts::ImpactPointEstimator< input_track_t, propagator_t, propagator_options_t >::Config::maxIterations = 20 |
Max. number of iterations in Newton method.
Definition at line 81 of file ImpactPointEstimator.hpp.
View newest version in sPHENIX GitHub at line 81 of file ImpactPointEstimator.hpp
double Acts::ImpactPointEstimator< input_track_t, propagator_t, propagator_options_t >::Config::precision = 1.e-10 |
Desired precision of deltaPhi in Newton method.
Definition at line 83 of file ImpactPointEstimator.hpp.
View newest version in sPHENIX GitHub at line 83 of file ImpactPointEstimator.hpp
std::shared_ptr<const propagator_t> Acts::ImpactPointEstimator< input_track_t, propagator_t, propagator_options_t >::Config::propagator |
Definition at line 79 of file ImpactPointEstimator.hpp.
View newest version in sPHENIX GitHub at line 79 of file ImpactPointEstimator.hpp