2 #include "CommonTools/Statistics/interface/hsm_1d.icc" 9 const int sze = values.size();
13 std::vector<float> x_vals, y_vals, z_vals;
14 x_vals.reserve(sze - 1);
15 y_vals.reserve(sze - 1);
16 z_vals.reserve(sze - 1);
17 for (std::vector<GlobalPoint>::const_iterator
i = values.begin();
i != values.end();
i++) {
18 x_vals.push_back(
i->x());
19 y_vals.push_back(
i->y());
20 z_vals.push_back(
i->z());
ret
prodAgent to be discontinued
GlobalPoint hsm_3d(const std::vector< GlobalPoint > &values)
cordinate wise half sample mode in 3d