Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Function rebin

boost::histogram::algorithm::rebin — Rebin option.

Synopsis

// In header: <boost/histogram/algorithm/reduce.hpp>


auto rebin(unsigned iaxis, unsigned merge);

Description

Parameters:

iaxis

which axis to operate on.

merge

how many adjacent bins to merge into one.


PrevUpHomeNext