![]() |
Home | Libraries | People | FAQ | More |
boost::histogram::algorithm::crop — Crop command to be used in reduce
.
// In header: <boost/histogram/algorithm/reduce.hpp> reduce_command crop(double lower, double upper);
Command is applied to corresponding axis in order of reduce arguments.
Works like shrink
(see shrink documentation for details), but counts in removed bins are discarded, whether underflow and overflow bins are present or not.
Parameters: |
|