#include <FittedEntriesSet.h>
Public Member Functions | |
void | CreateCorrelationMatrix (const ALIuint nent) |
void | Fill () |
void | FillCorrelations () |
void | FillEntries () |
void | FillEntriesAveragingSets (const std::vector< FittedEntriesSet * > &vSets) |
void | FillEntriesFromFile (const std::vector< ALIstring > &wl) |
std::vector< FittedEntry * > & | FittedEntries () |
FittedEntriesSet (MatrixMeschach *AtWAMatrix) | |
FittedEntriesSet (const std::vector< ALIstring > &wl) | |
FittedEntriesSet (const std::vector< FittedEntriesSet * > &vSets) | |
ALIstring & | getDate () |
ALIstring & | getTime () |
void | SetOptOEntries () |
~FittedEntriesSet () | |
Public Attributes | |
std::vector< FittedEntry * > | theFittedEntries |
Private Attributes | |
std::vector< std::vector < ALIdouble > > | theCorrelationMatrix |
ALIstring | theDate |
MatrixMeschach * | theEntriesErrorMatrix |
ALIint | theMinEntryQuality |
ALIstring | theTime |
Definition at line 22 of file FittedEntriesSet.h.
FittedEntriesSet::FittedEntriesSet | ( | MatrixMeschach * | AtWAMatrix | ) |
Definition at line 21 of file FittedEntriesSet.cc.
FittedEntriesSet::FittedEntriesSet | ( | const std::vector< ALIstring > & | wl | ) |
Definition at line 36 of file FittedEntriesSet.cc.
FittedEntriesSet::FittedEntriesSet | ( | const std::vector< FittedEntriesSet * > & | vSets | ) |
Definition at line 50 of file FittedEntriesSet.cc.
|
inline |
Definition at line 31 of file FittedEntriesSet.h.
void FittedEntriesSet::CreateCorrelationMatrix | ( | const ALIuint | nent | ) |
Definition at line 126 of file FittedEntriesSet.cc.
void FittedEntriesSet::Fill | ( | ) |
Definition at line 64 of file FittedEntriesSet.cc.
void FittedEntriesSet::FillCorrelations | ( | ) |
Definition at line 96 of file FittedEntriesSet.cc.
void FittedEntriesSet::FillEntries | ( | ) |
Definition at line 74 of file FittedEntriesSet.cc.
void FittedEntriesSet::FillEntriesAveragingSets | ( | const std::vector< FittedEntriesSet * > & | vSets | ) |
Definition at line 150 of file FittedEntriesSet.cc.
void FittedEntriesSet::FillEntriesFromFile | ( | const std::vector< ALIstring > & | wl | ) |
Definition at line 137 of file FittedEntriesSet.cc.
|
inline |
Definition at line 42 of file FittedEntriesSet.h.
References theFittedEntries.
|
inline |
|
inline |
void FittedEntriesSet::SetOptOEntries | ( | ) |
Definition at line 182 of file FittedEntriesSet.cc.
|
private |
Definition at line 61 of file FittedEntriesSet.h.
|
private |
Definition at line 59 of file FittedEntriesSet.h.
Referenced by getDate().
|
private |
Definition at line 63 of file FittedEntriesSet.h.
std::vector< FittedEntry* > FittedEntriesSet::theFittedEntries |
Definition at line 56 of file FittedEntriesSet.h.
Referenced by FittedEntries().
|
private |
Definition at line 62 of file FittedEntriesSet.h.
|
private |
Definition at line 60 of file FittedEntriesSet.h.
Referenced by getTime().