From 5d3ba6f9706d81f315322429bbed675fb6621c20 Mon Sep 17 00:00:00 2001 From: Wouter Deconinck Date: Mon, 8 Dec 2025 04:13:51 -0600 Subject: [PATCH] Include TFile header in reconstructionAnalysis.C Added TFile header for file operations. --- benchmarks/lowq2_reconstruction/reconstructionAnalysis.C | 1 + 1 file changed, 1 insertion(+) diff --git a/benchmarks/lowq2_reconstruction/reconstructionAnalysis.C b/benchmarks/lowq2_reconstruction/reconstructionAnalysis.C index 8a0c5aa0..c949632c 100644 --- a/benchmarks/lowq2_reconstruction/reconstructionAnalysis.C +++ b/benchmarks/lowq2_reconstruction/reconstructionAnalysis.C @@ -7,6 +7,7 @@ #include "edm4hep/MCParticleCollection.h" #include "edm4eic/ReconstructedParticleCollection.h" #include "TCanvas.h" +#include "TFile.h" #include "TStyle.h" void reconstructionAnalysis(TString inFile = "/home/simong/EIC/detector_benchmarks_anl/sim_output/lowq2_reconstruction/analysis/Low-Q2_retrained_Particles_new.eicrecon.edm4hep.root",