From 16efa6e7b8284bee9ab6e6a66aef5506f54ea05a Mon Sep 17 00:00:00 2001
From: Wouter Deconinck <wdconinc@gmail.com>
Date: Tue, 31 May 2022 22:12:51 +0000
Subject: [PATCH] import sys in gen_particle.py

---
 benchmarks/clustering/scripts/gen_particles.py        | 1 +
 benchmarks/ecal/scripts/gen_particles.py              | 1 +
 benchmarks/imaging_ecal/scripts/gen_particles.py      | 1 +
 benchmarks/imaging_shower_ML/scripts/gen_particles.py | 1 +
 benchmarks/tracking/scripts/gen_particles.py          | 1 +
 5 files changed, 5 insertions(+)

diff --git a/benchmarks/clustering/scripts/gen_particles.py b/benchmarks/clustering/scripts/gen_particles.py
index 2d0b81c8..620bf0aa 100644
--- a/benchmarks/clustering/scripts/gen_particles.py
+++ b/benchmarks/clustering/scripts/gen_particles.py
@@ -1,4 +1,5 @@
 import os
+import sys
 from pyHepMC3 import HepMC3 as hm
 import numpy as np
 import argparse
diff --git a/benchmarks/ecal/scripts/gen_particles.py b/benchmarks/ecal/scripts/gen_particles.py
index 2d0b81c8..620bf0aa 100644
--- a/benchmarks/ecal/scripts/gen_particles.py
+++ b/benchmarks/ecal/scripts/gen_particles.py
@@ -1,4 +1,5 @@
 import os
+import sys
 from pyHepMC3 import HepMC3 as hm
 import numpy as np
 import argparse
diff --git a/benchmarks/imaging_ecal/scripts/gen_particles.py b/benchmarks/imaging_ecal/scripts/gen_particles.py
index fb3a8966..a357b752 100644
--- a/benchmarks/imaging_ecal/scripts/gen_particles.py
+++ b/benchmarks/imaging_ecal/scripts/gen_particles.py
@@ -1,4 +1,5 @@
 import os
+import sys
 from pyHepMC3 import HepMC3 as hm
 import numpy as np
 import argparse
diff --git a/benchmarks/imaging_shower_ML/scripts/gen_particles.py b/benchmarks/imaging_shower_ML/scripts/gen_particles.py
index af22f35d..372b2c82 100644
--- a/benchmarks/imaging_shower_ML/scripts/gen_particles.py
+++ b/benchmarks/imaging_shower_ML/scripts/gen_particles.py
@@ -1,4 +1,5 @@
 import os
+import sys
 from pyHepMC3 import HepMC3 as hm
 import numpy as np
 import argparse
diff --git a/benchmarks/tracking/scripts/gen_particles.py b/benchmarks/tracking/scripts/gen_particles.py
index 4b8c4e96..3b86efca 100644
--- a/benchmarks/tracking/scripts/gen_particles.py
+++ b/benchmarks/tracking/scripts/gen_particles.py
@@ -1,4 +1,5 @@
 import os
+import sys
 from pyHepMC3 import HepMC3 as hm
 import numpy as np
 import argparse
-- 
GitLab