Package org.jlab.analysis.plotting
Class H1FCollection1D
java.lang.Object
org.jlab.analysis.plotting.H1FCollection1D
- Author:
- naharrison
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionH1FCollection1D(String name, int histBins, double histMin, double histMax, ArrayList<Double> binLimits) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidfill(double histValue, double binningValue) static intgetBinNumber(double value, ArrayList<Double> limits) ArrayList<org.jlab.groot.data.H1F>voidsetLineColor(int color) voidsetLineWidth(int width) void
- 
Field Details- 
binLimits
- 
histos
 
- 
- 
Constructor Details- 
H1FCollection1D
 
- 
- 
Method Details- 
getListOfHistograms
- 
fillpublic void fill(double histValue, double binningValue) 
- 
setTitleX
- 
setLineColorpublic void setLineColor(int color) 
- 
setLineWidthpublic void setLineWidth(int width) 
- 
getBinNumber
 
-