CMS 3D CMS Logo

Public Member Functions | Private Attributes

DeviationSensor2D Class Reference

#include <DeviationSensor2D.h>

List of all members.

Public Member Functions

const ALIdoubledevErrX ()
const ALIdoubledevErrY ()
 DeviationSensor2D ()
 DeviationSensor2D (ALIdouble posDimFactor, ALIdouble angDimFactor)
const ALIdoubledevX ()
const ALIdoubledevY ()
void fillData (const std::vector< ALIstring > &wl)
const ALIdoubleposErrX ()
const ALIdoubleposErrY ()
const ALIdoubleposX ()
const ALIdoubleposY ()
 ~DeviationSensor2D ()

Private Attributes

ALIdouble theAngDimFactor
ALIdouble theDevErrX
ALIdouble theDevErrY
ALIdouble theDevX
ALIdouble theDevY
ALIdouble thePosDimFactor
ALIdouble thePosErrX
ALIdouble thePosErrY
ALIdouble thePosX
ALIdouble thePosY

Detailed Description

Definition at line 16 of file DeviationSensor2D.h.


Constructor & Destructor Documentation

DeviationSensor2D::DeviationSensor2D ( ) [inline]

Definition at line 21 of file DeviationSensor2D.h.

{ };
DeviationSensor2D::DeviationSensor2D ( ALIdouble  posDimFactor,
ALIdouble  angDimFactor 
)

Definition at line 12 of file DeviationSensor2D.cc.

References theAngDimFactor, and thePosDimFactor.

{ 
  thePosDimFactor = posDimFactor;
  theAngDimFactor = angDimFactor;
}
DeviationSensor2D::~DeviationSensor2D ( ) [inline]

Definition at line 23 of file DeviationSensor2D.h.

{ };

Member Function Documentation

const ALIdouble& DeviationSensor2D::devErrX ( ) [inline]

Definition at line 47 of file DeviationSensor2D.h.

References theDevErrX.

                             {
    return theDevErrX;
  }
const ALIdouble& DeviationSensor2D::devErrY ( ) [inline]

Definition at line 50 of file DeviationSensor2D.h.

References theDevErrY.

                             {
    return theDevErrY;
  }
const ALIdouble& DeviationSensor2D::devX ( ) [inline]

Definition at line 41 of file DeviationSensor2D.h.

References theDevX.

                          {
    return theDevX;
  }
const ALIdouble& DeviationSensor2D::devY ( ) [inline]

Definition at line 44 of file DeviationSensor2D.h.

References theDevY.

                          {
    return theDevY;
  }
void DeviationSensor2D::fillData ( const std::vector< ALIstring > &  wl)
const ALIdouble& DeviationSensor2D::posErrX ( ) [inline]

Definition at line 35 of file DeviationSensor2D.h.

References thePosErrX.

                             {
    return thePosErrX;
  }
const ALIdouble& DeviationSensor2D::posErrY ( ) [inline]

Definition at line 38 of file DeviationSensor2D.h.

References thePosErrY.

                             {
    return thePosErrY;
  }
const ALIdouble& DeviationSensor2D::posX ( ) [inline]

Definition at line 29 of file DeviationSensor2D.h.

References thePosX.

Referenced by DeviationsFromFileSensor2D::getDevis(), and DeviationsFromFileSensor2D::readFile().

                          {
    return thePosX;
  }
const ALIdouble& DeviationSensor2D::posY ( ) [inline]

Definition at line 32 of file DeviationSensor2D.h.

References thePosY.

Referenced by DeviationsFromFileSensor2D::readFile().

                          {
    return thePosY;
  }

Member Data Documentation

Definition at line 59 of file DeviationSensor2D.h.

Referenced by DeviationSensor2D(), and fillData().

Definition at line 58 of file DeviationSensor2D.h.

Referenced by devErrX(), and fillData().

Definition at line 58 of file DeviationSensor2D.h.

Referenced by devErrY(), and fillData().

Definition at line 57 of file DeviationSensor2D.h.

Referenced by devX(), and fillData().

Definition at line 57 of file DeviationSensor2D.h.

Referenced by devY(), and fillData().

Definition at line 59 of file DeviationSensor2D.h.

Referenced by DeviationSensor2D(), and fillData().

Definition at line 56 of file DeviationSensor2D.h.

Referenced by fillData(), and posErrX().

Definition at line 56 of file DeviationSensor2D.h.

Referenced by fillData(), and posErrY().

Definition at line 55 of file DeviationSensor2D.h.

Referenced by fillData(), and posX().

Definition at line 55 of file DeviationSensor2D.h.

Referenced by fillData(), and posY().