Helper object to describing a binned axis. More...
#include <ostream>
#include <algorithm>
#include <utility>
#include <cmath>
#include <cassert>
Go to the source code of this file.
Classes | |
class | util::Binner< T > |
Helper class binning values in a range. More... | |
class | util::Binner< T > |
Helper class binning values in a range. More... | |
Namespaces | |
util | |
Namespace for general, non-LArSoft-specific utilities. | |
Functions | |
template<typename T > | |
std::ostream & | util::operator<< (std::ostream &, Binner< T > const &) |
Helper object to describing a binned axis.
This library is header only.
Definition in file Binner.h.