7 return baseName.empty() ? leafName : (leafName.empty() ? baseName : baseName +
"_" + leafName);
38 "Trying to save an extension table for " +
m_baseName +
39 " before having saved the corresponding main table\n");
51 for (
auto &pair : *branches) {
55 pair.branch->SetTitle(pair.title.c_str());
83 "Mismatch in number of entries between extension and main table for " + tab.
name());
87 fillColumn<float>(pair, tab);
89 fillColumn<int>(pair, tab);
91 fillColumn<uint8_t>(pair, tab);