#include <IMuonSegmentInOverlapResolvingTool.h>
|
| bool | inBounds (double locPosX, double cut=0.) |
| | check whether the position is inside the range
|
| double | positionInsideTube (double locPosX) |
| | checks wether the position is inside the range, if not returns the position inside the range closest to the input
|
| double | distanceFromReadout (double locPosX) |
| | distance to readout, positive axis towards hv side
|
| double | distanceFromCenter (double locPosX) |
| | distance to tube center, positive axis towards hv side
|
| std::string | toString () const |
◆ distanceFromCenter()
| double Muon::IMuonSegmentInOverlapResolvingTool::SegmentGeometrySummary::distanceFromCenter |
( |
double | locPosX | ) |
|
|
inline |
◆ distanceFromReadout()
| double Muon::IMuonSegmentInOverlapResolvingTool::SegmentGeometrySummary::distanceFromReadout |
( |
double | locPosX | ) |
|
|
inline |
◆ inBounds()
| bool Muon::IMuonSegmentInOverlapResolvingTool::SegmentGeometrySummary::inBounds |
( |
double | locPosX, |
|
|
double | cut = 0. ) |
|
inline |
◆ positionInsideTube()
| double Muon::IMuonSegmentInOverlapResolvingTool::SegmentGeometrySummary::positionInsideTube |
( |
double | locPosX | ) |
|
|
inline |
checks wether the position is inside the range, if not returns the position inside the range closest to the input
Definition at line 73 of file IMuonSegmentInOverlapResolvingTool.h.
73 {
74 if (
inBounds(locPosX))
return locPosX;
78 }
◆ toString()
| std::string Muon::IMuonSegmentInOverlapResolvingTool::SegmentGeometrySummary::toString |
( |
| ) |
const |
|
inline |
◆ detEl
◆ globalToSeg
| Amg::Transform3D Muon::IMuonSegmentInOverlapResolvingTool::SegmentGeometrySummary::globalToSeg {} |
◆ hasMdt
| bool Muon::IMuonSegmentInOverlapResolvingTool::SegmentGeometrySummary::hasMdt {false} |
◆ hvPosInSegFrame
| double Muon::IMuonSegmentInOverlapResolvingTool::SegmentGeometrySummary::hvPosInSegFrame {-999.} |
◆ roPosInSegFrame
| double Muon::IMuonSegmentInOverlapResolvingTool::SegmentGeometrySummary::roPosInSegFrame {-999.} |
◆ segToGlobal
| Amg::Transform3D Muon::IMuonSegmentInOverlapResolvingTool::SegmentGeometrySummary::segToGlobal {} |
◆ shortestChannelLength
| double Muon::IMuonSegmentInOverlapResolvingTool::SegmentGeometrySummary::shortestChannelLength |
The documentation for this struct was generated from the following file: