diff --git a/benchmarks/lowq2_reconstruction/filterHEPMC3.py b/benchmarks/lowq2_reconstruction/filterHEPMC3.py index d91157c9..1b526b65 100644 --- a/benchmarks/lowq2_reconstruction/filterHEPMC3.py +++ b/benchmarks/lowq2_reconstruction/filterHEPMC3.py @@ -1,4 +1,4 @@ - +import ROOT # noqa: F401; loads core libraries required by pyhepmc3 from pyHepMC3 import HepMC3 as hm from pyHepMC3.rootIO import HepMC3 as hmrootIO import argparse @@ -41,4 +41,4 @@ reader.close() writer.close() -print(f"Filtered file written to {output_file}") \ No newline at end of file +print(f"Filtered file written to {output_file}")