19#ifndef BINGENERATION_H
20#define BINGENERATION_H
36 Logspace(T first, T baseIn) : curValue(first), base(baseIn) {;}
55 std::vector<double> LogSpace(
double start,
59 bool includeLastPoint =
true);
62 std::vector<double>
LinSpace(
double start,
65 bool includeLastPoint =
true);
Utility functions for data files.
std::vector< double > LinSpace(double start, double stop, int nBins, bool includeLastPoint=true)
Linear range of values.