![]() |
![]() |
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 (float value, uint16_t bin=0) | |
LookupTableRecord (float value, float error, uint16_t bin=0) | |
LookupTableRecord (const Measurement1DFloat &meas, uint16_t bin=0) | |
LookupTableRecord () | |
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 20 of file LookupTableRecord.h.
pat::LookupTableRecord::LookupTableRecord | ( | ) | [inline] |
Definition at line 22 of file LookupTableRecord.h.
pat::LookupTableRecord::LookupTableRecord | ( | float | value, |
float | error, | ||
uint16_t | bin = 0 |
||
) | [inline] |
pat::LookupTableRecord::LookupTableRecord | ( | float | value, |
uint16_t | bin = 0 |
||
) | [inline] |
pat::LookupTableRecord::LookupTableRecord | ( | const Measurement1DFloat & | meas, |
uint16_t | bin = 0 |
||
) | [inline] |
uint16_t pat::LookupTableRecord::bin | ( | ) | const [inline] |
float pat::LookupTableRecord::error | ( | ) | const [inline] |
float pat::LookupTableRecord::value | ( | ) | const [inline] |
uint16_t pat::LookupTableRecord::bin_ [private] |
Definition at line 38 of file LookupTableRecord.h.
Referenced by bin().
float pat::LookupTableRecord::error_ [private] |
Definition at line 37 of file LookupTableRecord.h.
Referenced by error().
float pat::LookupTableRecord::value_ [private] |
Definition at line 37 of file LookupTableRecord.h.
Referenced by value().