Analysis Software
Documentation for sPHENIX simulation software
|
Public Types | |
using | Vector = Eigen::Matrix< T, D, 1 > |
using | Matrix = Eigen::Matrix< T, D, D > |
Public Member Functions | |
MultivariateNormalDistribution (Vector const &mean, Matrix const &boundCov) | |
template<typename generator_t > | |
Vector | operator() (generator_t &gen) const |
Private Attributes | |
Vector | m_mean |
Matrix | m_transform |
Definition at line 62 of file GsfComponentMergingTests.cpp.
View newest version in sPHENIX GitHub at line 62 of file GsfComponentMergingTests.cpp
using MultivariateNormalDistribution< T, D >::Matrix = Eigen::Matrix<T, D, D> |
Definition at line 65 of file GsfComponentMergingTests.cpp.
View newest version in sPHENIX GitHub at line 65 of file GsfComponentMergingTests.cpp
using MultivariateNormalDistribution< T, D >::Vector = Eigen::Matrix<T, D, 1> |
Definition at line 64 of file GsfComponentMergingTests.cpp.
View newest version in sPHENIX GitHub at line 64 of file GsfComponentMergingTests.cpp
|
inline |
Definition at line 72 of file GsfComponentMergingTests.cpp.
View newest version in sPHENIX GitHub at line 72 of file GsfComponentMergingTests.cpp
References m_transform().
|
inline |
Definition at line 80 of file GsfComponentMergingTests.cpp.
View newest version in sPHENIX GitHub at line 80 of file GsfComponentMergingTests.cpp
References m_transform().
|
private |
Definition at line 68 of file GsfComponentMergingTests.cpp.
View newest version in sPHENIX GitHub at line 68 of file GsfComponentMergingTests.cpp
|
private |
Definition at line 69 of file GsfComponentMergingTests.cpp.
View newest version in sPHENIX GitHub at line 69 of file GsfComponentMergingTests.cpp