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 accd5e8 commit ab85c27Copy full SHA for ab85c27
benchmarks/lowq2_reconstruction/filterHEPMC3.py
@@ -1,4 +1,4 @@
1
-import ROOT
+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
0 commit comments