#include <DeviationSensor2D.h>
Public Member Functions | |
const ALIdouble & | devErrX () |
const ALIdouble & | devErrY () |
DeviationSensor2D () | |
DeviationSensor2D (ALIdouble posDimFactor, ALIdouble angDimFactor) | |
const ALIdouble & | devX () |
const ALIdouble & | devY () |
void | fillData (const std::vector< ALIstring > &wl) |
const ALIdouble & | posErrX () |
const ALIdouble & | posErrY () |
const ALIdouble & | posX () |
const ALIdouble & | posY () |
~DeviationSensor2D () | |
Definition at line 16 of file DeviationSensor2D.h.
|
inline |
Definition at line 19 of file DeviationSensor2D.h.
Definition at line 12 of file DeviationSensor2D.cc.
References theAngDimFactor, and thePosDimFactor.
|
inline |
Definition at line 21 of file DeviationSensor2D.h.
|
inline |
|
inline |
|
inline |
|
inline |
void DeviationSensor2D::fillData | ( | const std::vector< ALIstring > & | wl | ) |
Definition at line 17 of file DeviationSensor2D.cc.
References DMR_cfg::cerr, ALIUtils::dumpVS(), ALIUtils::getFloat(), GlobalOptionMgr::getInstance(), GlobalOptionMgr::GlobalOptions(), theAngDimFactor, theDevErrX, theDevErrY, theDevX, theDevY, thePosDimFactor, thePosErrX, thePosErrY, thePosX, thePosY, and LaserClient_cfi::wl.
Referenced by DeviationsFromFileSensor2D::readFile().
|
inline |
|
inline |
|
inline |
Definition at line 27 of file DeviationSensor2D.h.
References thePosX.
Referenced by DeviationsFromFileSensor2D::getDevis(), and DeviationsFromFileSensor2D::readFile().
|
inline |
Definition at line 28 of file DeviationSensor2D.h.
References thePosY.
Referenced by DeviationsFromFileSensor2D::readFile().
|
private |
Definition at line 41 of file DeviationSensor2D.h.
Referenced by DeviationSensor2D(), and fillData().
|
private |
Definition at line 40 of file DeviationSensor2D.h.
Referenced by devErrX(), and fillData().
|
private |
Definition at line 40 of file DeviationSensor2D.h.
Referenced by devErrY(), and fillData().
|
private |
Definition at line 39 of file DeviationSensor2D.h.
Referenced by devX(), and fillData().
|
private |
Definition at line 39 of file DeviationSensor2D.h.
Referenced by devY(), and fillData().
|
private |
Definition at line 41 of file DeviationSensor2D.h.
Referenced by DeviationSensor2D(), and fillData().
|
private |
Definition at line 38 of file DeviationSensor2D.h.
Referenced by fillData(), and posErrX().
|
private |
Definition at line 38 of file DeviationSensor2D.h.
Referenced by fillData(), and posErrY().
|
private |
Definition at line 37 of file DeviationSensor2D.h.
Referenced by fillData(), and posX().
|
private |
Definition at line 37 of file DeviationSensor2D.h.
Referenced by fillData(), and posY().