Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit 7777cf7d authored by snuverink_j's avatar snuverink_j
Browse files

update sigmap when inputmounits in eV, after src#475; change sigmapt and corrt to sigmapz and corrz

parent 73b5c9a3
Branches main
No related tags found
1 merge request!19Resolve "Some regression test fails"
...@@ -35,19 +35,19 @@ REAL sigpy = sqrt((28.0*1.0e-9 / PMASS + 1.0)^2 - 1.0); ...@@ -35,19 +35,19 @@ REAL sigpy = sqrt((28.0*1.0e-9 / PMASS + 1.0)^2 - 1.0);
REAL sigpz = sqrt((11.96*1.0e-9 / PMASS + 1.0)^2 - 1.0); REAL sigpz = sqrt((11.96*1.0e-9 / PMASS + 1.0)^2 - 1.0);
Dist2:DISTRIBUTION, TYPE=BINOMIAL, Dist2:DISTRIBUTION, TYPE=BINOMIAL,
SIGMAX = 2.15e-03, SIGMAX = 2.15e-03,
SIGMAPX = 1E-6, SIGMAPX = 44.2129,
CORRX = 0.0, CORRX = 0.0,
MX = 0.01, MX = 0.01,
SIGMAY = 0.50*23.e-03, SIGMAY = 0.50*23.e-03,
SIGMAPY = 28.0, SIGMAPY = 229223,
CORRY = 0.5, CORRY = 0.5,
MY = 990.0, MY = 990.0,
SIGMAT = 1.0e-1, SIGMAT = 1.0e-1,
SIGMAPT = 11.96, SIGMAPZ = 149811,
CORRT = -0.5, CORRZ = -0.5,
MT = 2.0, MT = 2.0,
INPUTMOUNITS = EV; INPUTMOUNITS = EV;
beam1: BEAM, PARTICLE = PROTON, PC = P0, NPART = 1000000, BFREQ = BF * 1e-6, BCURRENT = BC; beam1: BEAM, PARTICLE = PROTON, PC = P0, NPART = 1000000, BFREQ = BF * 1e-6, BCURRENT = BC;
......
...@@ -25,10 +25,10 @@ D: DRIFT, L=2.0, ELEMEDGE=5.288+0.644; ...@@ -25,10 +25,10 @@ D: DRIFT, L=2.0, ELEMEDGE=5.288+0.644;
QUADTEST: LINE=(QP1,QP2,QP3,D); QUADTEST: LINE=(QP1,QP2,QP3,D);
D1: DISTRIBUTION, TYPE=GAUSS, D1: DISTRIBUTION, TYPE=GAUSS,
SIGMAX= 5*1.0e-03, SIGMAPX= 0.696*1.0e06, CORRX= 0.0, SIGMAX= 5*1.0e-03, SIGMAPX= 36.146356*1.0e06, CORRX= 0.0,
SIGMAY= 5*1.0e-03, SIGMAPY= 0.310*1.0e06, CORRY= 0.0, SIGMAY= 5*1.0e-03, SIGMAPY= 24.121044*1.0e06, CORRY= 0.0,
SIGMAT= 0.0005, SIGMAT= 0.0005,
SIGMAPT= 0.0, CORRT= 0.0, R61= 0.0, INPUTMOUNITS=EV; SIGMAPZ= 0.0, CORRZ= 0.0, R61= 0.0, INPUTMOUNITS=EV;
FS1:FIELDSOLVER, FSTYPE=NONE, MX=64, MY=64, MT=64, FS1:FIELDSOLVER, FSTYPE=NONE, MX=64, MY=64, MT=64,
PARFFTX=true, PARFFTY=true, PARFFTT=true, PARFFTX=true, PARFFTY=true, PARFFTT=true,
......
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