8 return baseName.empty() ? leafName : (leafName.empty() ? baseName : baseName +
"_" + leafName);
53 "Trying to save an extension table for " +
m_baseName +
54 " before having saved the corresponding main table\n");
72 for (
auto &pair : *branches) {
76 pair.branch->SetTitle(pair.title.c_str());
95 ", is too large for ROOT native array branch");
111 "Mismatch in number of entries between extension and main table for " + tab.
name());
115 fillColumn<uint8_t>(pair, tab);
117 fillColumn<int16_t>(pair, tab);
119 fillColumn<uint16_t>(pair, tab);
121 fillColumn<int32_t>(pair, tab);
123 fillColumn<uint32_t>(pair, tab);
125 fillColumn<float>(pair, tab);
127 fillColumn<double>(pair, tab);
std::vector< NamedBranchPtr > m_uint32Branches
const std::string & columnName(unsigned int col) const
void defineBranchesFromFirstEvent(const nanoaod::FlatTable &tab)
BasicHandle getByToken(EDGetToken token, TypeID const &typeID) const
const std::string & name() const
static std::string to_string(const XMLCh *ch)
enum TableOutputBranches::@884 m_extension
const std::string & doc() const
TBranch * m_counterBranch
std::vector< NamedBranchPtr > m_int32Branches
std::vector< NamedBranchPtr > m_uint16Branches
std::vector< NamedBranchPtr > m_uint8Branches
void fill(const edm::OccurrenceForOutput &iWhatever, TTree &tree, bool extensions)
std::vector< NamedBranchPtr > m_int16Branches
ColumnType columnType(unsigned int col) const
unsigned int nColumns() const
const std::string & columnDoc(unsigned int col) const
std::vector< NamedBranchPtr > m_floatBranches
unsigned int size() const
std::vector< NamedBranchPtr > m_doubleBranches