![]() |
ATLAS Offline Software
|
#include <DCMathSegmentMaker.h>
Public Member Functions | |
| Cluster2D (const Identifier elId, const Identifier ggId, const Amg::Vector2D &lp, double err, const MuonClusterOnTrack *ecl, const MuonClusterOnTrack *pcl) | |
| constructor taking a single phi hit | |
| Cluster2D (const Identifier elId, const Identifier ggId, const Amg::Vector2D &lp, double err, const MuonClusterOnTrack *ecl, const std::vector< const MuonClusterOnTrack * > &phs) | |
| constructor taking a vector of phi hits | |
| const Trk::Surface & | surface () const |
| Identifier | identify () const |
| bool | is2D () const |
| bool | corrupt () const |
Public Attributes | |
| Identifier | detElId |
| Identifier | gasGapId |
| Amg::Vector2D | locPos {Amg::Vector2D::Zero()} |
| double | error |
| const MuonClusterOnTrack * | etaHit {nullptr} |
| const MuonClusterOnTrack * | phiHit {nullptr} |
| std::vector< const MuonClusterOnTrack * > | phiHits |
| Amg::Vector3D | globalPos |
Definition at line 119 of file DCMathSegmentMaker.h.
|
inline |
constructor taking a single phi hit
Definition at line 121 of file DCMathSegmentMaker.h.
|
inline |
constructor taking a vector of phi hits
Definition at line 128 of file DCMathSegmentMaker.h.
|
inline |
Definition at line 156 of file DCMathSegmentMaker.h.
|
inline |
Definition at line 148 of file DCMathSegmentMaker.h.
|
inline |
Definition at line 155 of file DCMathSegmentMaker.h.
|
inline |
Definition at line 142 of file DCMathSegmentMaker.h.
| Identifier Muon::DCMathSegmentMaker::Cluster2D::detElId |
Definition at line 135 of file DCMathSegmentMaker.h.
| double Muon::DCMathSegmentMaker::Cluster2D::error |
Definition at line 138 of file DCMathSegmentMaker.h.
| const MuonClusterOnTrack* Muon::DCMathSegmentMaker::Cluster2D::etaHit {nullptr} |
Definition at line 139 of file DCMathSegmentMaker.h.
| Identifier Muon::DCMathSegmentMaker::Cluster2D::gasGapId |
Definition at line 136 of file DCMathSegmentMaker.h.
| Amg::Vector3D Muon::DCMathSegmentMaker::Cluster2D::globalPos |
Definition at line 154 of file DCMathSegmentMaker.h.
| Amg::Vector2D Muon::DCMathSegmentMaker::Cluster2D::locPos {Amg::Vector2D::Zero()} |
Definition at line 137 of file DCMathSegmentMaker.h.
| const MuonClusterOnTrack* Muon::DCMathSegmentMaker::Cluster2D::phiHit {nullptr} |
Definition at line 140 of file DCMathSegmentMaker.h.
| std::vector<const MuonClusterOnTrack*> Muon::DCMathSegmentMaker::Cluster2D::phiHits |
Definition at line 141 of file DCMathSegmentMaker.h.