public class HistogramWriter extends Object
hep.aidia.IHistogram1D
object to a text file.Constructor and Description |
---|
HistogramWriter() |
Modifier and Type | Method and Description |
---|---|
void |
write(hep.aida.IHistogram1D h,
OutputStream s)
Print to a stream.
|
void |
write(hep.aida.IHistogram1D h,
Writer s)
Print out a IHistogram1D object.
|
public void write(hep.aida.IHistogram1D h, OutputStream s) throws IOException
h
- s
- IOException
public void write(hep.aida.IHistogram1D h, Writer s) throws IOException
h
- IHistogram1D to be printed.s
- PrintStream to be printed to.IOException
Copyright © 2003–2022 UBC Michael Smith Laboratories. All rights reserved.