![]() |
ATLAS Offline Software
|
#include <IMuonSegmentInOverlapResolvingTool.h>
Public Member Functions | |
| SegmentPhiMatchResult ()=default | |
| SegmentPhiMatchResult (Amg::Vector3D segDir1, Amg::Vector3D segDir2, double dYZ) | |
| std::string | toString () const |
Public Attributes | |
| Amg::Vector3D | segmentDirection1 {-999, -999, -999} |
| new segment direction for first segment with the update phi angle | |
| Amg::Vector3D | segmentDirection2 {-999, -999, -999} |
| new segment direction for second segment with the update phi angle | |
| double | deltaYZ {-999.} |
| angular difference in the precision plane of the second segment after the phi angle correction | |
Definition at line 36 of file IMuonSegmentInOverlapResolvingTool.h.
|
default |
|
inline |
Definition at line 38 of file IMuonSegmentInOverlapResolvingTool.h.
|
inline |
Definition at line 183 of file IMuonSegmentInOverlapResolvingTool.h.
| double Muon::IMuonSegmentInOverlapResolvingTool::SegmentPhiMatchResult::deltaYZ {-999.} |
angular difference in the precision plane of the second segment after the phi angle correction
Definition at line 48 of file IMuonSegmentInOverlapResolvingTool.h.
| Amg::Vector3D Muon::IMuonSegmentInOverlapResolvingTool::SegmentPhiMatchResult::segmentDirection1 {-999, -999, -999} |
new segment direction for first segment with the update phi angle
Definition at line 42 of file IMuonSegmentInOverlapResolvingTool.h.
| Amg::Vector3D Muon::IMuonSegmentInOverlapResolvingTool::SegmentPhiMatchResult::segmentDirection2 {-999, -999, -999} |
new segment direction for second segment with the update phi angle
Definition at line 45 of file IMuonSegmentInOverlapResolvingTool.h.