![]() |
![]() |
Class to store the result of a lookup table fetch, e.g. for efficiencies. More...
#include "DataFormats/PatCandidates/interface/LookupTableRecord.h"
Public Member Functions | |
uint16_t | bin () const |
float | error () const |
LookupTableRecord () | |
LookupTableRecord (float value, float error, uint16_t bin=0) | |
LookupTableRecord (float value, uint16_t bin=0) | |
LookupTableRecord (const Measurement1DFloat &meas, uint16_t bin=0) | |
float | value () const |
Private Attributes | |
uint16_t | bin_ |
float | error_ |
float | value_ |
Class to store the result of a lookup table fetch, e.g. for efficiencies.
Stores a value, an uncertainty and a bin index (needed to take into account correlations from multiple lookups)
Definition at line 19 of file LookupTableRecord.h.
|
inline |
Definition at line 21 of file LookupTableRecord.h.
|
inline |
Definition at line 22 of file LookupTableRecord.h.
|
inline |
Definition at line 24 of file LookupTableRecord.h.
|
inline |
Definition at line 26 of file LookupTableRecord.h.
|
inline |
|
inline |
Definition at line 32 of file LookupTableRecord.h.
References error_.
Referenced by Page1Parser.Page1Parser::check_for_whole_start_tag().
|
inline |
Definition at line 30 of file LookupTableRecord.h.
References value_.
Referenced by Types.int32::__nonzero__(), Types.uint32::__nonzero__(), Types.int64::__nonzero__(), Types.uint64::__nonzero__(), Types.double::__nonzero__(), Types.bool::__nonzero__(), Types.string::__nonzero__(), average.Average::average(), Vispa.Views.PropertyView.FileProperty::buttonClicked(), Types.string::configValue(), Types.FileInPath::configValue(), Mixins.UsingBlock::dumpPython(), Types.int32::insertInto(), Types.uint32::insertInto(), Types.int64::insertInto(), Types.uint64::insertInto(), Types.double::insertInto(), Mixins.UsingBlock::insertInto(), Types.bool::insertInto(), Types.string::insertInto(), Types.FileInPath::insertInto(), Types.vint32::insertInto(), Types.vuint32::insertInto(), Types.vint64::insertInto(), Types.vuint64::insertInto(), Types.vdouble::insertInto(), Types.vbool::insertInto(), Types.vstring::insertInto(), and Vispa.Views.PropertyView.FileProperty::labelDoubleClicked().
|
private |
Definition at line 37 of file LookupTableRecord.h.
Referenced by bin().
|
private |
Definition at line 36 of file LookupTableRecord.h.
Referenced by error().
|
private |
Definition at line 36 of file LookupTableRecord.h.
Referenced by value().