From 78119bb5c8f2301ab8aa9131733fa328e0f4a60b Mon Sep 17 00:00:00 2001 From: Frank Gaede <frank.gaede@desy.de> Date: Fri, 20 Sep 2013 09:53:38 +0000 Subject: [PATCH] - changed to 3GeV mu+ @ (1., 1., 0.1 ) --- examples/ILDExSimu/run1.mac | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/examples/ILDExSimu/run1.mac b/examples/ILDExSimu/run1.mac index 1b84c5acb..43a21e00c 100644 --- a/examples/ILDExSimu/run1.mac +++ b/examples/ILDExSimu/run1.mac @@ -12,11 +12,10 @@ /event/verbose 0 /tracking/verbose 1 # -# muon 300 MeV to the direction (1.,0.,0.) -# 3 events +# 3 3 GeV Muons events # ##/generator/select gun -/gun/direction 1. 1. 1. -/gun/particle pi+ -/gun/energy 100 MeV +/gun/direction 1. 1. .1 +/gun/particle mu+ +/gun/energy 3 GeV /run/beamOn 3 -- GitLab