Skip to content

Commit 6055592

Browse files
committed
first match wins
1 parent 730d2bf commit 6055592

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

common-tools/clas-detector/src/main/java/org/jlab/detector/decode/DetectorEventDecoder.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,8 @@ else if(daq.hasEntryByHash(hash)==true){
225225
}
226226
data.getADCData(i).setADC(nsa, nsb);
227227
}
228+
// first one wins:
229+
break;
228230
}
229231
}
230232
}

0 commit comments

Comments
 (0)