#include <LASCoordinateSet.h>
Public Member Functions | |
void | Dump (void) |
void | GetCoordinates (double &, double &, double &, double &, double &, double &) const |
double | GetPhi (void) const |
double | GetPhiError (void) const |
double | GetR (void) const |
double | GetRError (void) const |
double | GetZ (void) const |
double | GetZError (void) const |
LASCoordinateSet () | |
LASCoordinateSet (double, double, double, double, double, double) | |
void | SetCoordinates (double, double, double, double, double, double) |
void | SetErrors (double, double, double) |
void | SetPhi (double aPhi) |
void | SetPhi (double aPhi, double aPhiError) |
void | SetPhiError (double aPhiError) |
void | SetR (double aR) |
void | SetR (double aR, double aRError) |
void | SetRError (double aRError) |
void | SetZ (double aZ) |
void | SetZ (double aZ, double aZError) |
void | SetZError (double aZError) |
Private Attributes | |
double | phi |
double | phiError |
double | r |
double | rError |
double | z |
double | zError |
container for phi, x, y coordinates and their errors
Definition at line 12 of file LASCoordinateSet.h.
|
inline |
Definition at line 16 of file LASCoordinateSet.h.
LASCoordinateSet::LASCoordinateSet | ( | double | aPhi, |
double | aPhiError, | ||
double | aR, | ||
double | aRError, | ||
double | aZ, | ||
double | aZError | ||
) |
void LASCoordinateSet::Dump | ( | void | ) |
void LASCoordinateSet::GetCoordinates | ( | double & | aPhi, |
double & | aPhiError, | ||
double & | aR, | ||
double & | aRError, | ||
double & | aZ, | ||
double & | aZError | ||
) | const |
|
inline |
Definition at line 21 of file LASCoordinateSet.h.
References phi.
Referenced by LaserAlignment::ApplyATMaskingCorrections(), LASGeometryUpdater::ApplyBeamKinkCorrections(), LaserAlignment::ApplyEndcapMaskingCorrections(), LASAlignmentTubeAlgorithm::CalculateParameters(), LASEndcapAlgorithm::CalculateParameters(), LaserAlignment::DumpPosFileSet(), LASGeometryUpdater::EndcapUpdate(), fcn(), and LASEndcapAlgorithm::GetAlignmentParameterCorrection().
|
inline |
Definition at line 22 of file LASCoordinateSet.h.
References phiError.
Referenced by LaserAlignment::DumpPosFileSet(), and fcn().
|
inline |
Definition at line 23 of file LASCoordinateSet.h.
References r.
Referenced by LASEndcapAlgorithm::CalculateParameters(), and fcn().
|
inline |
|
inline |
Definition at line 25 of file LASCoordinateSet.h.
References z.
Referenced by LASAlignmentTubeAlgorithm::CalculateParameters(), fcn(), LASEndcapAlgorithm::GetAlignmentParameterCorrection(), LASAlignmentTubeAlgorithm::GetTEC2TECAlignmentParameterCorrection(), and LASAlignmentTubeAlgorithm::GetTIBTOBAlignmentParameterCorrection().
|
inline |
void LASCoordinateSet::SetCoordinates | ( | double | aPhi, |
double | aPhiError, | ||
double | aR, | ||
double | aRError, | ||
double | aZ, | ||
double | aZError | ||
) |
void LASCoordinateSet::SetErrors | ( | double | aPhiError, |
double | aRError, | ||
double | aZError | ||
) |
|
inline |
Definition at line 30 of file LASCoordinateSet.h.
References phi.
Referenced by LaserAlignment::ApplyATMaskingCorrections(), LASGeometryUpdater::ApplyBeamKinkCorrections(), LaserAlignment::ApplyEndcapMaskingCorrections(), LASGeometryUpdater::EndcapUpdate(), LaserAlignment::endRun(), LASAlignmentTubeAlgorithm::ReadMisalignmentFromFile(), and LASBarrelAlgorithm::ReadMisalignmentFromFile().
|
inline |
Definition at line 31 of file LASCoordinateSet.h.
|
inline |
Definition at line 32 of file LASCoordinateSet.h.
References phiError.
Referenced by LaserAlignment::endRun(), LASAlignmentTubeAlgorithm::ReadMisalignmentFromFile(), and LASBarrelAlgorithm::ReadMisalignmentFromFile().
|
inline |
|
inline |
Definition at line 34 of file LASCoordinateSet.h.
|
inline |
|
inline |
|
inline |
Definition at line 37 of file LASCoordinateSet.h.
|
inline |
|
private |
Definition at line 44 of file LASCoordinateSet.h.
Referenced by Dump(), GetCoordinates(), GetPhi(), LASCoordinateSet(), SetCoordinates(), and SetPhi().
|
private |
Definition at line 45 of file LASCoordinateSet.h.
Referenced by Dump(), GetCoordinates(), GetPhiError(), LASCoordinateSet(), SetCoordinates(), SetErrors(), SetPhi(), and SetPhiError().
|
private |
Definition at line 46 of file LASCoordinateSet.h.
Referenced by Dump(), GetCoordinates(), GetR(), LASCoordinateSet(), SetCoordinates(), and SetR().
|
private |
Definition at line 47 of file LASCoordinateSet.h.
Referenced by Dump(), GetCoordinates(), GetRError(), LASCoordinateSet(), SetCoordinates(), SetErrors(), SetR(), and SetRError().
|
private |
Definition at line 48 of file LASCoordinateSet.h.
Referenced by Dump(), GetCoordinates(), GetZ(), LASCoordinateSet(), geometryXMLparser.Alignable::pos(), SetCoordinates(), and SetZ().
|
private |
Definition at line 49 of file LASCoordinateSet.h.
Referenced by Dump(), GetCoordinates(), GetZError(), LASCoordinateSet(), SetCoordinates(), SetErrors(), SetZ(), and SetZError().