You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change the data member holding the column names which should be ignored in case
of TTreeReader errors regarding missing branches, from std::vector to std::set.
The column names should not be repeated to avoid having multiple times the same
column name left in the data member, which results in leftover names even after
the corresponding operation of the computation graph has finished. Once a column
is found, it will be available for all nodes of the computation graph anyway.
0 commit comments