Skip to content

Commit 28d28ff

Browse files
committed
add author
1 parent 073dbe8 commit 28d28ff

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

common-tools/swim-tools/src/main/java/org/jlab/clas/swimtools/ISwim.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
import org.jlab.geom.prim.Vector3D;
77

88
/**
9+
* FIXME: Can any of these be removed?
910
*
1011
* @author baltzell
1112
*/

common-tools/swim-tools/src/main/java/org/jlab/clas/swimtools/Stoppers.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
import org.jlab.geom.prim.Point3D;
88
import org.jlab.geom.prim.Vector3D;
99

10+
/**
11+
*
12+
* @author ziegler
13+
*/
1014
public class Stoppers {
1115

1216
public static class CylindricalBoundarySwimStopper implements IStopper {

common-tools/swim-tools/src/main/java/org/jlab/clas/swimtools/SwimPars.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
import org.apache.commons.math3.util.FastMath;
44

5+
/**
6+
*
7+
* @author ziegler
8+
*/
59
public class SwimPars {
610

711
final double SWIMZMINMOM = 0.75; // GeV/c

0 commit comments

Comments
 (0)