From 98ddfba5c63d836631f48419a1e61a4a65dfe63a Mon Sep 17 00:00:00 2001 From: jmcarcell Date: Tue, 24 Sep 2024 08:13:40 +0200 Subject: [PATCH] Change ROOTFrameReader to ROOTReader --- analysis/analysis.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/analysis/analysis.cpp b/analysis/analysis.cpp index f4f9087..ec03282 100644 --- a/analysis/analysis.cpp +++ b/analysis/analysis.cpp @@ -7,7 +7,7 @@ #include "edm4hep/TimeSeriesCollection.h" #include "edm4hep/RawTimeSeriesCollection.h" -#include "podio/ROOTFrameReader.h" +#include "podio/ROOTReader.h" #include "podio/Frame.h" #include "TROOT.h" @@ -58,7 +58,7 @@ int main(int argc, char* argv[]) { std::vector E_Ss,E_Cs; - auto reader = podio::ROOTFrameReader(); + auto reader = podio::ROOTReader(); reader.openFiles(filenames); unsigned int entries = reader.getEntries("events");