Package org.jlab.analysis.plotting
Class H1FCollection1D
java.lang.Object
org.jlab.analysis.plotting.H1FCollection1D
- Author:
- naharrison
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionH1FCollection1D
(String name, int histBins, double histMin, double histMax, ArrayList<Double> binLimits) -
Method Summary
Modifier and TypeMethodDescriptionvoid
fill
(double histValue, double binningValue) static int
getBinNumber
(double value, ArrayList<Double> limits) ArrayList<org.jlab.groot.data.H1F>
void
setLineColor
(int color) void
setLineWidth
(int width) void
-
Field Details
-
binLimits
-
histos
-
-
Constructor Details
-
H1FCollection1D
-
-
Method Details
-
getListOfHistograms
-
fill
public void fill(double histValue, double binningValue) -
setTitleX
-
setLineColor
public void setLineColor(int color) -
setLineWidth
public void setLineWidth(int width) -
getBinNumber
-