We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad99f4c commit 1853597Copy full SHA for 1853597
benchmarks/lowq2_reconstruction/filterHEPMC3.py
@@ -1,4 +1,4 @@
1
-
+import ROOT # noqa: F401; loads core libraries required by pyhepmc3
2
from pyHepMC3 import HepMC3 as hm
3
from pyHepMC3.rootIO import HepMC3 as hmrootIO
4
import argparse
@@ -41,4 +41,4 @@
41
42
reader.close()
43
writer.close()
44
-print(f"Filtered file written to {output_file}")
+print(f"Filtered file written to {output_file}")
0 commit comments