Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions reconstruction/eb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@ particle must have both
1. a track in the DC
2. an associated FTOF hit in panel 1B (preferred) or 1A

Priority is then ordered as $e^-$, $e^+$, $\pi^+$,
$\pi^-$. In each case, if multiple candidates exist, the one with
Priority is then ordered as $e^-$, $e^+$, $\pi^-$,
$\pi^+$. In each case, if multiple candidates exist, the one with
the highest momentum is taken. For $e^+/e^-$ the
ECAL/HTCC criteria discussed in the next section is required, but for
pions there are no additional requirements (i.e. it's just assumed to be
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public class EventBuilder {

private final IMatch cndMatcher;

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

private boolean usePOCA=false;

Expand Down