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 25 of file MuonDetectorDefs.cxx.

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