11#include "ROOT/RDataFrame.hxx"
31ROOT::RDF::RNode
applyFilter(ROOT::RDF::RNode &df_custom_cut, std::string_view filter, std::string_view name);
47ROOT::RDF::RNode
Cuts(ROOT::RDF::RNode &df,
float pmr = std::nanf(
"1"),
float pMr = std::nanf(
"1"),
48 float ymr = std::nanf(
"1"),
float yMr = std::nanf(
"1"));
Selection of the data. The data are selected to be two muons of opposite charge with an invariant mas...
ROOT::RDF::RNode applyFilter(ROOT::RDF::RNode &df_custom_cut, std::string_view filter, std::string_view name)
Apply custom cuts on a variable given string containing the filter. Print a warning if there are less...
ROOT::RDF::RNode Cuts(ROOT::RDF::RNode &df, float pmr=std::nanf("1"), float pMr=std::nanf("1"), float ymr=std::nanf("1"), float yMr=std::nanf("1"))
Apply custom cuts with the function applyFilter() and print a cutt report.
Handling flags and option parameters.