Class HistogramWriter


  • public class HistogramWriter
    extends Object
    Print an hep.aidia.IHistogram1Dobject to a text file.
    Author:
    Paul Pavlidis
    See Also:
    hep.aida.IHistogram1D
    • Constructor Detail

      • HistogramWriter

        public HistogramWriter()
    • Method Detail

      • write

        public void write​(hep.aida.IHistogram1D h,
                          Writer s)
                   throws IOException
        Print out a IHistogram1D object.
        Parameters:
        h - IHistogram1D to be printed.
        s - PrintStream to be printed to.
        Throws:
        IOException