|
5 | 5 | import java.util.List; |
6 | 6 | import java.util.TreeMap; |
7 | 7 | import java.util.TreeSet; |
8 | | -import org.jlab.analysis.postprocess.Processor; |
9 | 8 | import org.jlab.clara.std.services.EventWriterException; |
10 | 9 | import org.jlab.detector.calib.utils.ConstantsManager; |
11 | 10 | import org.jlab.detector.decode.CLASDecoder4; |
12 | 11 | import org.jlab.detector.helicity.HelicitySequence; |
13 | 12 | import org.jlab.detector.helicity.HelicitySequenceDelayed; |
14 | 13 | import org.jlab.detector.helicity.HelicityState; |
15 | 14 | import org.jlab.detector.scalers.DaqScalersSequence; |
| 15 | +import org.jlab.detector.serial.PostProcessor; |
16 | 16 | import org.jlab.jnp.hipo4.data.Bank; |
17 | 17 | import org.jlab.jnp.hipo4.data.Event; |
18 | 18 | import org.jlab.jnp.hipo4.data.SchemaFactory; |
@@ -148,7 +148,7 @@ private void postprocess() { |
148 | 148 | int d = conman.getConstants(getRunNumber(), "/runcontrol/helicity").getIntValue("delay",0,0,0); |
149 | 149 | HelicitySequenceDelayed helicity = new HelicitySequenceDelayed(d); |
150 | 150 | helicity.addStream(helicities); |
151 | | - Processor p = new Processor(List.of(filename), fullSchema, helicity, scalers); |
| 151 | + PostProcessor p = new PostProcessor(List.of(filename), fullSchema, helicity, scalers); |
152 | 152 | HipoReader r = new HipoReader(); |
153 | 153 | r.open(filename); |
154 | 154 | Event e = new Event(); |
|
0 commit comments