#include <IMuonSegmentInOverlapResolvingTool.h>
◆ SegmentMatchResult()
| Muon::IMuonSegmentInOverlapResolvingTool::SegmentMatchResult::SegmentMatchResult |
( |
| ) |
|
|
default |
◆ goodMatch()
| bool Muon::IMuonSegmentInOverlapResolvingTool::SegmentMatchResult::goodMatch |
( |
| ) |
const |
|
inline |
◆ toString()
| std::string Muon::IMuonSegmentInOverlapResolvingTool::SegmentMatchResult::toString |
( |
| ) |
const |
|
inline |
Definition at line 203 of file IMuonSegmentInOverlapResolvingTool.h.
203 {
204 std::ostringstream sout;
211 } else {
213 sout << " Match of first segment failed";
215 sout << " Match of second segment failed";
216 else
217 sout << " unknown failure";
218 }
219 return sout.str();
220 }
◆ angularDifferencePhi
| double Muon::IMuonSegmentInOverlapResolvingTool::SegmentMatchResult::angularDifferencePhi {-999} |
◆ averagePhiHitPullSegment1
| double Muon::IMuonSegmentInOverlapResolvingTool::SegmentMatchResult::averagePhiHitPullSegment1 {-999.} |
◆ averagePhiHitPullSegment2
| double Muon::IMuonSegmentInOverlapResolvingTool::SegmentMatchResult::averagePhiHitPullSegment2 {-999.} |
◆ phiResult
◆ segmentResult1
◆ segmentResult2
The documentation for this struct was generated from the following file: