Functions | |
template<typename T > | |
const T & | getParam (const std::vector< T > ¶ms, size_t index) |
template<typename T > | |
void | setParam (std::vector< T > ¶ms, size_t index, const T &value) |
const T& AlignPCLThresholdsHGImpl::getParam | ( | const std::vector< T > & | params, |
size_t | index | ||
) |
Definition at line 11 of file AlignPCLThresholdsHG.cc.
References submitPVValidationJobs::params, and to_string().
Referenced by AlignPCLThresholdsHG::getFractionCut().
void AlignPCLThresholdsHGImpl::setParam | ( | std::vector< T > & | params, |
size_t | index, | ||
const T & | value | ||
) |
Definition at line 18 of file AlignPCLThresholdsHG.cc.
References submitPVValidationJobs::params, to_string(), and relativeConstraints::value.
Referenced by AlignPCLThresholdsHG::setFractionCut().