Skip to content

Commit d62d8ef

Browse files
authored
Merge branch 'master' into pr/DEBUG
2 parents 29a46ff + 39a9fba commit d62d8ef

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

benchmarks/lowq2_reconstruction/filterHEPMC3.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1+
import ROOT # noqa: F401; loads core libraries required by pyhepmc3
22
from pyHepMC3 import HepMC3 as hm
33
from pyHepMC3.rootIO import HepMC3 as hmrootIO
44
import argparse
@@ -41,4 +41,4 @@
4141

4242
reader.close()
4343
writer.close()
44-
print(f"Filtered file written to {output_file}")
44+
print(f"Filtered file written to {output_file}")

benchmarks/lowq2_reconstruction/reconstructionAnalysis.C

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
#include "edm4hep/MCParticleCollection.h"
88
#include "edm4eic/ReconstructedParticleCollection.h"
99
#include "TCanvas.h"
10+
#include "TFile.h"
1011
#include "TStyle.h"
1112

1213
void reconstructionAnalysis(TString inFile = "/home/simong/EIC/detector_benchmarks_anl/sim_output/lowq2_reconstruction/analysis/Low-Q2_retrained_Particles_new.eicrecon.edm4hep.root",

0 commit comments

Comments
 (0)