![]() |
ATLAS Offline Software
|
Detailed track summary for the muon system Give access to hit counts per chamber. More...
#include <MuonTrackSummary.h>
Classes | |
| struct | ChamberHitSummary |
| structure to hold information per chamber in the muon system More... | |
Public Member Functions | |
| MuonTrackSummary () | |
| default constructor | |
| ~MuonTrackSummary () | |
| destructor | |
| unsigned int | netaHits () const |
| number of eta hits on the track | |
| unsigned int | nphiHits () const |
| number of phi hits on the track | |
| unsigned int | noutliers () const |
| number of eta trigger hits on the track | |
| unsigned int | nholes () const |
| number of holes on the track | |
| unsigned int | ncloseHits () const |
| number of holes on the track | |
| unsigned int | nscatterers () const |
| number of scattering centres on the track | |
| unsigned int | npseudoMeasurements () const |
| number of pseudo measurements on the track | |
| const std::vector< ChamberHitSummary > & | chamberHitSummary () const |
| access to the vector of chamber hit summaries on the track | |
Private Attributes | |
| unsigned int | m_nscatterers |
| unsigned int | m_npseudoMeasurements |
| std::vector< ChamberHitSummary > | m_chamberHitSummary |
Friends | |
| class | Muon::MuonTrackSummaryHelperTool |
| class | ::MuonTrackSummaryCnv_p1 |
| class | ::MuonTrackSummaryCnv_p2 |
| class | ::TrackSummaryCnv_p2 |
Detailed track summary for the muon system Give access to hit counts per chamber.
Definition at line 25 of file MuonTrackSummary.h.
| Trk::MuonTrackSummary::MuonTrackSummary | ( | ) |
default constructor
Definition at line 10 of file MuonTrackSummary.cxx.
|
default |
destructor
|
inline |
access to the vector of chamber hit summaries on the track
Definition at line 148 of file MuonTrackSummary.h.
| unsigned int Trk::MuonTrackSummary::ncloseHits | ( | ) | const |
number of holes on the track
Definition at line 71 of file MuonTrackSummary.cxx.
| unsigned int Trk::MuonTrackSummary::netaHits | ( | ) | const |
number of eta hits on the track
Definition at line 18 of file MuonTrackSummary.cxx.
| unsigned int Trk::MuonTrackSummary::nholes | ( | ) | const |
number of holes on the track
Definition at line 45 of file MuonTrackSummary.cxx.
| unsigned int Trk::MuonTrackSummary::noutliers | ( | ) | const |
number of eta trigger hits on the track
Definition at line 58 of file MuonTrackSummary.cxx.
| unsigned int Trk::MuonTrackSummary::nphiHits | ( | ) | const |
number of phi hits on the track
Definition at line 32 of file MuonTrackSummary.cxx.
|
inline |
|
inline |
|
friend |
Definition at line 151 of file MuonTrackSummary.h.
|
friend |
Definition at line 152 of file MuonTrackSummary.h.
|
friend |
Definition at line 153 of file MuonTrackSummary.h.
|
friend |
Definition at line 28 of file MuonTrackSummary.h.
|
private |
Definition at line 157 of file MuonTrackSummary.h.
|
private |
Definition at line 156 of file MuonTrackSummary.h.
|
private |
Definition at line 155 of file MuonTrackSummary.h.