Skip to content

Commit

Permalink
Increase monitor binning
Browse files Browse the repository at this point in the history
  • Loading branch information
willend committed Feb 10, 2024
1 parent 607af79 commit 595bcac
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,15 @@ COMPONENT pol_0 = Pol_monitor(
restore_neutron=1,xwidth=0.2, yheight=0.2, mx=0, my=1, mz=0)
AT(0,0,1) RELATIVE setpol

COMPONENT polx_0 = PolLambda_monitor(
COMPONENT polx_0 = PolLambda_monitor(nL=100,npol=101,
xwidth = 0.2, yheight = 0.2, restore_neutron = 1, mx = 1,
my = 0, mz = 0, Lmin = 0, Lmax = 10, filename="polx_0")
AT(0,0,0) RELATIVE setpol
COMPONENT poly_0 = COPY (polx_0)(mx=0,my=1,mz=0,filename="poly_0")
AT(0,0,0) RELATIVE PREVIOUS
COMPONENT polz_0 = COPY (polx_0)(mx=0,my=0,mz=1,filename="polz_0")
AT(0,0,0) RELATIVE PREVIOUS
COMPONENT lmon_0 = L_monitor(Lmin=0, Lmax=10,xwidth=0.2, yheight=0.2, filename="lmon_0")
COMPONENT lmon_0 = L_monitor(nL=100,Lmin=0, Lmax=10,xwidth=0.2, yheight=0.2, filename="lmon_0")
AT(0,0,0) RELATIVE PREVIOUS


Expand Down

0 comments on commit 595bcac

Please sign in to comment.