A pair of graph points (x,y) with errors. More...
#include <PairErr.h>
Public Member Functions | |
PairErr () | |
PairErr (const double x, const double xErr, const double y, const double yErr) | |
double | X () const |
double | XErr () const |
double | Y () const |
double | YErr () const |
Private Attributes | |
double | fX = 0 |
double | fXErr = 0 |
double | fY = 0 |
double | fYErr = 0 |
|
inline |
|
inline |
Definition at line 25 of file PairErr.h.
References fX.
Referenced by FdCherenkovFinderOG::FdCherenkovFinder::CherenkovFinderAtAperture(), FdProfileFinderOG::FdProfileFinder::LightAtApertureToSize(), and FdLaserEnergyReconstructorKG::FdLaserEnergyReconstructor::Run().
|
inline |
Definition at line 28 of file PairErr.h.
References fXErr.
Referenced by FdCherenkovFinderOG::FdCherenkovFinder::CherenkovFinderAtAperture(), and FdProfileFinderOG::FdProfileFinder::LightAtApertureToSize().
|
inline |
Definition at line 26 of file PairErr.h.
References fY.
Referenced by TestOfflineUtils_ROOT_io::IsEqual(), FdProfileFinderOG::FdProfileFinder::LightAtApertureToSize(), and FdLaserEnergyReconstructorKG::FdLaserEnergyReconstructor::Run().
|
inline |
Definition at line 29 of file PairErr.h.
References fYErr.
Referenced by FdProfileFinderOG::FdProfileFinder::LightAtApertureToSize(), and FdLaserEnergyReconstructorKG::FdLaserEnergyReconstructor::Run().
|
private |
|
private |