Class Processor
java.lang.Object
org.jlab.analysis.postprocess.Processor
- Author:
- baltzell
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionProcessor(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
-
Processor
-
Processor
public Processor(List<String> files, org.jlab.jnp.hipo4.data.SchemaFactory schema, HelicitySequenceDelayed h, DaqScalersSequence s)
-
-
Method Details
-
getEventUnixMap
-
processEvent
-
processEvent
public void processEvent(org.jlab.jnp.hipo4.data.Event event) Postprocess one event- Parameters:
event-
-
main
-