|
| PedeResult () |
| Default constructor, use read(...) to init the object.
|
|
| PedeResult (const std::string &filename) |
| Constructor which loads given file. More...
|
|
void | read (std::string filename="millepede.res") |
| Reads the result file and inits the object.
|
|
void | readEigenFile (std::string filename="millepede.eve") |
| Reads file with eigen-vector/numbers.
|
|
bool | isValid () |
| Was the object initialized properly from a result file?
|
|
void | dump () |
| Dump the content to std::cout.
|
|
int | getNoParameters () const |
| Get number of parameters in result (for looping over)
|
|
int | getNoDeterminedParameters () const |
| Get number of determined parameters (with correction)
|
|
int | getParameterIndex (int parameterLabel) |
| Get index of parameter with given label.
|
|
unsigned int | getParameterLabel (unsigned int parameterIndex) |
| Get label of parameter at index.
|
|
double | getParameterCorrection (unsigned int parameterIndex) |
| Get determined correction of parameter at index.
|
|
double | getParameterError (unsigned int parameterIndex) |
| Get correction error of parameter at index.
|
|
double | getParameterPresigma (unsigned int parameterIndex) |
| Get presigma of parameter at index.
|
|
bool | isParameterFixed (unsigned int parameterIndex) |
| Is parameter at given index fixed?
|
|
bool | isParameterDetermined (unsigned int parameterIndex) |
| Is parameter at given index determined?
|
|
int | getNoEigenPairs () const |
| Get the number of eigenvectors(numbers) in eigen file.
|
|
double | getEigenNumber (unsigned int eigenPairIndex) |
| Get eigennumber at given index.
|
|
double | getEigenVectorElement (unsigned int eigenPairIndex, unsigned int parameterIndex) |
| Get eigenvector at given index.
|
|
Class to process Pede result file(s)
Definition at line 22 of file PedeResult.h.