#include "CommonTools/Statistics/interface/StatisticsException.h"
#include <vector>
#include <cmath>
#include <algorithm>
Go to the source code of this file.
Functions | |
template<class T > | |
T | hsm_1d (std::vector< T > values) |
template<class T > | |
std::pair< typename std::vector< T >::iterator, typename std::vector< T >::iterator > | hsm_1d_returning_iterators (std::vector< T > &values) |
stepsize Sample Mode one dimension. T must be sortable, 'addable', and dividable by 2.
Definition at line 53 of file hsm_1d.h.
References hsm_1d_returning_iterators(), runTheMatrix::ret, and contentValuesCheck::values.
Referenced by hsm_3d().
std::pair<typename std::vector<T>::iterator, typename std::vector<T>::iterator> hsm_1d_returning_iterators | ( | std::vector< T > & | values | ) |
Definition at line 11 of file hsm_1d.h.
References mps_fire::end, mps_fire::i, createfilelist::int, runTheMatrix::ret, findQualityFiles::size, jetUpdater_cfi::sort, createBeamHaloJobs::stepsize, and contentValuesCheck::values.
Referenced by hsm_1d().