#include <KalmanFilterFormats.h>
Public Member Functions | |
double | base () const |
DataFormatKF (const VariableKF &v, bool twos) | |
double | digi (double val) const |
bool | inRange (double d) const |
int | integer (double d) const |
double | range () const |
const std::pair< double, double > & | rangeActual () const |
bool | twos () const |
void | updateRangeActual (double d) |
int | width () const |
virtual | ~DataFormatKF () |
Protected Attributes | |
double | base_ |
double | range_ |
std::pair< double, double > | rangeActual_ |
bool | twos_ |
VariableKF | v_ |
int | width_ |
Definition at line 68 of file KalmanFilterFormats.h.
trackerTFP::DataFormatKF::DataFormatKF | ( | const VariableKF & | v, |
bool | twos | ||
) |
Definition at line 59 of file KalmanFilterFormats.cc.
|
inlinevirtual |
Definition at line 71 of file KalmanFilterFormats.h.
|
inline |
Definition at line 75 of file KalmanFilterFormats.h.
References base_.
Referenced by trackerTFP::KalmanFilter::update().
|
inline |
Definition at line 72 of file KalmanFilterFormats.h.
References base_, MillePedeFileConverter_cfg::e, and heppy_batch::val.
Referenced by trackerTFP::KalmanFilter::update().
bool trackerTFP::DataFormatKF::inRange | ( | double | d | ) | const |
Definition at line 68 of file KalmanFilterFormats.cc.
References ztail::d, range_, and twos_.
Referenced by updateRangeActual().
|
inline |
|
inline |
|
inline |
Definition at line 77 of file KalmanFilterFormats.h.
References rangeActual_.
|
inline |
void trackerTFP::DataFormatKF::updateRangeActual | ( | double | d | ) |
Definition at line 74 of file KalmanFilterFormats.cc.
References ztail::d, cppFunctionSkipper::exception, inRange(), SiStripPI::max, SiStripPI::min, GetRecoTauVFromDQM_MC_cff::next, range_, rangeActual_, twos_, findQualityFiles::v, v_, and trackerTFP::variableKFstrs_.
Referenced by trackerTFP::KalmanFilter::KalmanFilter(), and trackerTFP::KalmanFilter::update().
|
inline |
|
protected |
Definition at line 87 of file KalmanFilterFormats.h.
Referenced by base(), trackerTFP::FormatKF< v >::calcRange(), digi(), trackerTFP::FormatKF< v >::FormatKF(), and integer().
|
protected |
Definition at line 88 of file KalmanFilterFormats.h.
Referenced by trackerTFP::FormatKF< v >::calcRange(), trackerTFP::FormatKF< v >::FormatKF(), inRange(), range(), and updateRangeActual().
|
protected |
Definition at line 89 of file KalmanFilterFormats.h.
Referenced by rangeActual(), and updateRangeActual().
|
protected |
Definition at line 85 of file KalmanFilterFormats.h.
Referenced by inRange(), twos(), and updateRangeActual().
|
protected |
Definition at line 84 of file KalmanFilterFormats.h.
Referenced by updateRangeActual().
|
protected |
Definition at line 86 of file KalmanFilterFormats.h.
Referenced by trackerTFP::FormatKF< v >::calcRange(), trackerTFP::FormatKF< v >::FormatKF(), and width().