CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Public Attributes
reco::MuonQuality Struct Reference

#include <MuonQuality.h>

Public Member Functions

 MuonQuality ()
 

Public Attributes

float chi2LocalMomentum
 chi2 value for the STA-TK matching of local momentum More...
 
float chi2LocalPosition
 chi2 value for the STA-TK matching of local position More...
 
float glbKink
 value of the kink algorithm applied to the global track More...
 
math::XYZPoint glbKink_position
 
float glbTrackProbability
 the tail probability (-ln(P)) of the global fit More...
 
float globalDeltaEtaPhi
 global delta-Eta-Phi of STA-TK matching More...
 
float localDistance
 local distance seperation for STA-TK TSOS matching on same surface More...
 
float staRelChi2
 chi2 value for the outer track stub with respect to the global track More...
 
bool tightMatch
 if the STA-TK matching passed the tighter matching criteria More...
 
math::XYZPoint tkKink_position
 Kink position for the tracker stub and global track. More...
 
float trkKink
 value of the kink algorithm applied to the inner track stub More...
 
float trkRelChi2
 chi2 value for the inner track stub with respect to the global track More...
 
bool updatedSta
 bool returns true if standAloneMuon_updatedAtVtx was used in the fit More...
 

Detailed Description

Definition at line 6 of file MuonQuality.h.

Constructor & Destructor Documentation

reco::MuonQuality::MuonQuality ( )
inline

Definition at line 35 of file MuonQuality.h.

35  :
36  updatedSta(0),
37  trkKink(0), glbKink(0),
38  trkRelChi2(0), staRelChi2(0),
42  { }
float chi2LocalPosition
chi2 value for the STA-TK matching of local position
Definition: MuonQuality.h:19
float chi2LocalMomentum
chi2 value for the STA-TK matching of local momentum
Definition: MuonQuality.h:21
bool updatedSta
bool returns true if standAloneMuon_updatedAtVtx was used in the fit
Definition: MuonQuality.h:9
float glbKink
value of the kink algorithm applied to the global track
Definition: MuonQuality.h:13
float glbTrackProbability
the tail probability (-ln(P)) of the global fit
Definition: MuonQuality.h:29
float trkKink
value of the kink algorithm applied to the inner track stub
Definition: MuonQuality.h:11
float trkRelChi2
chi2 value for the inner track stub with respect to the global track
Definition: MuonQuality.h:15
bool tightMatch
if the STA-TK matching passed the tighter matching criteria
Definition: MuonQuality.h:27
float globalDeltaEtaPhi
global delta-Eta-Phi of STA-TK matching
Definition: MuonQuality.h:25
float staRelChi2
chi2 value for the outer track stub with respect to the global track
Definition: MuonQuality.h:17
float localDistance
local distance seperation for STA-TK TSOS matching on same surface
Definition: MuonQuality.h:23

Member Data Documentation

float reco::MuonQuality::chi2LocalMomentum

chi2 value for the STA-TK matching of local momentum

Definition at line 21 of file MuonQuality.h.

Referenced by GlobalTrackQualityProducer::produce().

float reco::MuonQuality::chi2LocalPosition

chi2 value for the STA-TK matching of local position

Definition at line 19 of file MuonQuality.h.

Referenced by muon::isMediumMuon(), and GlobalTrackQualityProducer::produce().

float reco::MuonQuality::glbKink

value of the kink algorithm applied to the global track

Definition at line 13 of file MuonQuality.h.

Referenced by GlobalTrackQualityProducer::produce().

math::XYZPoint reco::MuonQuality::glbKink_position

Definition at line 33 of file MuonQuality.h.

float reco::MuonQuality::glbTrackProbability

the tail probability (-ln(P)) of the global fit

Definition at line 29 of file MuonQuality.h.

Referenced by GlobalTrackQualityProducer::produce().

float reco::MuonQuality::globalDeltaEtaPhi

global delta-Eta-Phi of STA-TK matching

Definition at line 25 of file MuonQuality.h.

Referenced by GlobalTrackQualityProducer::produce().

float reco::MuonQuality::localDistance

local distance seperation for STA-TK TSOS matching on same surface

Definition at line 23 of file MuonQuality.h.

Referenced by GlobalTrackQualityProducer::produce().

float reco::MuonQuality::staRelChi2

chi2 value for the outer track stub with respect to the global track

Definition at line 17 of file MuonQuality.h.

Referenced by muon::isGoodMuon(), and GlobalTrackQualityProducer::produce().

bool reco::MuonQuality::tightMatch

if the STA-TK matching passed the tighter matching criteria

Definition at line 27 of file MuonQuality.h.

Referenced by GlobalTrackQualityProducer::produce().

math::XYZPoint reco::MuonQuality::tkKink_position

Kink position for the tracker stub and global track.

Definition at line 32 of file MuonQuality.h.

Referenced by MuonKinkFinder::fillTrkKink().

float reco::MuonQuality::trkKink

value of the kink algorithm applied to the inner track stub

Definition at line 11 of file MuonQuality.h.

Referenced by MuonKinkFinder::fillTrkKink(), muon::isGoodMuon(), muon::isMediumMuon(), and GlobalTrackQualityProducer::produce().

float reco::MuonQuality::trkRelChi2

chi2 value for the inner track stub with respect to the global track

Definition at line 15 of file MuonQuality.h.

Referenced by MuonIdProducer::fillGlbQuality(), muon::isGoodMuon(), and GlobalTrackQualityProducer::produce().

bool reco::MuonQuality::updatedSta

bool returns true if standAloneMuon_updatedAtVtx was used in the fit

Definition at line 9 of file MuonQuality.h.

Referenced by GlobalTrackQualityProducer::produce().