|
void | calculateSimulatedValue (ALIbool firstTime) override |
|
void | correctValueAndSigma () override |
|
| MeasurementTiltmeter (const ALIint measdim, ALIstring &type, ALIstring &name) |
|
| MeasurementTiltmeter () |
|
void | setConversionFactor (const std::vector< ALIstring > &wordlist) override |
|
| ~MeasurementTiltmeter () override |
|
void | addAffectingEntriesFromOptO (const OpticalObject *optoP) |
|
void | AddOptOListItem (OpticalObject *opto) |
|
void | AddOptONameListItem (ALIstring optos) |
|
const std::vector< Entry * > & | affectingEntryList () const |
|
void | buildAffectingEntryList () |
|
void | buildOptOList () |
|
virtual void | buildOptONamesList (const std::vector< ALIstring > &wl) |
|
void | calculateOriginalSimulatedValue () |
|
void | construct () |
|
void | constructFromOA (OpticalAlignMeasurementInfo &measInfo) |
|
void | copyMeas (Measurement *meas, const std::string &subsstr1, const std::string &subsstr2) |
|
std::vector< ALIdouble > | DerivativeRespectEntry (Entry *entry) |
|
const ALIuint | dim () const |
|
void | DumpBadOrderOptOs () |
|
void | fillData (ALIuint coor, const std::vector< ALIstring > &wl) |
|
void | fillData (ALIuint coor, OpticalAlignParam *oaParam) |
|
const CLHEP::Hep3Vector & | getLightRayDirection () const |
|
const CLHEP::Hep3Vector & | getLightRayPosition () const |
|
ALIstring | getMeasuringBehaviour (const std::vector< OpticalObject *>::const_iterator vocite) |
|
const OpticalObject * | getPreviousOptO (const OpticalObject *Popto) const |
|
| Measurement (const ALIint measdim, ALIstring &type, ALIstring &name) |
|
| Measurement () |
|
const ALIstring & | name () const |
|
const std::vector< OpticalObject * > & | OptOList () const |
|
const std::vector< ALIstring > & | OptONameList () const |
|
void | postConstruct () |
|
const ALIstring & | sensorName () |
|
void | SetDimension (ALIuint dim) |
|
void | setLightRayDirection (const CLHEP::Hep3Vector &lightRayDirection) |
|
void | setLightRayPosition (const CLHEP::Hep3Vector &lightRayPosition) |
|
void | setName () |
|
void | setSigma (ALIint coor, ALIdouble val) |
|
void | setType (ALIstring type) |
|
void | setValue (ALIint coor, ALIdouble val) |
|
void | setValueSimulated (ALIint coor, ALIdouble value) |
|
void | setValueSimulated_orig (ALIint coor, ALIdouble value) |
|
virtual void | setXlaserLine (ALIuint ii, int val) |
|
const ALIdouble * | sigma () const |
|
const ALIdouble | sigma (ALIuint ii) const |
|
virtual const ALIdouble | sigmaDimensionFactor () const |
|
const ALIstring & | type () const |
|
const ALIdouble * | value () const |
|
const ALIdouble | value (ALIuint ii) const |
|
virtual const ALIdouble | valueDimensionFactor () const |
|
bool | valueIsSimulated (ALIint coor) |
|
const ALIdouble | valueSimulated (ALIuint ii) const |
|
const ALIdouble | valueSimulated_orig (ALIuint ii) const |
|
const ALIstring | valueType (ALIuint ii) const |
|
virtual int | xlaserLine (ALIuint ii) |
|
virtual | ~Measurement () |
|
Definition at line 18 of file MeasurementTiltmeter.h.