We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62335a7 commit 4952319Copy full SHA for 4952319
common-tools/clas-reco/src/main/java/org/jlab/clas/reco/ReconstructionEngine.java
@@ -355,7 +355,7 @@ public synchronized boolean checkRunNumber(DataEvent event) {
355
if (r > 0) {
356
if (this.runNumbers.isEmpty() || r != this.runNumbers.get(this.runNumbers.size()-1)) {
357
this.runNumbers.add(r);
358
- this.detectorChanged(11);
+ this.detectorChanged(r);
359
}
360
361
return !this.ignoreInvalidRunNumbers || r>0;
0 commit comments