5#ifndef XAODDATASOURCE_MAKEDATAFRAME_H
6#define XAODDATASOURCE_MAKEDATAFRAME_H
12#include <ROOT/RDataFrame.hxx>
30 std::string_view fileNameGlob,
31 std::string_view containerName =
"CollectionTree",
32 bool verboseOutput =
false,
44 const std::vector<std::string>& fileNames,
45 std::string_view containerName =
"CollectionTree",
46 bool verboseOutput =
false,
EAuxMode
Auxiliary store "mode".
@ kClassAccess
Access auxiliary data using the aux containers.
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
ROOT::RDataFrame MakeDataFrame(std::string_view fileNameGlob, std::string_view treeName, bool verboseOutput, TEvent::EAuxMode auxmode)
Helper function for creating an xAOD reading data frame.