#include <ROOT/RDataFrame.hxx>
#include <ROOT/RStringView.hxx>
#include <string>
#include <vector>
Go to the source code of this file.
|
ROOT::RDataFrame | xAOD::MakeDataFrame (std::string_view fileNameGlob, std::string_view treeName="CollectionTree", bool verboseOutput=false) |
| Helper function for creating an xAOD reading data frame. More...
|
|
ROOT::RDataFrame | xAOD::MakeDataFrame (const std::vector< std::string > &fileNames, std::string_view treeName="CollectionTree", bool verboseOutput=false) |
| Helper function for creating an xAOD reading data frame. More...
|
|