Package org.jlab.detector.serial
Class PostProcessor
java.lang.Object
org.jlab.detector.serial.PostProcessor
- Author:
- baltzell
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionPostProcessor(List<String> files, boolean restream, boolean rebuild) PostProcessor(List<String> files, org.jlab.jnp.hipo4.data.SchemaFactory schema, HelicitySequenceDelayed h, DaqScalersSequence s) -
Method Summary
Modifier and TypeMethodDescriptiongetEventUnixMap(org.jlab.jnp.hipo4.data.SchemaFactory schema, List<String> files) Load the mapping from event number to unix timestatic voidThe "postprocess" program.voidprocessEvent(DataEvent event) Postprocess one eventvoidprocessEvent(org.jlab.jnp.hipo4.data.Event event) Postprocess one event
-
Field Details
-
CCDB_TABLES
-
-
Constructor Details
-
PostProcessor
-
PostProcessor
public PostProcessor(List<String> files, org.jlab.jnp.hipo4.data.SchemaFactory schema, HelicitySequenceDelayed h, DaqScalersSequence s)
-
-
Method Details
-
getEventUnixMap
public static TreeMap<Integer,Integer> getEventUnixMap(org.jlab.jnp.hipo4.data.SchemaFactory schema, List<String> files) Load the mapping from event number to unix time- Parameters:
schema-files-- Returns:
- map
-
processEvent
Postprocess one event- Parameters:
event-
-
processEvent
public void processEvent(org.jlab.jnp.hipo4.data.Event event) Postprocess one event- Parameters:
event-
-
main
The "postprocess" program.- Parameters:
args-
-