ATLAS Offline Software
Loading...
Searching...
No Matches
MuonGMR4::detail Namespace Reference

Functions

Amg::Transform3D rotationToAMDB (const ActsTrk::DetectorType type)
 Returns the rotation matrix from the readout element coordinate system into the AMDB coordinate system.

Function Documentation

◆ rotationToAMDB()

Amg::Transform3D MuonGMR4::detail::rotationToAMDB ( const ActsTrk::DetectorType type)

Returns the rotation matrix from the readout element coordinate system into the AMDB coordinate system.

Definition at line 33 of file MuonDetectorDefs.cxx.

33 {
34 return type == ActsTrk::DetectorType::sTgc ? Amg::Transform3D::Identity()
35 : Amg::getRotateY3D(90. * Gaudi::Units::deg) * Amg::getRotateZ3D(90. * Gaudi::Units::deg);
36 }
#define deg
@ sTgc
Micromegas (NSW).
Definition of ATLAS Math & Geometry primitives (Amg).
=============================================================================