26 static TFile *
OpenFile(std::string filename, std::string mode =
"READ",
bool createLocalDir =
true);
27 static std::string OpenRawFile(std::string filename);
28 static TMacro * OpenMacro(std::string filename);
30 static std::string GetCutsPath(json cuts);
31 static Int_t GetBinFromBase(Int_t bin, Int_t rebin, Int_t rebin_start);
32 static int SetResultValueError(json cfg, THnSparse * output, std::string name, Int_t * point,
double val,
double err,
33 bool normalizeToWidth =
false,
bool onlyPositive =
false,
double times = 1);
34 static std::vector<std::string> Tokenize(std::string_view input,
const char delim);