Skip to content

Commit 1853597

Browse files
authored
Add ROOT import to filterHEPMC3.py (#247)
1 parent ad99f4c commit 1853597

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-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}")

0 commit comments

Comments
 (0)