Skip to content
Snippets Groups Projects
Commit fb839473 authored by FU Chengdong's avatar FU Chengdong
Browse files

theta range

parent 997396e1
No related branches found
No related tags found
No related merge requests found
...@@ -42,8 +42,8 @@ gun = GtGunTool("GtGunTool") ...@@ -42,8 +42,8 @@ gun = GtGunTool("GtGunTool")
gun.Particles = ["mu-"] gun.Particles = ["mu-"]
gun.EnergyMins = [100.] # GeV gun.EnergyMins = [100.] # GeV
gun.EnergyMaxs = [100.] # GeV gun.EnergyMaxs = [100.] # GeV
gun.ThetaMins = [80] # deg gun.ThetaMins = [0] # deg
gun.ThetaMaxs = [85] # deg gun.ThetaMaxs = [180] # deg
gun.PhiMins = [0] # deg gun.PhiMins = [0] # deg
gun.PhiMaxs = [360] # deg gun.PhiMaxs = [360] # deg
# stdheprdr = StdHepRdr("StdHepRdr") # stdheprdr = StdHepRdr("StdHepRdr")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment