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

public class HipoToHipoTagWriter extends HipoToHipoWriter
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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
     
    protected org.jlab.jnp.hipo4.io.HipoWriterSorted
    createWriter(Path file, org.json.JSONObject opts)
     
    protected void
     

    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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 class HipoToHipoWriter
      Throws:
      org.jlab.clara.std.services.EventWriterException
    • writeEvent

      protected void writeEvent(Object event) throws org.jlab.clara.std.services.EventWriterException
      Overrides:
      writeEvent in class HipoToHipoWriter
      Throws:
      org.jlab.clara.std.services.EventWriterException
    • closeWriter

      protected void closeWriter()
      Overrides:
      closeWriter in class HipoToHipoWriter