![]() |
Home | Libraries | People | FAQ | More |
boost::histogram::algorithm::slice_and_rebin — Slice and rebin option to be used in reduce().
// In header: <boost/histogram/algorithm/reduce.hpp> reduce_option slice_and_rebin(unsigned iaxis, axis::index_type begin, axis::index_type end, unsigned merge);
To slice and rebin in one command. Equivalent to passing both the slice() and the rebin() option for the same axis to reduce.
Parameters: |
|