Skip to content

Commit 08c9c9c

Browse files
committed
remove comment
1 parent 9587be4 commit 08c9c9c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

xfields/beam_elements/beambeam3dpic.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -344,8 +344,6 @@ def track(self, particles):
344344
) * pwei)
345345

346346
# 2: kinematic factor, dt(=dz): integral over the time, unit: [m^-2]
347-
# self.record.lumitable.luminosity[at_turn] += (dz*2*(len(pp.x)*weight)**2 *
348-
# self.compute_lumi_integral_3d(self.fieldmap_self.rho, self.fieldmap_other.rho, dx, dy, dz))
349347
num_macroparts_in_grid_self = np.abs(np.sum(self.fieldmap_self.rho )*pwei)
350348
num_macroparts_in_grid_other = np.abs(np.sum(self.fieldmap_other.rho)*pwei)
351349
self.record.lumitable.luminosity[at_turn] += (dz*2*weight**2 * num_macroparts_in_grid_self * num_macroparts_in_grid_other *

0 commit comments

Comments
 (0)