#include <EntryData.h>
Public Member Functions | |
EntryData () | |
const ALIstring & | entryName () const |
void | fill (const std::vector< ALIstring > &wordlist) |
const ALIstring & | longOptOName () const |
const ALIstring & | optOName () const |
ALIint | quality () const |
void | setValueDisplacement (const ALIdouble val) |
const ALIstring & | shortOptOName () const |
ALIdouble | sigma () const |
ALIdouble | valueDisplacement () const |
ALIdouble | valueOriginal () const |
~EntryData () | |
Protected Attributes | |
ALIstring | fEntryName |
ALIstring | fLongOptOName |
ALIuint | fQuality |
ALIstring | fShortOptOName |
ALIdouble | fSigma |
ALIdouble | fValueDisplacement |
ALIdouble | fValueOriginal |
Friends | |
std::ostream & | operator<< (std::ostream &os, const EntryData &c) |
Definition at line 15 of file EntryData.h.
EntryData::EntryData | ( | ) |
Definition at line 16 of file EntryData.cc.
EntryData::~EntryData | ( | ) |
Definition at line 83 of file EntryData.cc.
|
inline |
void EntryData::fill | ( | const std::vector< ALIstring > & | wordlist | ) |
Definition at line 18 of file EntryData.cc.
References EcnaPython_AdcPeg12_S1_10_R170298_1_0_150_Dee0::cerr, gather_cfg::cout, ALIUtils::debug, ALIUtils::dumpVS(), EntryMgr::extractShortName(), fEntryName, fLongOptOName, fQuality, fShortOptOName, fSigma, fValueDisplacement, fValueOriginal, ALIUtils::getFloat(), and EntryMgr::getInstance().
Referenced by EntryMgr::readEntryFromReportOut().
|
inline |
Definition at line 26 of file EntryData.h.
References fLongOptOName.
Referenced by EntryMgr::findEntryByLongName(), operator<<(), and optOName().
|
inline |
|
inline |
Definition at line 33 of file EntryData.h.
References fQuality.
Referenced by Entry::fillFromReportOutFileQuality(), and operator<<().
|
inline |
Definition at line 34 of file EntryData.h.
References fValueDisplacement, and hgcalPerformanceValidation::val.
Referenced by Entry::fillFromReportOutFileValue().
|
inline |
|
inline |
Definition at line 32 of file EntryData.h.
References fSigma.
Referenced by Entry::fillFromReportOutFileSigma(), and operator<<().
|
inline |
Definition at line 31 of file EntryData.h.
References fValueDisplacement.
Referenced by Entry::fillFromReportOutFileValue(), operator<<(), and Model::SetValueDisplacementsFromReportOut().
|
inline |
Definition at line 30 of file EntryData.h.
References fValueOriginal.
Referenced by Entry::fillFromReportOutFileValue(), and operator<<().
|
friend |
Definition at line 86 of file EntryData.cc.
|
protected |
Definition at line 42 of file EntryData.h.
Referenced by entryName(), and fill().
|
protected |
Definition at line 40 of file EntryData.h.
Referenced by fill(), and longOptOName().
|
protected |
Definition at line 46 of file EntryData.h.
|
protected |
Definition at line 41 of file EntryData.h.
Referenced by fill(), and shortOptOName().
|
protected |
Definition at line 45 of file EntryData.h.
|
protected |
Definition at line 44 of file EntryData.h.
Referenced by fill(), setValueDisplacement(), and valueDisplacement().
|
protected |
Definition at line 43 of file EntryData.h.
Referenced by fill(), and valueOriginal().