|
ATLAS Offline Software
|
Go to the documentation of this file.
15 #ifndef MUIDEVENT_MUONMATCH_H
16 # define MUIDEVENT_MUONMATCH_H
115 void innerMatch (
double matchChi2,
int matchDoF,
double matchProb);
124 void outerMatch (
double matchChi2,
int matchDoF,
double matchProb);
284 #endif // MUIDEVENT_MUONMATCH_H
const Trk::Track * combinedTrack(void) const
const Trk::Track * m_combinedTrack
bool simpleMatch(void) const
const Trk::Track * extrapolatedTrack(void) const
MuonMatch & operator=(MuonMatch &)
MatchType
enum to describe the ranked match quality
const Trk::Track * m_spectrometerTrack
void outerMatch(double matchChi2, int matchDoF, double matchProb)
bool bestMatch(void) const
const Trk::Track * m_indetTrack
const Trk::Track * m_extrapolatedTrack
MatchType matchType(void) const
@ Unmatched
Unmatched: no match found.
const Trk::Track * indetTrack(void) const
@ Vertex
Vertex: matched to vertex rather than track.
double outerMatchProb(void) const
const TrackParticle * indetParticle(void) const
const Trk::RecVertex * vertex(void) const
Trk::RecVertex inherits from Trk::Vertex.
double innerMatchChi2(void) const
TrackParticle_v1 TrackParticle
Reference the current persistent version:
@ Inner
Inner: good inner match chi2.
Name: MuonSpContainer.h Package : offline/Reconstruction/MuonIdentification/muonEvent.
bool isType(MatchType) const
void innerMatch(double matchChi2, int matchDoF, double matchProb)
const Trk::RecVertex * m_vertex
MuonMatch(const MuonMatch &)
double outerMatchChi2(void) const
const TrackParticle * m_spectrometerParticle
@ Simple
Simple: good simple (i.e.
double momentumBalanceSignificance(void) const
Ensure that the ATLAS eigen extensions are properly loaded.
int innerMatchDoF(void) const
@ Outer
Outer: good outer match chi2.
const Trk::Track * m_extrapolatedRefit
double innerMatchProb(void) const
const TrackParticle * m_indetParticle
const FieldIntegral & fieldIntegral(void) const
const ScatteringAngleSignificance & scatteringAngleSignificance(void) const
ScatteringAngleSignificance m_scatteringAngleSignificance
double m_momentumBalanceSignificance
bool looseMatch(void) const
const Trk::Track * spectrometerTrack(void) const
const Trk::Track * extrapolatedRefit(void) const
FieldIntegral m_fieldIntegral
const TrackParticle * spectrometerParticle(void) const
@ Loose
Loose: no good match chi2 of any flavour.
int outerMatchDoF(void) const
@ Tight
Tight: good inner and outer match chi2.