Skip to content
Snippets Groups Projects
Commit 374675a0 authored by Tooba Ali's avatar Tooba Ali
Browse files

'pi-' for pions in benchmarks/single/pi-_1GeV_3to45deg.steer

parent 1069d74e
No related branches found
No related tags found
No related merge requests found
......@@ -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)"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment