From 374675a0b0ad0ce73fc3c84b6c98f7adafd54d5d Mon Sep 17 00:00:00 2001
From: Tooba Ali <alit1@myumanitoba.ca>
Date: Wed, 9 Nov 2022 21:42:15 +0000
Subject: [PATCH] 'pi-' for pions in benchmarks/single/pi-_1GeV_3to45deg.steer

---
 benchmarks/single/pi-_1GeV_3to45deg.steer | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/benchmarks/single/pi-_1GeV_3to45deg.steer b/benchmarks/single/pi-_1GeV_3to45deg.steer
index f547e2e1..40d767e5 100644
--- a/benchmarks/single/pi-_1GeV_3to45deg.steer
+++ b/benchmarks/single/pi-_1GeV_3to45deg.steer
@@ -3,7 +3,7 @@ from g4units import mm, GeV, MeV, degree
 SIM = DD4hepSimulation()
 
 SIM.gun.energy = 1*GeV
-SIM.gun.particle = "e-"
+SIM.gun.particle = "pi-"
 SIM.gun.position = (0.0, 0.0, 0.0)
 SIM.gun.direction = (0.0, 0.0, 1.0)
 SIM.gun.distribution = "cos(theta)"
-- 
GitLab