#include <Measurement.h>
Public Member Functions | |
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 () |
virtual void | calculateSimulatedValue (ALIbool firstTime) |
void | construct () |
void | constructFromOA (OpticalAlignMeasurementInfo &measInfo) |
void | copyMeas (Measurement *meas, const std::string &subsstr1, const std::string &subsstr2) |
virtual void | correctValueAndSigma () |
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 () |
virtual void | setConversionFactor (const std::vector< ALIstring > &wordlist) |
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 () |
Static Public Member Functions | |
static ALIstring | getCurrentDate () |
static ALIstring | getCurrentTime () |
static ALIstring & | measurementsFileName () |
static void | setCurrentDate (const std::vector< ALIstring > &wl) |
set the date of the current measurement More... | |
static void | setMeasurementsFileName (const ALIstring &filename) |
Static Public Attributes | |
static ALIdouble | cameraScaleFactor = 1. |
static ALIbool | only1 = false |
static ALIstring | only1Date = "" |
static ALIstring | only1Time = "" |
Protected Member Functions | |
void | printStartCalculateSimulatedValue (const Measurement *meas) |
void | Substitute2p (ALIstring &ref, const ALIstring &firstref, int NtwoPoints) |
Private Attributes | |
std::vector< OpticalObject * > | _OptOList |
std::vector< ALIstring > | _OptONameList |
std::vector< Entry * > | theAffectingEntryList |
ALIuint | theDim |
CLHEP::Hep3Vector | theLightRayDirection |
CLHEP::Hep3Vector | theLightRayPosition |
ALIstring | theName |
ALIdouble * | theSigma |
ALIstring | theType |
ALIdouble * | theValue |
ALIbool * | theValueIsSimulated |
ALIdouble * | theValueSimulated |
ALIdouble * | theValueSimulated_orig |
ALIstring * | theValueType |
Static Private Attributes | |
static ALIstring | theCurrentDate = "99/99/99" |
static ALIstring | theCurrentTime = "99:99" |
static ALIstring | theMeasurementsFileName = "" |
Definition at line 27 of file Measurement.h.
Definition at line 44 of file Measurement.cc.
References theDim, theSigma, theValue, theValueIsSimulated, theValueSimulated, theValueSimulated_orig, and theValueType.
|
inline |
Definition at line 31 of file Measurement.h.
|
virtual |
void Measurement::addAffectingEntriesFromOptO | ( | const OpticalObject * | optoP | ) |
Definition at line 372 of file Measurement.cc.
References OpticalObject::CoordinateEntryList(), gather_cfg::cout, ALIUtils::debug, OpticalObject::ExtraEntryList(), spr::find(), OpticalObject::name(), OpticalObject::parent(), and theAffectingEntryList.
Referenced by buildAffectingEntryList().
|
inline |
|
inline |
Definition at line 140 of file Measurement.h.
References _OptONameList.
Referenced by MeasurementDiffEntry::buildOptONamesList().
|
inline |
Definition at line 103 of file Measurement.h.
References theAffectingEntryList.
void Measurement::buildAffectingEntryList | ( | ) |
Definition at line 360 of file Measurement.cc.
References _OptOList, and addAffectingEntriesFromOptO().
Referenced by postConstruct().
void Measurement::buildOptOList | ( | ) |
Definition at line 305 of file Measurement.cc.
References _OptOList, _OptONameList, DMR_cfg::cerr, gather_cfg::cout, ALIUtils::debug, beamvalidation::exit(), Model::getOptOByName(), cuy::ii, OpticalObject::name(), and Substitute2p().
Referenced by postConstruct().
|
virtual |
Reimplemented in MeasurementDiffEntry.
Definition at line 174 of file Measurement.cc.
References _OptONameList, DMR_cfg::cerr, beamvalidation::exit(), cuy::ii, and LaserClient_cfi::wl.
Referenced by construct(), constructFromOA(), and copyMeas().
void Measurement::calculateOriginalSimulatedValue | ( | ) |
Definition at line 436 of file Measurement.cc.
References calculateSimulatedValue(), gather_cfg::cout, ALIUtils::debug, dim(), ALIUtils::getFirstTime(), GlobalOptionMgr::getInstance(), GlobalOptionMgr::GlobalOptions(), cuy::ii, setValue(), setValueSimulated_orig(), valueIsSimulated(), and valueSimulated().
|
inlinevirtual |
Reimplemented in MeasurementTiltmeter, MeasurementCOPS, MeasurementDiffEntry, MeasurementDistancemeter, MeasurementDistancemeter3dim, and MeasurementSensor2D.
Definition at line 50 of file Measurement.h.
Referenced by calculateOriginalSimulatedValue(), and DerivativeRespectEntry().
void Measurement::construct | ( | ) |
Definition at line 59 of file Measurement.cc.
References buildOptONamesList(), filterCSVwithJSON::copy, correctValueAndSigma(), gather_cfg::cout, ALIUtils::debug, dim(), fillData(), ALIFileIn::getInstance(), ALIFileIn::getWordsInLine(), cuy::ii, name(), postConstruct(), Model::SDFName(), type(), and valueIsSimulated().
Referenced by Model::readSystemDescription().
void Measurement::constructFromOA | ( | OpticalAlignMeasurementInfo & | measInfo | ) |
Definition at line 89 of file Measurement.cc.
References _OptONameList, buildOptONamesList(), gather_cfg::cout, ALIUtils::debug, dim(), ALIUtils::dumpVS(), submitPVResolutionJobs::err, fillData(), cuy::ii, OpticalAlignMeasurementInfo::isSimulatedValue_, OpticalAlignMeasurementInfo::measObjectNames_, name(), postConstruct(), sigmaDimensionFactor(), type(), heppy_batch::val, valueDimensionFactor(), and OpticalAlignMeasurementInfo::values_.
Referenced by Model::BuildMeasurementsFromOA().
void Measurement::copyMeas | ( | Measurement * | meas, |
const std::string & | subsstr1, | ||
const std::string & | subsstr2 | ||
) |
Definition at line 621 of file Measurement.cc.
References buildOptONamesList(), ALIUtils::changeName(), filterCSVwithJSON::copy, gather_cfg::cout, ALIUtils::debug, dim(), cuy::ii, name(), OptOList(), postConstruct(), sigma(), theDim, theName, theSigma, theType, theValue, theValueIsSimulated, theValueSimulated, theValueSimulated_orig, type(), value(), valueIsSimulated(), valueSimulated(), and valueSimulated_orig().
Referenced by Model::copyMeasurements().
|
inlinevirtual |
Reimplemented in MeasurementTiltmeter, MeasurementDistancemeter, MeasurementDistancemeter3dim, MeasurementCOPS, and MeasurementSensor2D.
Definition at line 66 of file Measurement.h.
Referenced by construct(), Model::readMeasurementsFromFile(), and CocoaDaqReaderText::ReadNextEvent().
Definition at line 489 of file Measurement.cc.
References funct::abs(), calculateSimulatedValue(), DMR_cfg::cerr, gather_cfg::cout, ALIUtils::debug, mps_splice::entry, beamvalidation::exit(), ALIUtils::getMaximumDeviationDerivative(), cuy::ii, name(), theDim, theValueSimulated, and theValueSimulated_orig.
|
inline |
Definition at line 82 of file Measurement.h.
References theDim.
Referenced by calculateOriginalSimulatedValue(), construct(), constructFromOA(), copyMeas(), MeasurementCOPS::correctValueAndSigma(), CocoaToDDLMgr::measurementsAsSpecPars(), Model::readMeasurementsFromFile(), CocoaDaqReaderText::ReadNextEvent(), MeasurementCOPS::setConversionFactor(), and SetDimension().
void Measurement::DumpBadOrderOptOs | ( | ) |
Definition at line 469 of file Measurement.cc.
References DMR_cfg::cerr, ALIUtils::debug, beamvalidation::exit(), and OptONameList().
Referenced by MeasurementSensor2D::calculateSimulatedValue(), MeasurementDistancemeter::calculateSimulatedValue(), MeasurementDistancemeter3dim::calculateSimulatedValue(), MeasurementDiffEntry::calculateSimulatedValue(), MeasurementCOPS::calculateSimulatedValue(), and MeasurementTiltmeter::calculateSimulatedValue().
Definition at line 192 of file Measurement.cc.
References DMR_cfg::cerr, filterCSVwithJSON::copy, gather_cfg::cout, ALIUtils::debug, beamvalidation::exit(), ParameterMgr::getInstance(), ParameterMgr::getParameterValue(), ALIUtils::IsNumber(), sigmaDimensionFactor(), theDim, theSigma, theValue, theValueIsSimulated, theValueType, heppy_batch::val, and valueDimensionFactor().
Referenced by construct(), constructFromOA(), Model::readMeasurementsFromFile(), and CocoaDaqReaderText::ReadNextEvent().
void Measurement::fillData | ( | ALIuint | coor, |
OpticalAlignParam * | oaParam | ||
) |
Definition at line 267 of file Measurement.cc.
References DMR_cfg::cerr, gather_cfg::cout, ALIUtils::debug, beamvalidation::exit(), GlobalOptionMgr::getInstance(), GlobalOptionMgr::GlobalOptions(), OpticalAlignParam::sigma(), sigmaDimensionFactor(), theDim, theSigma, theValue, theValueIsSimulated, heppy_batch::val, OpticalAlignParam::value(), and valueDimensionFactor().
|
inlinestatic |
Definition at line 122 of file Measurement.h.
References theCurrentDate.
Referenced by FittedEntriesSet::FittedEntriesSet().
|
inlinestatic |
Definition at line 123 of file Measurement.h.
References theCurrentTime.
Referenced by FittedEntriesSet::FittedEntriesSet().
|
inline |
Definition at line 126 of file Measurement.h.
References theLightRayDirection.
|
inline |
ALIstring Measurement::getMeasuringBehaviour | ( | const std::vector< OpticalObject *>::const_iterator | vocite | ) |
Definition at line 568 of file Measurement.cc.
References _OptOList, and _OptONameList.
Referenced by MeasurementSensor2D::calculateSimulatedValue(), MeasurementDistancemeter::calculateSimulatedValue(), MeasurementDistancemeter3dim::calculateSimulatedValue(), MeasurementCOPS::calculateSimulatedValue(), and MeasurementTiltmeter::calculateSimulatedValue().
const OpticalObject * Measurement::getPreviousOptO | ( | const OpticalObject * | Popto | ) | const |
Definition at line 584 of file Measurement.cc.
References _OptOList, DMR_cfg::cerr, beamvalidation::exit(), OpticalObject::name(), and name().
Referenced by OptODistancemeter::makeMeasurement(), and OptODistancemeter3dim::makeMeasurement().
|
inlinestatic |
Definition at line 162 of file Measurement.h.
References theMeasurementsFileName.
Referenced by Model::readMeasurementsFromFile().
|
inline |
Definition at line 86 of file Measurement.h.
References theName.
Referenced by config.CFG::__str__(), MeasurementSensor2D::calculateSimulatedValue(), MeasurementDistancemeter::calculateSimulatedValue(), MeasurementDistancemeter3dim::calculateSimulatedValue(), MeasurementDiffEntry::calculateSimulatedValue(), MeasurementCOPS::calculateSimulatedValue(), MeasurementTiltmeter::calculateSimulatedValue(), construct(), constructFromOA(), copyMeas(), Model::copyMeasurements(), DerivativeRespectEntry(), validation.Sample::digest(), getPreviousOptO(), VIDSelectorBase.VIDSelectorBase::initialize(), CocoaToDDLMgr::measurementsAsSpecPars(), printStartCalculateSimulatedValue(), and OptOUserDefined::userDefinedBehaviour().
|
inline |
Definition at line 101 of file Measurement.h.
References _OptOList.
Referenced by MeasurementSensor2D::calculateSimulatedValue(), MeasurementDistancemeter3dim::calculateSimulatedValue(), MeasurementDistancemeter::calculateSimulatedValue(), MeasurementCOPS::calculateSimulatedValue(), MeasurementDiffEntry::calculateSimulatedValue(), MeasurementTiltmeter::calculateSimulatedValue(), copyMeas(), and OptOCOPS::makeMeasurement().
|
inline |
Definition at line 99 of file Measurement.h.
References _OptONameList.
Referenced by DumpBadOrderOptOs(), and CocoaToDDLMgr::measurementsAsSpecPars().
void Measurement::postConstruct | ( | ) |
Definition at line 153 of file Measurement.cc.
References Model::addMeasurementToList(), buildAffectingEntryList(), buildOptOList(), gather_cfg::cout, ALIUtils::debug, Model::MeasurementList(), and setName().
Referenced by construct(), constructFromOA(), and copyMeas().
|
protected |
Definition at line 427 of file Measurement.cc.
References gather_cfg::cout, name(), and type().
Referenced by MeasurementSensor2D::calculateSimulatedValue(), MeasurementDistancemeter::calculateSimulatedValue(), MeasurementDistancemeter3dim::calculateSimulatedValue(), MeasurementDiffEntry::calculateSimulatedValue(), MeasurementCOPS::calculateSimulatedValue(), and MeasurementTiltmeter::calculateSimulatedValue().
|
inline |
|
inlinevirtual |
Reimplemented in MeasurementTiltmeter, MeasurementCOPS, MeasurementSensor2D, MeasurementDistancemeter, and MeasurementDistancemeter3dim.
Definition at line 69 of file Measurement.h.
References DMR_cfg::cerr, and beamvalidation::exit().
Referenced by Model::readSystemDescription().
|
static |
set the date of the current measurement
Definition at line 605 of file Measurement.cc.
References DMR_cfg::cerr, ALIUtils::dumpVS(), beamvalidation::exit(), theCurrentDate, theCurrentTime, and LaserClient_cfi::wl.
Referenced by Model::readMeasurementsFromFile(), and CocoaDaqReaderText::ReadNextEvent().
|
inline |
Definition at line 138 of file Measurement.h.
|
inline |
Definition at line 170 of file Measurement.h.
References theLightRayDirection.
Referenced by OptOSensor2D::makeMeasurement().
|
inline |
Definition at line 169 of file Measurement.h.
References theLightRayPosition.
Referenced by OptOSensor2D::makeMeasurement().
|
inlinestatic |
Definition at line 163 of file Measurement.h.
References corrVsCorr::filename, and theMeasurementsFileName.
void Measurement::setName | ( | ) |
Definition at line 665 of file Measurement.cc.
References _OptONameList, DMR_cfg::cerr, beamvalidation::exit(), theName, and type().
Referenced by postConstruct().
Definition at line 131 of file Measurement.h.
References theSigma, and heppy_batch::val.
Referenced by MeasurementDistancemeter::correctValueAndSigma(), MeasurementDistancemeter3dim::correctValueAndSigma(), MeasurementTiltmeter::correctValueAndSigma(), Model::readMeasurementsFromFile(), and CocoaDaqReaderText::ReadNextEvent().
|
inline |
Definition at line 129 of file Measurement.h.
References theValue, and heppy_batch::val.
Referenced by Types._ProxyParameter::__init__(), calculateOriginalSimulatedValue(), MeasurementSensor2D::correctValueAndSigma(), MeasurementCOPS::correctValueAndSigma(), MeasurementDistancemeter3dim::correctValueAndSigma(), MeasurementDistancemeter::correctValueAndSigma(), and MeasurementTiltmeter::correctValueAndSigma().
Definition at line 146 of file Measurement.h.
References theValueSimulated, and value().
Referenced by MeasurementDiffEntry::calculateSimulatedValue(), OptOTiltmeter::makeMeasurement(), OptOSensor2D::makeMeasurement(), OptODistancemeter3dim::makeMeasurement(), OptODistancemeter::makeMeasurement(), and OptOCOPS::makeMeasurement().
Definition at line 144 of file Measurement.h.
References theValueSimulated_orig, and value().
Referenced by calculateOriginalSimulatedValue().
|
inlinevirtual |
Reimplemented in MeasurementCOPS.
Definition at line 158 of file Measurement.h.
Referenced by OptOCOPS::makeMeasurement().
|
inline |
Definition at line 112 of file Measurement.h.
References theSigma.
Referenced by copyMeas(), MeasurementDistancemeter3dim::correctValueAndSigma(), MeasurementDistancemeter::correctValueAndSigma(), MeasurementTiltmeter::correctValueAndSigma(), CocoaToDDLMgr::measurementsAsSpecPars(), Model::readMeasurementsFromFile(), and CocoaDaqReaderText::ReadNextEvent().
|
inlinevirtual |
Definition at line 120 of file Measurement.h.
References ALIUtils::LengthSigmaDimensionFactor().
Referenced by constructFromOA(), fillData(), and MeasurementTiltmeter::setConversionFactor().
|
protected |
Definition at line 406 of file Measurement.cc.
References gather_cfg::cout, ALIUtils::debug, cuy::ii, and pickleFileParser::slash.
Referenced by buildOptOList().
|
inline |
Definition at line 84 of file Measurement.h.
References theType.
Referenced by MeasurementDistancemeter::calculateSimulatedValue(), MeasurementDistancemeter3dim::calculateSimulatedValue(), MeasurementCOPS::calculateSimulatedValue(), construct(), constructFromOA(), copyMeas(), Model::copyMeasurements(), CocoaToDDLMgr::measurementsAsSpecPars(), printStartCalculateSimulatedValue(), setName(), and setType().
|
inline |
Definition at line 109 of file Measurement.h.
References theValue.
Referenced by Types.int32::__nonzero__(), Types.uint32::__nonzero__(), Types.int64::__nonzero__(), Types.uint64::__nonzero__(), Types.double::__nonzero__(), Types.bool::__nonzero__(), Types.string::__nonzero__(), average.Average::average(), MeasurementDiffEntry::calculateSimulatedValue(), Types.string::configValue(), Types.FileInPath::configValue(), copyMeas(), MeasurementSensor2D::correctValueAndSigma(), MeasurementCOPS::correctValueAndSigma(), MeasurementDistancemeter::correctValueAndSigma(), MeasurementDistancemeter3dim::correctValueAndSigma(), MeasurementTiltmeter::correctValueAndSigma(), Mixins.UsingBlock::dumpPython(), OptOSensor2D::fastTraversesLightRay(), Mixins.UsingBlock::insertInto(), Types.int32::insertInto(), Types.uint32::insertInto(), Types.int64::insertInto(), Types.uint64::insertInto(), Types.double::insertInto(), Types.bool::insertInto(), Types.string::insertInto(), Types.FileInPath::insertInto(), Types.vint32::insertInto(), Types.vuint32::insertInto(), Types.vint64::insertInto(), Types.vuint64::insertInto(), Types.vdouble::insertInto(), Types.vbool::insertInto(), Types.vstring::insertInto(), OptOTiltmeter::makeMeasurement(), OptODistancemeter::makeMeasurement(), OptODistancemeter3dim::makeMeasurement(), OptOSensor2D::makeMeasurement(), OptOCOPS::makeMeasurement(), CocoaToDDLMgr::measurementsAsSpecPars(), setValueSimulated(), and setValueSimulated_orig().
Definition at line 110 of file Measurement.h.
References cuy::ii, and theValue.
Referenced by Types.int32::__nonzero__(), Types.uint32::__nonzero__(), Types.int64::__nonzero__(), Types.uint64::__nonzero__(), Types.double::__nonzero__(), Types.bool::__nonzero__(), Types.string::__nonzero__(), average.Average::average(), Types.string::configValue(), Types.FileInPath::configValue(), Mixins.UsingBlock::dumpPython(), Mixins.UsingBlock::insertInto(), Types.int32::insertInto(), Types.uint32::insertInto(), Types.int64::insertInto(), Types.uint64::insertInto(), Types.double::insertInto(), Types.bool::insertInto(), Types.string::insertInto(), Types.FileInPath::insertInto(), Types.vint32::insertInto(), Types.vuint32::insertInto(), Types.vint64::insertInto(), Types.vuint64::insertInto(), Types.vdouble::insertInto(), Types.vbool::insertInto(), and Types.vstring::insertInto().
|
inlinevirtual |
Definition at line 118 of file Measurement.h.
References ALIUtils::LengthValueDimensionFactor().
Referenced by constructFromOA(), fillData(), MeasurementSensor2D::setConversionFactor(), MeasurementCOPS::setConversionFactor(), and MeasurementTiltmeter::setConversionFactor().
|
inline |
Definition at line 156 of file Measurement.h.
References theValueIsSimulated.
Referenced by calculateOriginalSimulatedValue(), construct(), copyMeas(), and CocoaToDDLMgr::measurementsAsSpecPars().
Definition at line 105 of file Measurement.h.
References cuy::ii, and theValueSimulated.
Referenced by calculateOriginalSimulatedValue(), MeasurementDiffEntry::calculateSimulatedValue(), copyMeas(), OptOTiltmeter::makeMeasurement(), OptODistancemeter::makeMeasurement(), OptOSensor2D::makeMeasurement(), OptODistancemeter3dim::makeMeasurement(), and OptOCOPS::makeMeasurement().
Definition at line 107 of file Measurement.h.
References cuy::ii, and theValueSimulated_orig.
Referenced by copyMeas().
Definition at line 116 of file Measurement.h.
References cuy::ii, and theValueType.
Referenced by OptOSensor2D::makeMeasurement(), CocoaToDDLMgr::measurementsAsSpecPars(), Model::readMeasurementsFromFile(), and CocoaDaqReaderText::ReadNextEvent().
|
inlinevirtual |
Reimplemented in MeasurementCOPS.
Definition at line 147 of file Measurement.h.
References DMR_cfg::cerr.
Referenced by OptOCOPS::makeMeasurement().
|
private |
Definition at line 200 of file Measurement.h.
Referenced by AddOptOListItem(), buildAffectingEntryList(), buildOptOList(), getMeasuringBehaviour(), getPreviousOptO(), and OptOList().
|
private |
Definition at line 198 of file Measurement.h.
Referenced by AddOptONameListItem(), buildOptOList(), buildOptONamesList(), constructFromOA(), getMeasuringBehaviour(), OptONameList(), and setName().
|
static |
Definition at line 158 of file Measurement.h.
Referenced by Fit::FillMatricesWithMeasurements().
|
static |
Definition at line 212 of file Measurement.h.
Referenced by Fit::fitNextEvent(), Model::readMeasurementsFromFile(), and Model::readSystemDescription().
|
static |
Definition at line 213 of file Measurement.h.
Referenced by Model::readMeasurementsFromFile(), and Model::readSystemDescription().
|
static |
Definition at line 214 of file Measurement.h.
Referenced by Model::readMeasurementsFromFile(), and Model::readSystemDescription().
|
private |
Definition at line 202 of file Measurement.h.
Referenced by addAffectingEntriesFromOptO(), and affectingEntryList().
|
staticprivate |
Definition at line 208 of file Measurement.h.
Referenced by getCurrentDate(), and setCurrentDate().
|
staticprivate |
Definition at line 209 of file Measurement.h.
Referenced by getCurrentTime(), and setCurrentDate().
|
private |
Definition at line 179 of file Measurement.h.
Referenced by copyMeas(), DerivativeRespectEntry(), dim(), fillData(), Measurement(), and SetDimension().
|
private |
Definition at line 205 of file Measurement.h.
Referenced by getLightRayDirection(), and setLightRayDirection().
|
private |
Definition at line 204 of file Measurement.h.
Referenced by getLightRayPosition(), and setLightRayPosition().
|
staticprivate |
Definition at line 206 of file Measurement.h.
Referenced by measurementsFileName(), and setMeasurementsFileName().
|
private |
Definition at line 183 of file Measurement.h.
Referenced by copyMeas(), name(), sensorName(), and setName().
|
private |
Definition at line 182 of file Measurement.h.
Referenced by copyMeas(), fillData(), Measurement(), setSigma(), sigma(), and ~Measurement().
|
private |
Definition at line 180 of file Measurement.h.
Referenced by copyMeas(), setType(), and type().
|
private |
Definition at line 181 of file Measurement.h.
Referenced by copyMeas(), fillData(), Measurement(), setValue(), value(), and ~Measurement().
|
private |
Definition at line 195 of file Measurement.h.
Referenced by copyMeas(), fillData(), Measurement(), and valueIsSimulated().
|
private |
Definition at line 187 of file Measurement.h.
Referenced by copyMeas(), DerivativeRespectEntry(), Measurement(), setValueSimulated(), and valueSimulated().
|
private |
Definition at line 189 of file Measurement.h.
Referenced by copyMeas(), DerivativeRespectEntry(), Measurement(), setValueSimulated_orig(), and valueSimulated_orig().
|
private |
Definition at line 184 of file Measurement.h.
Referenced by fillData(), Measurement(), and valueType().