Skip to content
Snippets Groups Projects
Commit c19f6f47 authored by Chao Peng's avatar Chao Peng
Browse files

update scripts

parent 17f411e0
Branches
No related tags found
1 merge request!1Update
......@@ -136,7 +136,7 @@ if __name__ == '__main__':
qe_counts = ak.to_numpy(ak.sum(ak.unflatten(oph_qe, ak.num(lgc_hits['LightGasCherenkovHits.EDep'])), axis=-1))
# plots
bins_npe = np.linspace(0, 120, 121)
bins_npe = np.linspace(1, 120, 120)
bins_theta = np.linspace(5, 20, 91)
# quantum efficiency curve
......
......@@ -61,8 +61,8 @@ SIM.enableGun = True
SIM.gun.position = (0., 0., "-300*cm")
SIM.gun.energy = "5*GeV"
SIM.gun.particle = "e-"
SIM.gun.thetaMin = "8.0*deg"
SIM.gun.thetaMax = "16.0*deg"
SIM.gun.thetaMin = "5.0*deg"
SIM.gun.thetaMax = "20.0*deg"
SIM.gun.phiMin = "0.*deg"
SIM.gun.phiMax = "360.*deg"
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