Skip to content

Commit cdcc88d

Browse files
baltzelltongtongcao
authored andcommitted
Prefer pi+ over pi- for start time determination (#1011)
1 parent ff1935f commit cdcc88d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

reconstruction/eb/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@ particle must have both
136136
1. a track in the DC
137137
2. an associated FTOF hit in panel 1B (preferred) or 1A
138138

139-
Priority is then ordered as $e^-$, $e^+$, $\pi^+$,
140-
$\pi^-$. In each case, if multiple candidates exist, the one with
139+
Priority is then ordered as $e^-$, $e^+$, $\pi^-$,
140+
$\pi^+$. In each case, if multiple candidates exist, the one with
141141
the highest momentum is taken. For $e^+/e^-$ the
142142
ECAL/HTCC criteria discussed in the next section is required, but for
143143
pions there are no additional requirements (i.e. it's just assumed to be

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)