![]() |
![]() |
#include <newTkRotation.h>
Public Types | |
typedef Vector3DBase< T, GlobalTag > | GlobalVector |
Public Member Functions | |
Basic3DVector< T > | multiplyInverse (const Basic3DVector< T > &v) const |
template<class Scalar > | |
Basic3DVector< Scalar > | multiplyInverse (const Basic3DVector< Scalar > &v) const |
Basic3DVector< T > | multiplyInverse (const Basic3DVector< T > &v) const |
template<class Scalar > | |
Basic3DVector< Scalar > | multiplyInverse (const Basic3DVector< Scalar > &v) const |
Basic3DVector< T > | multiplyInverse (const Basic2DVector< T > &v) const |
Basic3DVector< T > | multiplyInverse (const Basic2DVector< T > &v) const |
TkRotation | multiplyInverse (const TkRotation &b) const |
TkRotation | multiplyInverse (const TkRotation &b) const |
Basic3DVector< T > | operator* (const Basic3DVector< T > &v) const |
Basic3DVector< T > | operator* (const Basic3DVector< T > &v) const |
Basic3DVector< T > | operator* (const Basic2DVector< T > &v) const |
Basic3DVector< T > | operator* (const Basic2DVector< T > &v) const |
TkRotation | operator* (const TkRotation &b) const |
TkRotation | operator* (const TkRotation &b) const |
TkRotation & | operator*= (const TkRotation &b) |
TkRotation & | operator*= (const TkRotation &b) |
TkRotation & | rotateAxes (const Basic3DVector< T > &newX, const Basic3DVector< T > &newY, const Basic3DVector< T > &newZ) |
TkRotation & | rotateAxes (const Basic3DVector< T > &newX, const Basic3DVector< T > &newY, const Basic3DVector< T > &newZ) |
TkRotation () | |
TkRotation () | |
TkRotation (mathSSE::Rot3< T > const &irot) | |
TkRotation (T xx, T xy, T xz, T yx, T yy, T yz, T zx, T zy, T zz) | |
TkRotation (T xx, T xy, T xz, T yx, T yy, T yz, T zx, T zy, T zz) | |
TkRotation (const T *p) | |
TkRotation (const T *p) | |
TkRotation (const GlobalVector &aX, const GlobalVector &aY) | |
TkRotation (const GlobalVector &aX, const GlobalVector &aY) | |
TkRotation (const GlobalVector &uX, const GlobalVector &uY, const GlobalVector &uZ) | |
TkRotation (const GlobalVector &aX, const GlobalVector &aY, const GlobalVector &aZ) | |
TkRotation (const Basic3DVector< T > &axis, T phi) | |
TkRotation (const Basic3DVector< T > &axis, T phi) | |
template<typename U > | |
TkRotation (const TkRotation< U > &a) | |
template<typename U > | |
TkRotation (const TkRotation< U > &a) | |
TkRotation & | transform (const TkRotation &b) |
TkRotation & | transform (const TkRotation &b) |
TkRotation | transposed () const |
TkRotation | transposed () const |
Basic3DVector< T > | x () const |
Basic3DVector< T > | x () const |
T | xx () const |
T const & | xx () const |
T | xy () const |
T const & | xy () const |
T | xz () const |
T const & | xz () const |
Basic3DVector< T > | y () const |
Basic3DVector< T > | y () const |
T | yx () const |
T const & | yx () const |
T | yy () const |
T const & | yy () const |
T | yz () const |
T const & | yz () const |
Basic3DVector< T > | z () const |
Basic3DVector< T > | z () const |
T | zx () const |
T const & | zx () const |
T | zy () const |
T const & | zy () const |
T | zz () const |
T const & | zz () const |
Private Attributes | |
T | R11 |
T | R12 |
T | R13 |
T | R21 |
T | R22 |
T | R23 |
T | R31 |
T | R32 |
T | R33 |
mathSSE::Rot3< T > | rot |
Rotaion matrix used by Surface.
Definition at line 13 of file newTkRotation.h.
typedef Vector3DBase< T, GlobalTag> TkRotation< T >::GlobalVector |
Definition at line 32 of file newTkRotation.h.
|
inline |
Definition at line 34 of file newTkRotation.h.
Referenced by TkRotation< align::Scalar >::multiplyInverse(), TkRotation< align::Scalar >::operator*(), TkRotation< align::Scalar >::rotateAxes(), and TkRotation< align::Scalar >::transposed().
|
inline |
Definition at line 35 of file newTkRotation.h.
|
inline |
Definition at line 37 of file newTkRotation.h.
|
inline |
Definition at line 40 of file newTkRotation.h.
|
inline |
Definition at line 45 of file newTkRotation.h.
|
inline |
Construct from global vectors of the x, y and z axes. The axes are assumed to be unit vectors forming a right-handed orthonormal basis. No checks are performed!
Definition at line 61 of file newTkRotation.h.
|
inline |
rotation around abritrary axis by the amount of phi: its constructed by O^-1(z<->axis) rot_z(phi) O(z<->axis) the frame is rotated such that the z-asis corresponds to the rotation axis desired. THen it's rotated round the "new" z-axis, and then the initial transformation is "taken back" again. unfortuately I'm too stupid to describe such thing directly by 3 Euler angles.. hence I have to construckt it this way...by brute force
Definition at line 77 of file newTkRotation.h.
|
inline |
Definition at line 132 of file newTkRotation.h.
|
inline |
Definition at line 32 of file oldTkRotation.h.
|
inline |
Definition at line 37 of file oldTkRotation.h.
|
inline |
Definition at line 42 of file oldTkRotation.h.
|
inline |
Definition at line 47 of file oldTkRotation.h.
|
inline |
Construct from global vectors of the x, y and z axes. The axes are assumed to be unit vectors forming a right-handed orthonormal basis. No checks are performed!
Definition at line 63 of file oldTkRotation.h.
|
inline |
rotation around abritrary axis by the amount of phi: its constructed by O^-1(z<->axis) rot_z(phi) O(z<->axis) the frame is rotated such that the z-asis corresponds to the rotation axis desired. THen it's rotated round the "new" z-axis, and then the initial transformation is "taken back" again. unfortuately I'm too stupid to describe such thing directly by 3 Euler angles.. hence I have to construckt it this way...by brute force
Definition at line 78 of file oldTkRotation.h.
|
inline |
Definition at line 133 of file oldTkRotation.h.
|
inline |
Definition at line 144 of file newTkRotation.h.
Referenced by AlignableDetUnit::addAlignmentPositionErrorFromLocalRotation(), AlignableComposite::addAlignmentPositionErrorFromLocalRotation(), AlignableDet::addAlignmentPositionErrorFromRotation(), AlignableDetUnit::addAlignmentPositionErrorFromRotation(), AlignableComposite::addAlignmentPositionErrorFromRotation(), AlignmentParameterStore::applyAlignableAbsolutePositions(), align::diffAlignables(), align::diffRot(), KalmanAlignmentUserVariables::extractTrueParameters(), AlignableComposite::rotateInGlobalFrame(), MuonAlignmentInputXML::set_one_position(), TrackerGeometryCompare::setCommonTrackerSystem(), TkRotation< align::Scalar >::TkRotation(), GloballyPositioned< align::Scalar >::toGlobal(), and GloballyPositioned< T >::ToLocal::toLocal().
|
inline |
Definition at line 149 of file newTkRotation.h.
|
inline |
Definition at line 150 of file oldTkRotation.h.
|
inline |
Definition at line 158 of file oldTkRotation.h.
|
inline |
Definition at line 160 of file newTkRotation.h.
|
inline |
Definition at line 170 of file oldTkRotation.h.
|
inline |
Definition at line 171 of file newTkRotation.h.
|
inline |
Definition at line 190 of file oldTkRotation.h.
|
inline |
Definition at line 141 of file newTkRotation.h.
Referenced by TkRotation< align::Scalar >::operator*=().
|
inline |
Definition at line 144 of file oldTkRotation.h.
|
inline |
Definition at line 155 of file newTkRotation.h.
|
inline |
Definition at line 165 of file oldTkRotation.h.
|
inline |
Definition at line 168 of file newTkRotation.h.
|
inline |
Definition at line 178 of file oldTkRotation.h.
|
inline |
Definition at line 175 of file newTkRotation.h.
|
inline |
Definition at line 202 of file oldTkRotation.h.
|
inline |
Definition at line 184 of file newTkRotation.h.
Referenced by RPCGeometryBuilderFromCondDB::build(), CSCGeometryBuilder::buildChamber(), and RPCGeometryBuilderFromDDD::buildGeometry().
|
inline |
Definition at line 211 of file oldTkRotation.h.
|
inline |
|
inline |
Definition at line 207 of file oldTkRotation.h.
Referenced by python.Vispa.Views.LineDecayView.DecayLine::boundingRect(), python.Vispa.Views.LineDecayView.DecayLine::containsPoint(), and python.Vispa.Views.LineDecayView.DecayLine::paint().
|
inline |
Definition at line 137 of file newTkRotation.h.
Referenced by BeamSpotAlignmentParameters::displacementFromAlignable(), RigidBodyAlignmentParameters::displacementFromAlignable(), MuonAlignmentInputXML::do_setposition(), TrackerAlignment::moveAlignableTIBTIDs(), MuonAlignment::recursiveCopySurveyToAlignment(), FrameChanger::toFrame(), FrameChanger::transformPlane(), MuonAlignmentOutputXML::writeComponents(), and AlignableDataIO::writeOrgPos().
|
inline |
Definition at line 138 of file oldTkRotation.h.
|
inline |
Definition at line 213 of file newTkRotation.h.
Referenced by svgfig.Curve.Sample::__repr__(), svgfig.Ellipse::__repr__(), python.Vispa.Gui.WidgetContainer.WidgetContainer::autosize(), python.Vispa.Gui.VispaWidget.VispaWidget::boundingRect(), JacobianCurvilinearToLocal::JacobianCurvilinearToLocal(), JacobianLocalToCurvilinear::JacobianLocalToCurvilinear(), geometryXMLparser.Alignable::pos(), and python.Vispa.Gui.ConnectableWidget.ConnectableWidget::positionizeMenuWidget().
|
inline |
Definition at line 239 of file oldTkRotation.h.
Referenced by svgfig.Curve.Sample::__repr__(), svgfig.Ellipse::__repr__(), python.Vispa.Gui.WidgetContainer.WidgetContainer::autosize(), python.Vispa.Gui.VispaWidget.VispaWidget::boundingRect(), geometryXMLparser.Alignable::pos(), and python.Vispa.Gui.ConnectableWidget.ConnectableWidget::positionizeMenuWidget().
|
inline |
Definition at line 217 of file newTkRotation.h.
Referenced by AlignableModifier::addAlignmentPositionErrorLocal(), AlignableDet::alignments(), AlignableDetUnit::alignments(), AlignableBeamSpot::alignments(), GlobalTrackerMuonAlignment::analyzeTrackTrack(), GlobalTrackerMuonAlignment::analyzeTrackTrajectory(), SurveyResidual::calculate(), geometryXMLparser.Alignable::covariance(), MuonAlignmentInputXML::do_setposition(), FWRecoGeometryESProducer::fillShapeAndPlacement(), TrackerGeometryCompare::fillTree(), MuonGeometryArrange::fillTree(), SurveyDBUploader::getSurveyInfo(), ApeSettingAlgorithm::initialize(), JacobianCartesianToLocal::JacobianCartesianToLocal(), JacobianLocalToCartesian::JacobianLocalToCartesian(), GlobalTrackerMuonAlignment::misalignMuonL(), TkRotation< align::Scalar >::multiplyInverse(), TkRotation< align::Scalar >::operator*(), operator*(), ConformalMappingFit::phiRot(), reco::BeamSpot::rotatedCovariance3D(), MuonAlignment::saveCSCSurveyToDB(), MuonAlignment::saveDTSurveyToDB(), ApeSettingAlgorithm::terminate(), TrackPropagation::tkRotationFToHepRotation(), align::toAngles(), ErrorFrameTransformer::transform(), FrameToFrameDerivative::transform(), AlignableDataIORoot::writeAbsRaw(), MuonAlignmentOutputXML::writeComponents(), AlignableDataIORoot::writeRelRaw(), and TkRotation< align::Scalar >::x().
|
inline |
Definition at line 244 of file oldTkRotation.h.
Referenced by geometryXMLparser.Alignable::covariance().
|
inline |
Definition at line 218 of file newTkRotation.h.
Referenced by AlignableModifier::addAlignmentPositionErrorLocal(), AlignableDet::alignments(), AlignableDetUnit::alignments(), AlignableBeamSpot::alignments(), GlobalTrackerMuonAlignment::analyzeTrackTrack(), GlobalTrackerMuonAlignment::analyzeTrackTrajectory(), SurveyResidual::calculate(), geometryXMLparser.Alignable::covariance(), MuonAlignmentInputXML::do_setposition(), FWRecoGeometryESProducer::fillShapeAndPlacement(), TrackerGeometryCompare::fillTree(), MuonGeometryArrange::fillTree(), SurveyDBUploader::getSurveyInfo(), ApeSettingAlgorithm::initialize(), JacobianCartesianToLocal::JacobianCartesianToLocal(), JacobianLocalToCartesian::JacobianLocalToCartesian(), GlobalTrackerMuonAlignment::misalignMuonL(), TkRotation< align::Scalar >::multiplyInverse(), TkRotation< align::Scalar >::operator*(), operator*(), ConformalMappingFit::phiRot(), reco::BeamSpot::rotatedCovariance3D(), MuonAlignment::saveCSCSurveyToDB(), MuonAlignment::saveDTSurveyToDB(), ApeSettingAlgorithm::terminate(), TrackPropagation::tkRotationFToHepRotation(), align::toAngles(), ErrorFrameTransformer::transform(), FrameToFrameDerivative::transform(), AlignableDataIORoot::writeAbsRaw(), MuonAlignmentOutputXML::writeComponents(), AlignableDataIORoot::writeRelRaw(), and TkRotation< align::Scalar >::x().
|
inline |
Definition at line 245 of file oldTkRotation.h.
Referenced by geometryXMLparser.Alignable::covariance().
|
inline |
Definition at line 219 of file newTkRotation.h.
Referenced by AlignableModifier::addAlignmentPositionErrorLocal(), AlignableDet::alignments(), AlignableDetUnit::alignments(), AlignableBeamSpot::alignments(), GlobalTrackerMuonAlignment::analyzeTrackTrack(), GlobalTrackerMuonAlignment::analyzeTrackTrajectory(), SurveyResidual::calculate(), geometryXMLparser.Alignable::covariance(), MuonAlignmentInputXML::do_setposition(), FWRecoGeometryESProducer::fillShapeAndPlacement(), TrackerGeometryCompare::fillTree(), MuonGeometryArrange::fillTree(), SurveyDBUploader::getSurveyInfo(), ApeSettingAlgorithm::initialize(), JacobianCartesianToLocal::JacobianCartesianToLocal(), JacobianLocalToCartesian::JacobianLocalToCartesian(), GlobalTrackerMuonAlignment::misalignMuonL(), TkRotation< align::Scalar >::multiplyInverse(), operator*(), reco::BeamSpot::rotatedCovariance3D(), MuonAlignment::saveCSCSurveyToDB(), MuonAlignment::saveDTSurveyToDB(), ApeSettingAlgorithm::terminate(), TrackPropagation::tkRotationFToHepRotation(), align::toAngles(), ErrorFrameTransformer::transform(), FrameToFrameDerivative::transform(), AlignableDataIORoot::writeAbsRaw(), MuonAlignmentOutputXML::writeComponents(), AlignableDataIORoot::writeRelRaw(), and TkRotation< align::Scalar >::x().
|
inline |
Definition at line 246 of file oldTkRotation.h.
Referenced by geometryXMLparser.Alignable::covariance().
|
inline |
Definition at line 214 of file newTkRotation.h.
Referenced by svgfig.Ellipse::__repr__(), python.Vispa.Gui.WidgetContainer.WidgetContainer::autosize(), python.Vispa.Gui.VispaWidget.VispaWidget::boundingRect(), JacobianCurvilinearToLocal::JacobianCurvilinearToLocal(), JacobianLocalToCurvilinear::JacobianLocalToCurvilinear(), geometryXMLparser.Alignable::pos(), and python.Vispa.Gui.ConnectableWidget.ConnectableWidget::positionizeMenuWidget().
|
inline |
Definition at line 240 of file oldTkRotation.h.
Referenced by svgfig.Ellipse::__repr__(), python.Vispa.Gui.WidgetContainer.WidgetContainer::autosize(), python.Vispa.Gui.VispaWidget.VispaWidget::boundingRect(), geometryXMLparser.Alignable::pos(), and python.Vispa.Gui.ConnectableWidget.ConnectableWidget::positionizeMenuWidget().
|
inline |
Definition at line 220 of file newTkRotation.h.
Referenced by AlignableModifier::addAlignmentPositionErrorLocal(), AlignableDet::alignments(), AlignableDetUnit::alignments(), AlignableBeamSpot::alignments(), GlobalTrackerMuonAlignment::analyzeTrackTrack(), GlobalTrackerMuonAlignment::analyzeTrackTrajectory(), SurveyResidual::calculate(), FWRecoGeometryESProducer::fillShapeAndPlacement(), TrackerGeometryCompare::fillTree(), MuonGeometryArrange::fillTree(), SurveyDBUploader::getSurveyInfo(), ApeSettingAlgorithm::initialize(), JacobianCartesianToLocal::JacobianCartesianToLocal(), JacobianLocalToCartesian::JacobianLocalToCartesian(), GlobalTrackerMuonAlignment::misalignMuonL(), TkRotation< align::Scalar >::multiplyInverse(), TkRotation< align::Scalar >::operator*(), operator*(), reco::BeamSpot::rotatedCovariance3D(), MuonAlignment::saveCSCSurveyToDB(), MuonAlignment::saveDTSurveyToDB(), ApeSettingAlgorithm::terminate(), TrackPropagation::tkRotationFToHepRotation(), align::toAngles(), ErrorFrameTransformer::transform(), FrameToFrameDerivative::transform(), AlignableDataIORoot::writeAbsRaw(), AlignableDataIORoot::writeRelRaw(), and TkRotation< align::Scalar >::y().
|
inline |
Definition at line 247 of file oldTkRotation.h.
|
inline |
Definition at line 221 of file newTkRotation.h.
Referenced by AlignableModifier::addAlignmentPositionErrorLocal(), AlignableDet::alignments(), AlignableDetUnit::alignments(), AlignableBeamSpot::alignments(), GlobalTrackerMuonAlignment::analyzeTrackTrack(), GlobalTrackerMuonAlignment::analyzeTrackTrajectory(), SurveyResidual::calculate(), geometryXMLparser.Alignable::covariance(), FWRecoGeometryESProducer::fillShapeAndPlacement(), TrackerGeometryCompare::fillTree(), MuonGeometryArrange::fillTree(), SurveyDBUploader::getSurveyInfo(), ApeSettingAlgorithm::initialize(), JacobianCartesianToLocal::JacobianCartesianToLocal(), JacobianLocalToCartesian::JacobianLocalToCartesian(), GlobalTrackerMuonAlignment::misalignMuonL(), TkRotation< align::Scalar >::multiplyInverse(), TkRotation< align::Scalar >::operator*(), operator*(), reco::BeamSpot::rotatedCovariance3D(), MuonAlignment::saveCSCSurveyToDB(), MuonAlignment::saveDTSurveyToDB(), ApeSettingAlgorithm::terminate(), TrackPropagation::tkRotationFToHepRotation(), align::toAngles(), ErrorFrameTransformer::transform(), FrameToFrameDerivative::transform(), AlignableDataIORoot::writeAbsRaw(), AlignableDataIORoot::writeRelRaw(), and TkRotation< align::Scalar >::y().
|
inline |
Definition at line 248 of file oldTkRotation.h.
Referenced by geometryXMLparser.Alignable::covariance().
|
inline |
Definition at line 222 of file newTkRotation.h.
Referenced by AlignableModifier::addAlignmentPositionErrorLocal(), AlignableDet::alignments(), AlignableDetUnit::alignments(), AlignableBeamSpot::alignments(), GlobalTrackerMuonAlignment::analyzeTrackTrack(), GlobalTrackerMuonAlignment::analyzeTrackTrajectory(), SurveyResidual::calculate(), geometryXMLparser.Alignable::covariance(), MuonAlignmentInputXML::do_setposition(), FWRecoGeometryESProducer::fillShapeAndPlacement(), TrackerGeometryCompare::fillTree(), MuonGeometryArrange::fillTree(), SurveyDBUploader::getSurveyInfo(), ApeSettingAlgorithm::initialize(), JacobianCartesianToLocal::JacobianCartesianToLocal(), JacobianLocalToCartesian::JacobianLocalToCartesian(), GlobalTrackerMuonAlignment::misalignMuonL(), TkRotation< align::Scalar >::multiplyInverse(), operator*(), reco::BeamSpot::rotatedCovariance3D(), MuonAlignment::saveCSCSurveyToDB(), MuonAlignment::saveDTSurveyToDB(), ApeSettingAlgorithm::terminate(), TrackPropagation::tkRotationFToHepRotation(), align::toAngles(), ErrorFrameTransformer::transform(), FrameToFrameDerivative::transform(), AlignableDataIORoot::writeAbsRaw(), MuonAlignmentOutputXML::writeComponents(), AlignableDataIORoot::writeRelRaw(), and TkRotation< align::Scalar >::y().
|
inline |
Definition at line 249 of file oldTkRotation.h.
Referenced by geometryXMLparser.Alignable::covariance().
|
inline |
Definition at line 215 of file newTkRotation.h.
Referenced by JacobianCurvilinearToLocal::JacobianCurvilinearToLocal(), and geometryXMLparser.Alignable::pos().
|
inline |
Definition at line 241 of file oldTkRotation.h.
Referenced by geometryXMLparser.Alignable::pos().
|
inline |
Definition at line 223 of file newTkRotation.h.
Referenced by AlignableModifier::addAlignmentPositionErrorLocal(), AlignableDet::alignments(), AlignableDetUnit::alignments(), AlignableBeamSpot::alignments(), GlobalTrackerMuonAlignment::analyzeTrackTrack(), GlobalTrackerMuonAlignment::analyzeTrackTrajectory(), MagGeoBuilderFromDDD::bLayer::bLayer(), SurveyResidual::calculate(), FWRecoGeometryESProducer::fillShapeAndPlacement(), TrackerGeometryCompare::fillTree(), MuonGeometryArrange::fillTree(), SurveyDBUploader::getSurveyInfo(), ApeSettingAlgorithm::initialize(), JacobianCartesianToLocal::JacobianCartesianToLocal(), JacobianLocalToCartesian::JacobianLocalToCartesian(), GlobalTrackerMuonAlignment::misalignMuonL(), TkRotation< align::Scalar >::multiplyInverse(), TkRotation< align::Scalar >::operator*(), operator*(), SteppingHelixPropagator::propagate(), SteppingHelixPropagator::refToMagVolume(), reco::BeamSpot::rotatedCovariance3D(), MuonAlignment::saveCSCSurveyToDB(), MuonAlignment::saveDTSurveyToDB(), ApeSettingAlgorithm::terminate(), TrackPropagation::tkRotationFToHepRotation(), align::toAngles(), FrameToFrameDerivative::transform(), AlignableDataIORoot::writeAbsRaw(), AlignableDataIORoot::writeRelRaw(), and TkRotation< align::Scalar >::z().
|
inline |
Definition at line 250 of file oldTkRotation.h.
|
inline |
Definition at line 224 of file newTkRotation.h.
Referenced by AlignableModifier::addAlignmentPositionErrorLocal(), AlignableDet::alignments(), AlignableDetUnit::alignments(), AlignableBeamSpot::alignments(), GlobalTrackerMuonAlignment::analyzeTrackTrack(), GlobalTrackerMuonAlignment::analyzeTrackTrajectory(), MagGeoBuilderFromDDD::bLayer::bLayer(), SurveyResidual::calculate(), FWRecoGeometryESProducer::fillShapeAndPlacement(), TrackerGeometryCompare::fillTree(), MuonGeometryArrange::fillTree(), SurveyDBUploader::getSurveyInfo(), ApeSettingAlgorithm::initialize(), JacobianCartesianToLocal::JacobianCartesianToLocal(), JacobianLocalToCartesian::JacobianLocalToCartesian(), GlobalTrackerMuonAlignment::misalignMuonL(), TkRotation< align::Scalar >::multiplyInverse(), TkRotation< align::Scalar >::operator*(), operator*(), SteppingHelixPropagator::propagate(), SteppingHelixPropagator::refToMagVolume(), reco::BeamSpot::rotatedCovariance3D(), MuonAlignment::saveCSCSurveyToDB(), MuonAlignment::saveDTSurveyToDB(), ApeSettingAlgorithm::terminate(), TrackPropagation::tkRotationFToHepRotation(), align::toAngles(), FrameToFrameDerivative::transform(), AlignableDataIORoot::writeAbsRaw(), AlignableDataIORoot::writeRelRaw(), and TkRotation< align::Scalar >::z().
|
inline |
Definition at line 251 of file oldTkRotation.h.
|
inline |
Definition at line 225 of file newTkRotation.h.
Referenced by AlignableModifier::addAlignmentPositionErrorLocal(), AlignableDet::alignments(), AlignableDetUnit::alignments(), AlignableBeamSpot::alignments(), GlobalTrackerMuonAlignment::analyzeTrackTrack(), GlobalTrackerMuonAlignment::analyzeTrackTrajectory(), MagGeoBuilderFromDDD::bLayer::bLayer(), SurveyResidual::calculate(), geometryXMLparser.Alignable::covariance(), MuonAlignmentInputXML::do_setposition(), FWRecoGeometryESProducer::fillShapeAndPlacement(), TrackerGeometryCompare::fillTree(), MuonGeometryArrange::fillTree(), SurveyDBUploader::getSurveyInfo(), ApeSettingAlgorithm::initialize(), JacobianCartesianToLocal::JacobianCartesianToLocal(), JacobianLocalToCartesian::JacobianLocalToCartesian(), GlobalTrackerMuonAlignment::misalignMuonL(), TkRotation< align::Scalar >::multiplyInverse(), operator*(), SteppingHelixPropagator::propagate(), SteppingHelixPropagator::refToMagVolume(), reco::BeamSpot::rotatedCovariance3D(), MuonAlignment::saveCSCSurveyToDB(), MuonAlignment::saveDTSurveyToDB(), ApeSettingAlgorithm::terminate(), TrackPropagation::tkRotationFToHepRotation(), align::toAngles(), FrameToFrameDerivative::transform(), AlignableDataIORoot::writeAbsRaw(), MuonAlignmentOutputXML::writeComponents(), AlignableDataIORoot::writeRelRaw(), and TkRotation< align::Scalar >::z().
|
inline |
Definition at line 252 of file oldTkRotation.h.
Referenced by geometryXMLparser.Alignable::covariance().
|
private |
Definition at line 256 of file oldTkRotation.h.
Referenced by TkRotation< align::Scalar >::multiplyInverse(), TkRotation< align::Scalar >::operator*(), TkRotation< align::Scalar >::TkRotation(), TkRotation< align::Scalar >::transposed(), and TkRotation< align::Scalar >::xx().
|
private |
Definition at line 256 of file oldTkRotation.h.
Referenced by TkRotation< align::Scalar >::multiplyInverse(), TkRotation< align::Scalar >::operator*(), TkRotation< align::Scalar >::TkRotation(), TkRotation< align::Scalar >::transposed(), and TkRotation< align::Scalar >::xy().
|
private |
Definition at line 256 of file oldTkRotation.h.
Referenced by TkRotation< align::Scalar >::multiplyInverse(), TkRotation< align::Scalar >::operator*(), TkRotation< align::Scalar >::TkRotation(), TkRotation< align::Scalar >::transposed(), and TkRotation< align::Scalar >::xz().
|
private |
Definition at line 257 of file oldTkRotation.h.
Referenced by TkRotation< align::Scalar >::multiplyInverse(), TkRotation< align::Scalar >::operator*(), TkRotation< align::Scalar >::TkRotation(), TkRotation< align::Scalar >::transposed(), and TkRotation< align::Scalar >::yx().
|
private |
Definition at line 257 of file oldTkRotation.h.
Referenced by TkRotation< align::Scalar >::multiplyInverse(), TkRotation< align::Scalar >::operator*(), TkRotation< align::Scalar >::TkRotation(), TkRotation< align::Scalar >::transposed(), and TkRotation< align::Scalar >::yy().
|
private |
Definition at line 257 of file oldTkRotation.h.
Referenced by TkRotation< align::Scalar >::multiplyInverse(), TkRotation< align::Scalar >::operator*(), TkRotation< align::Scalar >::TkRotation(), TkRotation< align::Scalar >::transposed(), and TkRotation< align::Scalar >::yz().
|
private |
Definition at line 258 of file oldTkRotation.h.
Referenced by TkRotation< align::Scalar >::multiplyInverse(), TkRotation< align::Scalar >::operator*(), TkRotation< align::Scalar >::TkRotation(), TkRotation< align::Scalar >::transposed(), and TkRotation< align::Scalar >::zx().
|
private |
Definition at line 258 of file oldTkRotation.h.
Referenced by TkRotation< align::Scalar >::multiplyInverse(), TkRotation< align::Scalar >::operator*(), TkRotation< align::Scalar >::TkRotation(), TkRotation< align::Scalar >::transposed(), and TkRotation< align::Scalar >::zy().
|
private |
Definition at line 258 of file oldTkRotation.h.
Referenced by TkRotation< align::Scalar >::multiplyInverse(), TkRotation< align::Scalar >::operator*(), TkRotation< align::Scalar >::TkRotation(), TkRotation< align::Scalar >::transposed(), and TkRotation< align::Scalar >::zz().
|
private |
Definition at line 229 of file newTkRotation.h.
Referenced by AlignmentParameterStore::applyAlignableAbsolutePositions(), TkRotation< align::Scalar >::multiplyInverse(), TkRotation< align::Scalar >::operator*(), TkRotation< align::Scalar >::TkRotation(), TkRotation< align::Scalar >::transposed(), TkRotation< align::Scalar >::x(), TkRotation< align::Scalar >::xx(), TkRotation< align::Scalar >::xy(), TkRotation< align::Scalar >::xz(), TkRotation< align::Scalar >::y(), TkRotation< align::Scalar >::yx(), TkRotation< align::Scalar >::yy(), TkRotation< align::Scalar >::yz(), TkRotation< align::Scalar >::z(), TkRotation< align::Scalar >::zx(), TkRotation< align::Scalar >::zy(), and TkRotation< align::Scalar >::zz().