19#ifndef BINSPECIFICATION_H
20#define BINSPECIFICATION_H
60 inline std::string
GetLogString()
const {
return isLogSpaced ?
"Log" :
"Lin";}
65 std::vector<double>* edges;
67 std::string edgesFileName;
Binning specification for a single dimension.
std::string GetLogString() const
Utility function.
std::string GetBinString() const
Return the filename or the binning.
BinSpecification()
Default constructor.