Analysis Software
Documentation for sPHENIX simulation software
|
#include "Acts/TrackFitting/GsfMixtureReduction.hpp"
#include "Acts/TrackFitting/detail/SymmetricKlDistanceMatrix.hpp"
Go to the source code of this file.
Namespaces | |
namespace | Acts |
Acts includes to create all necessary definitions. | |
Functions | |
template<typename proj_t , typename angle_desc_t > | |
void | reduceWithKLDistanceImpl (std::vector< Acts::GsfComponent > &cmpCache, std::size_t maxCmpsAfterMerge, const proj_t &proj, const angle_desc_t &desc) |
void | Acts::reduceMixtureWithKLDistance (std::vector< GsfComponent > &cmpCache, std::size_t maxCmpsAfterMerge, const Surface &surface) |
void reduceWithKLDistanceImpl | ( | std::vector< Acts::GsfComponent > & | cmpCache, |
std::size_t | maxCmpsAfterMerge, | ||
const proj_t & | proj, | ||
const angle_desc_t & | desc | ||
) |
Definition at line 14 of file GsfMixtureReduction.cpp.
View newest version in sPHENIX GitHub at line 14 of file GsfMixtureReduction.cpp
References KFPMath::a, assert, KFPMath::b, Acts::detail::SymmetricKLDistanceMatrix::maskAssociatedDistances(), Acts::detail::mergeComponents(), Acts::detail::SymmetricKLDistanceMatrix::minDistancePair(), proj(), Acts::detail::SymmetricKLDistanceMatrix::recomputeAssociatedDistances(), and Acts::Experimental::detail::BlueprintHelper::sort().
Referenced by Acts::reduceMixtureWithKLDistance().