We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5ad4bd7 + c7c9910 commit c6632f8Copy full SHA for c6632f8
common-tools/clas-detector/src/main/java/org/jlab/detector/decode/CodaEventDecoder.java
@@ -156,7 +156,7 @@ else if(tiEntries.size()>1) {
156
if(this.timeStampErrors<100) {
157
System.err.println("WARNING: mismatch in TI time stamps: crate "
158
+ tiEntries.get(i).getDescriptor().getCrate() + " reports "
159
- + tiEntries.get(i).getTimeStamp() + " instead of the " + ts
+ + tiEntries.get(i).getTimeStamp() + " instead of the " + tiEntries.get(i0).getTimeStamp()
160
+ " from crate " + tiEntries.get(i0).getDescriptor().getCrate());
161
}
162
else if(this.timeStampErrors==100) {
0 commit comments