Go to the documentation of this file.
65 std::vector<Entry*>::const_iterator vecite;
71 ALIint ipos = (*vecite)->fitPos();
83 std::vector<Entry*>::const_iterator vecite;
106 std::vector<ALIdouble>
vd(
nent, 0.);
107 std::vector<std::vector<ALIdouble> >
vvd(
nent,
vd);
122 std::vector<FittedEntry*> vFEntry;
123 ALIuint nEntry = vSets[0]->FittedEntries().size();
127 std::cout <<
"FillEntriesAveragingSets entry " <<
ii << std::endl;
131 std::cout <<
"FillEntriesAveragingSets set " <<
jj << std::endl;
134 std::cerr <<
"!!! FATAL ERROR FittedEntriesSet::FillEntriesAveragingSets set number " <<
jj
135 <<
" has different number of entries = " << vSets[
jj]->FittedEntries().size()
136 <<
" than first set = " << nEntry << std::endl;
154 std::vector<FittedEntry*>::const_iterator ite;
163 std::cout <<
" FittedEntriesSet::SetOptOEntries() " << opto->
name() <<
" " <<
entry->name() << std::endl;
static double getFloat(const ALIstring &str)
Convert a string to an float, checking that it is really a number.
std::vector< FittedEntry * > & FittedEntries()
ALIdouble getSigma() const
void setGlobalCoordinates()
static std::vector< Entry * > & EntryList()
const ALIstring & name() const
static Entry * getEntryByName(const ALIstring &opto_name, const ALIstring &entry_name)
--— Search an Entry name in the Entry* list and return a pointer to it
void FillEntriesAveragingSets(const std::vector< FittedEntriesSet * > &vSets)
std::vector< std::vector< ALIdouble > > theCorrelationMatrix
std::vector< DeviationSensor2D * > vd
std::vector< FittedEntry * > theFittedEntries
static OpticalObject * getOptOByName(const ALIstring &opto_name)
--— Find an OptO name in theOptOList and return a pointer to it
static ALIstring getCurrentTime()
void CreateCorrelationMatrix(const ALIuint nent)
ALIint theMinEntryQuality
ALIstring getEntryName() const
static ALIstring getCurrentDate()
void setOriginalEntryValues()
void FillEntriesFromFile(const std::vector< ALIstring > &wl)
MatrixMeschach * theEntriesErrorMatrix
std::vector< std::vector< DeviationSensor2D * > > vvd
ALIdouble getValue() const
FittedEntriesSet(MatrixMeschach *AtWAMatrix)
ALIstring getOptOName() const