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 6d3ed74 commit 468a286Copy full SHA for 468a286
reconstruction/calib/src/main/java/org/jlab/calibration/service/CalibBanksEngine.java
@@ -56,7 +56,7 @@ public boolean init() {
56
}
57
58
@Override
59
- public boolean processDataEvent(DataEvent event) {
+ public boolean processDataEventUser(DataEvent event) {
60
61
List<DataBank> banks = new ArrayList<>();
62
@@ -75,4 +75,7 @@ public boolean processDataEvent(DataEvent event) {
75
return true;
76
77
78
+ @Override
79
+ public void detectorChanged(int run) {}
80
+
81
0 commit comments