public class ParallelSliceFitter extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
ParallelSliceFitter.ResultSetter |
Constructor and Description |
---|
ParallelSliceFitter() |
ParallelSliceFitter(H2F histogram) |
Modifier and Type | Method and Description |
---|---|
void |
fitSlicesX() |
void |
fitSlicesY() |
GraphErrors |
getAmpSlices() |
H2F |
getHistogram() |
GraphErrors |
getMeanSlices() |
int |
getNthreads() |
GraphErrors |
getSigmaSlices() |
static void |
main(String[] args) |
void |
setHistogram(H2F histogram) |
void |
setNthreads(int nthreads) |
public ParallelSliceFitter()
public ParallelSliceFitter(H2F histogram)
public H2F getHistogram()
public void setHistogram(H2F histogram)
public int getNthreads()
public void setNthreads(int nthreads)
public void fitSlicesY()
public void fitSlicesX()
public GraphErrors getMeanSlices()
public GraphErrors getSigmaSlices()
public GraphErrors getAmpSlices()
public static void main(String[] args)
Jas4pp 1.5 © Java Analysis Studio for Particle Physics