|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecthep.aida.ref.fitter.fitdata.FitDataIterator
public class FitDataIterator
| Constructor Summary | |
|---|---|
FitDataIterator(ITuple tuple)
|
|
| Method Summary | |
|---|---|
int |
entries()
Get the total number of entries on which the iterator is supposed to loop on. |
double |
error()
For Chi2-type fits it returns the error for the current element for the evaluation of the chi2 contribution of the current element. |
double |
minusError()
If the IFitData provides asymmetric errors it returns the negative error on the current element. |
boolean |
next()
Move the iterator to the next element of the IFitData. |
void |
start()
Position the iterator at the start. |
double |
value()
For Chi2-type fits it returns the "height" for evaluating the contribution to the chi2 for the current element. |
double[] |
vars()
Get the array containing the variables for the current data element. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FitDataIterator(ITuple tuple)
| Method Detail |
|---|
public int entries()
hep.aida.dev.IDevFitDataIterator
entries in interface hep.aida.dev.IDevFitDataIteratorpublic boolean next()
hep.aida.dev.IDevFitDataIterator
next in interface hep.aida.dev.IDevFitDataIteratortrue If the iterator is positioned on a
valide element.public void start()
hep.aida.dev.IDevFitDataIterator
start in interface hep.aida.dev.IDevFitDataIteratorpublic double value()
hep.aida.dev.IDevFitDataIterator
value in interface hep.aida.dev.IDevFitDataIteratorpublic double error()
hep.aida.dev.IDevFitDataIterator
error in interface hep.aida.dev.IDevFitDataIteratorpublic double minusError()
hep.aida.dev.IDevFitDataIterator
minusError in interface hep.aida.dev.IDevFitDataIteratorpublic double[] vars()
hep.aida.dev.IDevFitDataIterator
vars in interface hep.aida.dev.IDevFitDataIterator
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||