EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
This struct creates FittableMeasurements on the detector surfaces, according to the given smearing xxparameters. More...
Classes | |
struct | this_result |
Public Types | |
using | result_type = std::vector< FittableMeasurement< SourceLink >> |
using | result_type = this_result |
Public Member Functions | |
MeasurementCreator ()=default | |
Constructor. | |
template<typename propagator_state_t , typename stepper_t > | |
void | operator() (propagator_state_t &state, const stepper_t &stepper, result_type &result) const |
Operater that is callable by an ActionList. The function collects the surfaces. | |
MeasurementCreator ()=default | |
Constructor. | |
template<typename propagator_state_t , typename stepper_t > | |
void | operator() (propagator_state_t &state, const stepper_t &stepper, result_type &result) const |
Operater that is callable by an ActionList. The function collects the surfaces. | |
Public Attributes | |
DetectorResolution | detectorResolution |
The detector resolution. | |
This struct creates FittableMeasurements on the detector surfaces, according to the given smearing xxparameters.
Definition at line 100 of file CombinatorialKalmanFilterTests.cpp.
View newest version in sPHENIX GitHub at line 100 of file CombinatorialKalmanFilterTests.cpp
Definition at line 92 of file KalmanFitterTests.cpp.
View newest version in sPHENIX GitHub at line 92 of file KalmanFitterTests.cpp
Definition at line 107 of file CombinatorialKalmanFilterTests.cpp.
View newest version in sPHENIX GitHub at line 107 of file CombinatorialKalmanFilterTests.cpp
|
default |
Constructor.
|
default |
Constructor.
|
inline |
Operater that is callable by an ActionList. The function collects the surfaces.
propagator_state_t | Type of the propagator state |
stepper_t | Type of the stepper |
[in] | state | State of the propagator |
[out] | result | Vector of matching surfaces |
Definition at line 102 of file KalmanFitterTests.cpp.
View newest version in sPHENIX GitHub at line 102 of file KalmanFitterTests.cpp
References Acts::Test::cov1D, Acts::Test::cov2D, dx, dy, Acts::eBoundLoc0, Acts::eBoundLoc1, Acts::Test::gauss(), Acts::Test::generator(), surface(), and value.
|
inline |
Operater that is callable by an ActionList. The function collects the surfaces.
propagator_state_t | Type of the propagator state |
stepper_t | Type of the stepper |
[in] | state | State of the propagator |
[out] | result | Vector of matching surfaces |
Definition at line 117 of file CombinatorialKalmanFilterTests.cpp.
View newest version in sPHENIX GitHub at line 117 of file CombinatorialKalmanFilterTests.cpp
References Acts::Test::cov1D, Acts::Test::cov2D, dx, dy, Acts::eBoundLoc0, Acts::eBoundLoc1, Acts::Test::gauss(), Acts::Test::generator(), and surface().
DetectorResolution Acts::Test::MeasurementCreator::detectorResolution |
The detector resolution.
Definition at line 105 of file CombinatorialKalmanFilterTests.cpp.
View newest version in sPHENIX GitHub at line 105 of file CombinatorialKalmanFilterTests.cpp
Referenced by Acts::Test::BOOST_AUTO_TEST_CASE().