![]() |
ATLAS Offline Software
|
#include <MuonMatch.h>
Public Types | |
| enum | MatchType { Tight = 0 , Inner = 1 , Outer = 2 , Simple = 3 , Loose = 4 , Vertex = 5 , Unmatched = 6 , NumberOfMuonMatchTypes = 7 } |
| enum to describe the ranked match quality More... | |
Protected Attributes | |
| const Trk::Track * | m_combinedTrack |
| const Trk::Track * | m_extrapolatedRefit |
| const Trk::Track * | m_extrapolatedTrack |
| const TrackParticle * | m_indetParticle |
| const Trk::Track * | m_indetTrack |
| const TrackParticle * | m_spectrometerParticle |
| const Trk::Track * | m_spectrometerTrack |
| const Trk::RecVertex * | m_vertex |
| bool | m_bestMatch |
| FieldIntegral | m_fieldIntegral |
| double | m_innerMatchChi2 |
| int | m_innerMatchDoF |
| double | m_innerMatchProb |
| MatchType | m_matchType |
| double | m_momentumBalanceSignificance |
| double | m_outerMatchChi2 |
| int | m_outerMatchDoF |
| double | m_outerMatchProb |
| ScatteringAngleSignificance | m_scatteringAngleSignificance |
| bool | m_looseMatch |
| bool | m_simpleMatch |
Definition at line 31 of file MuonMatch.h.
enum to describe the ranked match quality
| Enumerator | |
|---|---|
| Tight | Tight: good inner and outer match chi2. |
| Inner | Inner: good inner match chi2. |
| Outer | Outer: good outer match chi2. |
| Simple | Simple: good simple (i.e. ignoring parameter correlation) inner match chi2 |
| Loose | Loose: no good match chi2 of any flavour. |
| Vertex | Vertex: matched to vertex rather than track. |
| Unmatched | Unmatched: no match found. |
| NumberOfMuonMatchTypes | |
Definition at line 35 of file MuonMatch.h.
| Rec::MuonMatch::MuonMatch | ( | const MuonMatch & | ) |
| MuonMatch::MuonMatch | ( | const Trk::Track * | combinedTrack, |
| const Trk::Track * | extrapolatedTrack, | ||
| const Trk::Track * | indetTrack, | ||
| const Trk::Track * | spectrometerTrack, | ||
| const FieldIntegral & | fieldIntegral = FieldIntegral(), | ||
| double | innerMatchChi2 = 999999., | ||
| int | innerMatchDoF = 0, | ||
| double | innerMatchProb = 0., | ||
| double | momentumBalanceSignificance = 0., | ||
| double | outerMatchChi2 = 999999., | ||
| int | outerMatchDoF = 0, | ||
| double | outerMatchProb = 0., | ||
| const ScatteringAngleSignificance & | scatAngleSignificance = ScatteringAngleSignificance() ) |
Definition at line 24 of file MuonMatch.cxx.
| MuonMatch::MuonMatch | ( | const Trk::Track * | combinedTrack, |
| const TrackParticle * | indetParticle, | ||
| const TrackParticle * | spectrometerParticle, | ||
| const Trk::RecVertex * | vertex, | ||
| const FieldIntegral & | fieldIntegral = FieldIntegral(), | ||
| const ScatteringAngleSignificance & | scatAngleSignificance = ScatteringAngleSignificance() ) |
Definition at line 61 of file MuonMatch.cxx.
| MuonMatch::MuonMatch | ( | MuonMatch & | match | ) |
Definition at line 94 of file MuonMatch.cxx.
|
virtual |
Definition at line 158 of file MuonMatch.cxx.
|
inline |
Definition at line 203 of file MuonMatch.h.
|
inline |
Definition at line 199 of file MuonMatch.h.
|
inline |
Definition at line 167 of file MuonMatch.h.
| void MuonMatch::extrapolatedRefit | ( | const Trk::Track * | refittedTrack | ) |
Definition at line 165 of file MuonMatch.cxx.
|
inline |
Definition at line 171 of file MuonMatch.h.
| void MuonMatch::extrapolatedTrack | ( | const Trk::Track * | extrapolatedTrack | ) |
Definition at line 173 of file MuonMatch.cxx.
|
inline |
Definition at line 175 of file MuonMatch.h.
| void MuonMatch::fieldIntegral | ( | const FieldIntegral & | value | ) |
Definition at line 179 of file MuonMatch.cxx.
|
inline |
Definition at line 207 of file MuonMatch.h.
|
inline |
Definition at line 179 of file MuonMatch.h.
|
inline |
Definition at line 183 of file MuonMatch.h.
|
inline |
Definition at line 211 of file MuonMatch.h.
|
inline |
Definition at line 219 of file MuonMatch.h.
|
inline |
Definition at line 223 of file MuonMatch.h.
|
inline |
Definition at line 227 of file MuonMatch.h.
|
inline |
Definition at line 231 of file MuonMatch.h.
|
inline |
Definition at line 271 of file MuonMatch.h.
|
inline |
Definition at line 267 of file MuonMatch.h.
| void MuonMatch::matchType | ( | MatchType | type | ) |
Definition at line 183 of file MuonMatch.cxx.
|
inline |
Definition at line 235 of file MuonMatch.h.
| void MuonMatch::momentumBalanceSignificance | ( | double | value | ) |
Definition at line 187 of file MuonMatch.cxx.
|
inline |
Definition at line 239 of file MuonMatch.h.
Definition at line 123 of file MuonMatch.cxx.
|
inline |
Definition at line 243 of file MuonMatch.h.
|
inline |
Definition at line 251 of file MuonMatch.h.
|
inline |
Definition at line 255 of file MuonMatch.h.
|
inline |
Definition at line 259 of file MuonMatch.h.
| void MuonMatch::scatteringAngleSignificance | ( | const ScatteringAngleSignificance & | value | ) |
Definition at line 191 of file MuonMatch.cxx.
|
inline |
Definition at line 263 of file MuonMatch.h.
|
inline |
Definition at line 279 of file MuonMatch.h.
|
inline |
Definition at line 275 of file MuonMatch.h.
|
inline |
Definition at line 187 of file MuonMatch.h.
|
inline |
Definition at line 191 of file MuonMatch.h.
|
inline |
Definition at line 195 of file MuonMatch.h.
|
protected |
Definition at line 146 of file MuonMatch.h.
|
protected |
Definition at line 138 of file MuonMatch.h.
|
protected |
Definition at line 139 of file MuonMatch.h.
|
protected |
Definition at line 140 of file MuonMatch.h.
|
protected |
Definition at line 147 of file MuonMatch.h.
|
protected |
Definition at line 141 of file MuonMatch.h.
|
protected |
Definition at line 142 of file MuonMatch.h.
|
protected |
Definition at line 148 of file MuonMatch.h.
|
protected |
Definition at line 149 of file MuonMatch.h.
|
protected |
Definition at line 150 of file MuonMatch.h.
|
protected |
Definition at line 159 of file MuonMatch.h.
|
protected |
Definition at line 151 of file MuonMatch.h.
|
protected |
Definition at line 152 of file MuonMatch.h.
|
protected |
Definition at line 153 of file MuonMatch.h.
|
protected |
Definition at line 154 of file MuonMatch.h.
|
protected |
Definition at line 155 of file MuonMatch.h.
|
protected |
Definition at line 156 of file MuonMatch.h.
|
protected |
Definition at line 160 of file MuonMatch.h.
|
protected |
Definition at line 143 of file MuonMatch.h.
|
protected |
Definition at line 144 of file MuonMatch.h.
|
protected |
Definition at line 145 of file MuonMatch.h.