#include "ROOT/StringUtils.hxx"
#include <sstream>
#include <cmath>
#include <ios>
#include <cassert>
Namespaces | |
namespace | ROOT |
Namespace for new ROOT classes and functions. | |
Functions | |
std::string | ROOT::Round (double value, double error, unsigned int cutoff, std::string_view delim) |
Convert (round) a value and its uncertainty to string using one or two significant digits of the error. | |
std::vector< std::string > | ROOT::Split (std::string_view str, std::string_view delims, bool skipEmpty) |
Splits a string at each character in delims. | |