#include <FittedEntry.h>
Public Member Functions | |
void | BuildName () |
FittedEntry () | |
FittedEntry (Entry *entry, ALIint order, ALIdouble sigma) | |
FittedEntry (ALIstring name, float value, float sigma) | |
FittedEntry (const std::vector< FittedEntry *> &vFEntry) | |
Entry * | getEntry () const |
ALIstring | getEntryName () const |
ALIstring | getName () const |
ALIstring | getOptOName () const |
ALIint | getOrder () const |
ALIdouble | getOrigSigma () const |
ALIdouble | getOrigValue () const |
ALIint | getQuality () const |
ALIdouble | getSigma () const |
ALIdouble | getValue () const |
~FittedEntry () | |
Definition at line 17 of file FittedEntry.h.
|
inline |
Definition at line 20 of file FittedEntry.h.
Definition at line 18 of file FittedEntry.cc.
References BuildName(), gather_cfg::cout, ALIUtils::debug, mps_splice::entry, eventshapeDQM_cfi::order, theEntry, theEntryName, theOptOName, theOrder, theOrigSigma, theOrigValue, theQuality, theSigma, and theValue.
FittedEntry::FittedEntry | ( | ALIstring | name, |
float | value, | ||
float | sigma | ||
) |
Definition at line 40 of file FittedEntry.cc.
References mps_splice::entry, Model::getEntryByName(), Skims_PA_cff::name, point, theEntry, theEntryName, theOptOName, theOrder, theOrigSigma, theOrigValue, theQuality, theSigma, and theValue.
FittedEntry::FittedEntry | ( | const std::vector< FittedEntry *> & | vFEntry | ) |
Definition at line 73 of file FittedEntry.cc.
References DMR_cfg::cerr, beamvalidation::exit(), theEntry, theEntryName, theOptOName, theOrder, theOrigSigma, theOrigValue, theQuality, theSigma, and theValue.
|
inline |
Definition at line 24 of file FittedEntry.h.
void FittedEntry::BuildName | ( | ) |
Definition at line 110 of file FittedEntry.cc.
References pickleFileParser::slash, theEntryName, theName, and theOptOName.
Referenced by FittedEntry().
|
inline |
|
inline |
|
inline |
Definition at line 30 of file FittedEntry.h.
References theName.
Referenced by plotting.Plot::draw().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 32 of file FittedEntry.h.
References theSigma.
Referenced by FittedEntriesManager::dumpEntriesSubstraction().
|
inline |
Definition at line 31 of file FittedEntry.h.
References theValue.
Referenced by FittedEntriesManager::dumpEntriesSubstraction().
|
private |
Definition at line 41 of file FittedEntry.h.
Referenced by FittedEntry(), and getEntry().
|
private |
Definition at line 45 of file FittedEntry.h.
Referenced by BuildName(), FittedEntry(), and getEntryName().
|
private |
Definition at line 43 of file FittedEntry.h.
Referenced by BuildName(), and getName().
|
private |
Definition at line 44 of file FittedEntry.h.
Referenced by BuildName(), FittedEntry(), and getOptOName().
|
private |
Definition at line 42 of file FittedEntry.h.
Referenced by FittedEntry(), and getOrder().
|
private |
Definition at line 48 of file FittedEntry.h.
Referenced by FittedEntry(), and getOrigSigma().
|
private |
Definition at line 47 of file FittedEntry.h.
Referenced by FittedEntry(), and getOrigValue().
|
private |
Definition at line 49 of file FittedEntry.h.
Referenced by FittedEntry(), and getQuality().
|
private |
Definition at line 46 of file FittedEntry.h.
Referenced by FittedEntry(), and getSigma().
|
private |
Definition at line 40 of file FittedEntry.h.
Referenced by FittedEntry(), and getValue().