Skip to content

Commit 6386c73

Browse files
committed
prefer pi- over pi+
1 parent 701542b commit 6386c73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reconstruction/eb/src/main/java/org/jlab/service/eb/EventBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public class EventBuilder {
4343

4444
private final IMatch cndMatcher;
4545

46-
private static final int[] TRIGGERLIST = new int[]{11,-11,211,-211,0};
46+
private static final int[] TRIGGERLIST = new int[]{11,-11,-211,211,0};
4747

4848
private boolean usePOCA=false;
4949

0 commit comments

Comments
 (0)