Skip to content

Commit

Permalink
Change ROOTFrameReader to ROOTReader
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Sep 24, 2024
1 parent 3c49a0e commit 98ddfba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions analysis/analysis.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -58,7 +58,7 @@ int main(int argc, char* argv[]) {

std::vector<float> E_Ss,E_Cs;

auto reader = podio::ROOTFrameReader();
auto reader = podio::ROOTReader();
reader.openFiles(filenames);

unsigned int entries = reader.getEntries("events");
Expand Down

0 comments on commit 98ddfba

Please sign in to comment.