18#ifndef VOTCA_TOOLS_HISTOGRAMNEW_H
19#define VOTCA_TOOLS_HISTOGRAMNEW_H
93 void Process(
const double &v,
double scale = 1.0);
98 template <
typename iterator_type>
99 void ProcessRange(
const iterator_type &begin,
const iterator_type &end);
181template <
typename iterator_type>
183 const iterator_type &end) {
184 for (iterator_type iter = begin; iter != end; ++iter) {
base class for all analysis tools