Skip to content

Commit a6ca471

Browse files
committed
fix overrides (maintainence of never-ending PR)
1 parent fdb9e47 commit a6ca471

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

common-tools/clas-reco/src/main/java/org/jlab/clas/service/PulseExtractorEngine.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public boolean init() {
2828
}
2929

3030
@Override
31-
public boolean processDataEvent(DataEvent event) {
31+
public boolean processDataEventUser(DataEvent event) {
3232

3333
// No CCDB table, hardcoded parameters in the extractor:
3434
mode3.update(6, null, event, "BMT::wf", "BMT::adc");
@@ -47,4 +47,7 @@ public boolean processDataEvent(DataEvent event) {
4747
return true;
4848
}
4949

50+
@Override
51+
public void detectorChanged(int runNumber) {}
52+
5053
}

0 commit comments

Comments
 (0)