Package org.jlab.io.clara
Class HipoToHipoTagWriter
java.lang.Object
org.jlab.clara.std.services.AbstractService
org.jlab.clara.std.services.AbstractEventWriterService<org.jlab.jnp.hipo4.io.HipoWriterSorted>
org.jlab.io.clara.HipoToHipoWriter
org.jlab.io.clara.HipoToHipoTagWriter
- All Implemented Interfaces:
org.jlab.clara.engine.Engine
This is just a wrap of the standard COATJAVA "decoder" in a CLARA I/O service
- Author:
- baltzell
-
Field Summary
Fields inherited from class org.jlab.clara.std.services.AbstractEventWriterService
writer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
protected org.jlab.jnp.hipo4.io.HipoWriterSorted
createWriter
(Path file, org.json.JSONObject opts) protected void
writeEvent
(Object event) Methods inherited from class org.jlab.io.clara.HipoToHipoWriter
configure, getDataType
Methods inherited from class org.jlab.clara.std.services.AbstractEventWriterService
configure, destroy, execute, executeGroup, getInputDataTypes, getOutputDataTypes, reset
Methods inherited from class org.jlab.clara.std.services.AbstractService
getAuthor, getDescription, getName, getStates, getVersion
-
Constructor Details
-
HipoToHipoTagWriter
public HipoToHipoTagWriter()
-
-
Method Details
-
createWriter
protected org.jlab.jnp.hipo4.io.HipoWriterSorted createWriter(Path file, org.json.JSONObject opts) throws org.jlab.clara.std.services.EventWriterException - Overrides:
createWriter
in classHipoToHipoWriter
- Throws:
org.jlab.clara.std.services.EventWriterException
-
writeEvent
- Overrides:
writeEvent
in classHipoToHipoWriter
- Throws:
org.jlab.clara.std.services.EventWriterException
-
closeWriter
protected void closeWriter()- Overrides:
closeWriter
in classHipoToHipoWriter
-