Detailed track summary for the muon system Give access to hit counts per chamber.
More...
#include <MuonTrackSummary.h>
Detailed track summary for the muon system Give access to hit counts per chamber.
Definition at line 25 of file MuonTrackSummary.h.
◆ MuonTrackSummary()
| Trk::MuonTrackSummary::MuonTrackSummary |
( |
| ) |
|
default constructor
Definition at line 10 of file MuonTrackSummary.cxx.
13{}
unsigned int m_nscatterers
unsigned int m_npseudoMeasurements
◆ ~MuonTrackSummary()
| Trk::MuonTrackSummary::~MuonTrackSummary |
( |
| ) |
|
|
default |
◆ chamberHitSummary()
| const std::vector< ChamberHitSummary > & Trk::MuonTrackSummary::chamberHitSummary |
( |
| ) |
const |
|
inline |
access to the vector of chamber hit summaries on the track
Definition at line 148 of file MuonTrackSummary.h.
std::vector< ChamberHitSummary > m_chamberHitSummary
◆ ncloseHits()
| unsigned int Trk::MuonTrackSummary::ncloseHits |
( |
| ) |
const |
number of holes on the track
Definition at line 71 of file MuonTrackSummary.cxx.
72{
73 unsigned int count = 0;
74 std::vector<ChamberHitSummary>::const_iterator
it =
76 std::vector<ChamberHitSummary>::const_iterator it_end =
78 for (;
it != it_end; ++
it)
81}
int count(std::string s, const std::string ®x)
count how many occurances of a regx are in a string
◆ netaHits()
| unsigned int Trk::MuonTrackSummary::netaHits |
( |
| ) |
const |
number of eta hits on the track
Definition at line 18 of file MuonTrackSummary.cxx.
19{
20
21 unsigned int count = 0;
22 std::vector<ChamberHitSummary>::const_iterator
it =
24 std::vector<ChamberHitSummary>::const_iterator it_end =
26 for (;
it != it_end; ++
it)
29}
◆ nholes()
| unsigned int Trk::MuonTrackSummary::nholes |
( |
| ) |
const |
number of holes on the track
Definition at line 45 of file MuonTrackSummary.cxx.
46{
47 unsigned int count = 0;
48 std::vector<ChamberHitSummary>::const_iterator
it =
50 std::vector<ChamberHitSummary>::const_iterator it_end =
52 for (;
it != it_end; ++
it)
55}
◆ noutliers()
| unsigned int Trk::MuonTrackSummary::noutliers |
( |
| ) |
const |
number of eta trigger hits on the track
Definition at line 58 of file MuonTrackSummary.cxx.
59{
60 unsigned int count = 0;
61 std::vector<ChamberHitSummary>::const_iterator
it =
63 std::vector<ChamberHitSummary>::const_iterator it_end =
65 for (;
it != it_end; ++
it)
68}
◆ nphiHits()
| unsigned int Trk::MuonTrackSummary::nphiHits |
( |
| ) |
const |
number of phi hits on the track
Definition at line 32 of file MuonTrackSummary.cxx.
33{
34 unsigned int count = 0;
35 std::vector<ChamberHitSummary>::const_iterator
it =
37 std::vector<ChamberHitSummary>::const_iterator it_end =
39 for (;
it != it_end; ++
it)
42}
◆ npseudoMeasurements()
| unsigned int Trk::MuonTrackSummary::npseudoMeasurements |
( |
| ) |
const |
|
inline |
◆ nscatterers()
| unsigned int Trk::MuonTrackSummary::nscatterers |
( |
| ) |
const |
|
inline |
◆ ::MuonTrackSummaryCnv_p1
◆ ::MuonTrackSummaryCnv_p2
◆ ::TrackSummaryCnv_p2
◆ Muon::MuonTrackSummaryHelperTool
◆ m_chamberHitSummary
◆ m_npseudoMeasurements
| unsigned int Trk::MuonTrackSummary::m_npseudoMeasurements |
|
private |
◆ m_nscatterers
| unsigned int Trk::MuonTrackSummary::m_nscatterers |
|
private |
The documentation for this class was generated from the following files: