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 c65d660 commit d9f1144Copy full SHA for d9f1144
common-tools/clas-reco/src/main/java/org/jlab/clas/reco/EngineProcessor.java
@@ -27,7 +27,7 @@
27
public class EngineProcessor {
28
29
public static final String ENGINE_CLASS_BG = "org.jlab.service.bg.BackgroundEngine";
30
- public static final String ENGINE_CLASS_PP = "org.jlab.service.pp.PostprocEngine";
+ public static final String ENGINE_CLASS_PP = "org.jlab.service.postproc.PostprocEngine";
31
32
private final Map<String,ReconstructionEngine> processorEngines = new LinkedHashMap<>();
33
private static final Logger LOGGER = Logger.getLogger(EngineProcessor.class.getPackage().getName());
0 commit comments