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 e305c29 commit 7462b14Copy full SHA for 7462b14
reconstruction/ai/src/main/java/org/jlab/service/ai/DCDenoiseEngine.java
@@ -99,7 +99,11 @@ public boolean init() {
99
}
100
101
@Override
102
- public boolean processDataEvent(DataEvent event) {
+ public void detectorChanged(int run) {}
103
+
104
+ @Override
105
+ public boolean processDataEventUser(DataEvent event) {
106
107
for (String bankName : BANK_NAMES) {
108
if (!event.hasBank(bankName)) continue;
109
0 commit comments