Skip to content

Commit b6573ad

Browse files
committed
[cuda/gg_ttgg] Use conservative unweight fudge factor
Now that the max event weight can be computed in each batch, the unweight fudge factor for accepting / rejecting an event can be chosen much closer to one. Here we go on the conservative side, where we accept about twice as many events than go to the final sample.
1 parent 4634e41 commit b6573ad

File tree

1 file changed

+1
-1
lines changed
  • epochX/cudacpp/gg_ttgg.mad/SubProcesses

1 file changed

+1
-1
lines changed

epochX/cudacpp/gg_ttgg.mad/SubProcesses/unwgt.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ SUBROUTINE unwgt(px,wgt,numproc, ihel, icol, ivec)
228228
c
229229
data idum/-1/
230230
data yran/1d0/
231-
data fudge/10d0/
231+
data fudge/0.5d0/
232232
C-----
233233
C BEGIN CODE
234234
C-----

0 commit comments

Comments
 (0)