EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <acts/blob/sPHENIX/Core/include/Acts/EventData/MeasurementHelpers.hpp>
Static Public Member Functions | |
template<typename L , typename A , typename B > | |
static auto constexpr | invoke (A &¶m, B &&cov, L &&lambda) |
Helper functor for visit_measurement
. This is the actual functor given to template_switch
.
I | Compile time int value |
Definition at line 61 of file MeasurementHelpers.hpp.
View newest version in sPHENIX GitHub at line 61 of file MeasurementHelpers.hpp
|
inlinestatic |
The invoked function. It will perform the head/top-left corner extraction, and pass thee results to the given lambda.
L | The lambda type |
A | The parameter vector type |
B | The covariance matrix type |
A
and B
are made, to enable a single overload for both const and non-const matrices/vectors. param | The parameter vector |
cov | The covariance matrix |
lambda | The lambda to call with the statically sized subsets |
Definition at line 73 of file MeasurementHelpers.hpp.
View newest version in sPHENIX GitHub at line 73 of file MeasurementHelpers.hpp
References Acts::Test::cov.