All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Functions
Binner.h File Reference

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 &)
 

Detailed Description

Helper object to describing a binned axis.

Author
Gianluca Petrillo (petri.nosp@m.llo@.nosp@m.slac..nosp@m.stan.nosp@m.ford..nosp@m.edu)
Date
October 13, 2020

This library is header only.

Definition in file Binner.h.