I’m trying to Snapshot a RDataFrame using pyroot. I’d like to write all but some branches and ideally leave out only those matching a certain pattern (for example leaving out all the branches containing the word “ProbNN”). Something of the kind:
Snapshot takes a list of branch names/columns. I guess the easiest way to achieve your goal would be first to compute the list of column names matching your criteria and then to pass this list to the Snapshot function.
Thanks for your reply, it solved my request. I have another (unrelated to the previous) doubt about the Redefine method. Can I use it to change the name of a branch to a new name that is not already present within the tree branches?
for example (old_branch_name is a branch of the df):
df.Redefine(old_branch_name, new_branch_name)
Throws the error:
input_line_239:2:21: error: use of undeclared identifier 'new_branch_name'
auto func6(){return new_branch_name