Skip to content

Commit eeb1b82

Browse files
committed
confirm source of discrepancy
1 parent 5796a7a commit eeb1b82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ public void fitPulses(List<DetectorDataDgtz> detectorData){
202202
adc.setIntegral((int) (mvtFitter.integral));
203203
adc.setTimeStamp(mvtFitter.timestamp);
204204
// first one wins:
205-
break;
205+
//break;
206206
}
207207
else if(daq.hasEntryByHash(hash)==true){
208208
int nsa = daq.getIntValueByHash("nsa", hash);
@@ -230,7 +230,7 @@ else if(daq.hasEntryByHash(hash)==true){
230230
data.getADCData(i).setADC(nsa, nsb);
231231
}
232232
// first one wins:
233-
break;
233+
//break;
234234
}
235235
}
236236
}

0 commit comments

Comments
 (0)