FairRoot/PandaRoot
|
#include <PndTrackingQualityRecoInfo.h>
Protected Member Functions | |
ClassDef (PndTrackingQualityRecoInfo, 2) | |
Protected Attributes | |
Int_t | fNofMvdPixelTrueHits |
Int_t | fNofMvdStripTrueHits |
Int_t | fNofSttTrueHits |
Int_t | fNofGemTrueHits |
Int_t | fNofFtsTrueHits |
Int_t | fNofMvdPixelFakeHits |
Int_t | fNofMvdStripFakeHits |
Int_t | fNofSttFakeHits |
Int_t | fNofGemFakeHits |
Int_t | fNofFtsFakeHits |
Int_t | fNofMvdPixelMissingHits |
Int_t | fNofMvdStripMissingHits |
Int_t | fNofSttMissingHits |
Int_t | fNofGemMissingHits |
Int_t | fNofFtsMissingHits |
Int_t | fRecoTrackID |
TVector3 | fPosFirst |
TVector3 | fMomFirst |
TVector3 | fPosLast |
TVector3 | fMomLast |
PndTrackingQualityMCInfo | fMCTrackInfo |
Int_t | fFlag |
Int_t | fNofMCTracks |
Int_t | fIdealTrackId |
TVector3 | fMCMomFirst |
TVector3 | fMCMomLast |
TVector3 | fMCVertex |
TVector3 | fMCMomentum |
Int_t | fMCCharge |
Int_t | fMCPdg |
Bool_t | fIsPrimary |
Int_t | fQuality |
Int_t | fMCQuality |
Int_t | fCharge |
Int_t | fMCTrackID |
Bool_t | fTrue |
Definition at line 14 of file PndTrackingQualityRecoInfo.h.
PndTrackingQualityRecoInfo::PndTrackingQualityRecoInfo | ( | ) |
Definition at line 16 of file PndTrackingQualityRecoInfo.cxx.
PndTrackingQualityRecoInfo::PndTrackingQualityRecoInfo | ( | int | recotrackid | ) |
Definition at line 26 of file PndTrackingQualityRecoInfo.cxx.
PndTrackingQualityRecoInfo::~PndTrackingQualityRecoInfo | ( | ) |
Definition at line 35 of file PndTrackingQualityRecoInfo.cxx.
|
protected |
|
inline |
double PndTrackingQualityRecoInfo::GetContamination | ( | ) |
Definition at line 180 of file PndTrackingQualityRecoInfo.cxx.
References GetNofRecoFakeHits(), and GetNofRecoHits().
Referenced by IsAlmostClean(), IsClean(), and IsNoisy().
double PndTrackingQualityRecoInfo::GetEfficiency | ( | ) |
Definition at line 37 of file PndTrackingQualityRecoInfo.cxx.
References fMCTrackInfo, PndTrackingQualityMCInfo::GetNofMCPoints(), and GetNofRecoTrueHits().
Referenced by PndTrackingQualityBarrelTaskNewLinks::AssociateRecoTracksToMCTracks(), PndTrackingQATask::AssociateRecoTracksToMCTracks(), IsAlmostFull(), IsFull(), IsPartial(), and IsScarce().
|
inline |
double PndTrackingQualityRecoInfo::GetFtsContamination | ( | ) |
double PndTrackingQualityRecoInfo::GetFtsEfficiency | ( | ) |
Definition at line 77 of file PndTrackingQualityRecoInfo.cxx.
References fMCTrackInfo, PndTrackingQualityMCInfo::GetNofFtsPoints(), and GetNofFtsTrueHits().
double PndTrackingQualityRecoInfo::GetFtsInefficiency | ( | ) |
Definition at line 128 of file PndTrackingQualityRecoInfo.cxx.
References fMCTrackInfo, GetNofFtsMissingHits(), and PndTrackingQualityMCInfo::GetNofFtsPoints().
double PndTrackingQualityRecoInfo::GetFtsPurity | ( | ) |
Definition at line 171 of file PndTrackingQualityRecoInfo.cxx.
References GetNofFtsHits(), and GetNofFtsTrueHits().
double PndTrackingQualityRecoInfo::GetGemContamination | ( | ) |
Definition at line 208 of file PndTrackingQualityRecoInfo.cxx.
References GetNofGemFakeHits(), and GetNofGemHits().
double PndTrackingQualityRecoInfo::GetGemEfficiency | ( | ) |
Definition at line 72 of file PndTrackingQualityRecoInfo.cxx.
References fMCTrackInfo, PndTrackingQualityMCInfo::GetNofGemPoints(), and GetNofGemTrueHits().
double PndTrackingQualityRecoInfo::GetGemInefficiency | ( | ) |
Definition at line 123 of file PndTrackingQualityRecoInfo.cxx.
References fMCTrackInfo, GetNofGemMissingHits(), and PndTrackingQualityMCInfo::GetNofGemPoints().
double PndTrackingQualityRecoInfo::GetGemPurity | ( | ) |
Definition at line 166 of file PndTrackingQualityRecoInfo.cxx.
References GetNofGemHits(), and GetNofGemTrueHits().
|
inline |
Definition at line 201 of file PndTrackingQualityRecoInfo.h.
References fIdealTrackId.
double PndTrackingQualityRecoInfo::GetInefficiency | ( | ) |
Definition at line 88 of file PndTrackingQualityRecoInfo.cxx.
References fMCTrackInfo, PndTrackingQualityMCInfo::GetNofMCPoints(), and GetNofMissingHits().
|
inline |
|
inline |
Definition at line 189 of file PndTrackingQualityRecoInfo.h.
References fMCTrackID.
Referenced by PndTrackingQualityBarrelTaskNewLinks::AssociateRecoTracksToMCTracks(), and PndTrackingQATask::AssociateRecoTracksToMCTracks().
|
inline |
Definition at line 187 of file PndTrackingQualityRecoInfo.h.
References fMCTrackInfo.
|
inline |
|
inline |
double PndTrackingQualityRecoInfo::GetMvdContamination | ( | ) |
Definition at line 204 of file PndTrackingQualityRecoInfo.cxx.
References GetNofMvdFakeHits(), and GetNofMvdHits().
double PndTrackingQualityRecoInfo::GetMvdEfficiency | ( | ) |
Definition at line 52 of file PndTrackingQualityRecoInfo.cxx.
References fMCTrackInfo, PndTrackingQualityMCInfo::GetNofMvdPoints(), and GetNofMvdTrueHits().
double PndTrackingQualityRecoInfo::GetMvdInefficiency | ( | ) |
Definition at line 103 of file PndTrackingQualityRecoInfo.cxx.
References fMCTrackInfo, GetNofMvdMissingHits(), and PndTrackingQualityMCInfo::GetNofMvdPoints().
double PndTrackingQualityRecoInfo::GetMvdPixelContamination | ( | ) |
Definition at line 196 of file PndTrackingQualityRecoInfo.cxx.
References GetNofMvdPixelFakeHits(), and GetNofMvdPixelHits().
double PndTrackingQualityRecoInfo::GetMvdPixelEfficiency | ( | ) |
Definition at line 42 of file PndTrackingQualityRecoInfo.cxx.
References fMCTrackInfo, PndTrackingQualityMCInfo::GetNofMvdPixelPoints(), and GetNofMvdPixelTrueHits().
double PndTrackingQualityRecoInfo::GetMvdPixelInefficiency | ( | ) |
Definition at line 93 of file PndTrackingQualityRecoInfo.cxx.
References fMCTrackInfo, GetNofMvdPixelMissingHits(), and PndTrackingQualityMCInfo::GetNofMvdPixelPoints().
double PndTrackingQualityRecoInfo::GetMvdPixelPurity | ( | ) |
Definition at line 154 of file PndTrackingQualityRecoInfo.cxx.
References GetNofMvdPixelHits(), and GetNofMvdPixelTrueHits().
double PndTrackingQualityRecoInfo::GetMvdPurity | ( | ) |
Definition at line 162 of file PndTrackingQualityRecoInfo.cxx.
References GetNofMvdHits(), and GetNofMvdTrueHits().
double PndTrackingQualityRecoInfo::GetMvdStripContamination | ( | ) |
Definition at line 200 of file PndTrackingQualityRecoInfo.cxx.
References GetNofMvdStripFakeHits(), and GetNofMvdStripHits().
double PndTrackingQualityRecoInfo::GetMvdStripEfficiency | ( | ) |
Definition at line 47 of file PndTrackingQualityRecoInfo.cxx.
References fMCTrackInfo, PndTrackingQualityMCInfo::GetNofMvdStripPoints(), and GetNofMvdStripTrueHits().
double PndTrackingQualityRecoInfo::GetMvdStripInefficiency | ( | ) |
Definition at line 98 of file PndTrackingQualityRecoInfo.cxx.
References fMCTrackInfo, GetNofMvdStripMissingHits(), and PndTrackingQualityMCInfo::GetNofMvdStripPoints().
double PndTrackingQualityRecoInfo::GetMvdStripPurity | ( | ) |
Definition at line 158 of file PndTrackingQualityRecoInfo.cxx.
References GetNofMvdStripHits(), and GetNofMvdStripTrueHits().
|
inline |
Definition at line 160 of file PndTrackingQualityRecoInfo.h.
References fNofGemFakeHits, fNofMvdPixelFakeHits, fNofMvdStripFakeHits, and fNofSttFakeHits.
|
inline |
Definition at line 135 of file PndTrackingQualityRecoInfo.h.
References fNofFtsFakeHits.
Referenced by GetNofFtsHits().
|
inline |
Definition at line 170 of file PndTrackingQualityRecoInfo.h.
References GetNofFtsFakeHits(), and GetNofFtsTrueHits().
Referenced by GetFtsPurity().
|
inline |
Definition at line 146 of file PndTrackingQualityRecoInfo.h.
References fNofFtsMissingHits.
Referenced by GetFtsInefficiency().
|
inline |
Definition at line 115 of file PndTrackingQualityRecoInfo.h.
References fNofFtsTrueHits.
Referenced by GetFtsEfficiency(), GetFtsPurity(), and GetNofFtsHits().
|
inline |
Definition at line 134 of file PndTrackingQualityRecoInfo.h.
References fNofGemFakeHits.
Referenced by GetGemContamination(), and GetNofGemHits().
|
inline |
Definition at line 169 of file PndTrackingQualityRecoInfo.h.
References GetNofGemFakeHits(), and GetNofGemTrueHits().
Referenced by GetGemContamination(), and GetGemPurity().
|
inline |
Definition at line 145 of file PndTrackingQualityRecoInfo.h.
References fNofGemMissingHits.
Referenced by GetGemInefficiency().
|
inline |
Definition at line 114 of file PndTrackingQualityRecoInfo.h.
References fNofGemTrueHits.
Referenced by GetGemEfficiency(), GetGemPurity(), and GetNofGemHits().
|
inline |
Definition at line 35 of file PndTrackingQualityRecoInfo.h.
References fNofMCTracks.
|
inline |
Definition at line 148 of file PndTrackingQualityRecoInfo.h.
References fNofGemMissingHits, fNofMvdPixelMissingHits, fNofMvdStripMissingHits, and fNofSttMissingHits.
Referenced by GetInefficiency().
|
inline |
Definition at line 130 of file PndTrackingQualityRecoInfo.h.
References fNofMvdPixelFakeHits, and fNofMvdStripFakeHits.
Referenced by GetMvdContamination().
|
inline |
Definition at line 165 of file PndTrackingQualityRecoInfo.h.
References GetNofMvdPixelHits(), and GetNofMvdStripHits().
Referenced by GetMvdContamination(), and GetMvdPurity().
|
inline |
Definition at line 141 of file PndTrackingQualityRecoInfo.h.
References fNofMvdPixelMissingHits, and fNofMvdStripMissingHits.
Referenced by GetMvdInefficiency().
|
inline |
Definition at line 128 of file PndTrackingQualityRecoInfo.h.
References fNofMvdPixelFakeHits.
Referenced by GetMvdPixelContamination(), and GetNofMvdPixelHits().
|
inline |
Definition at line 163 of file PndTrackingQualityRecoInfo.h.
References GetNofMvdPixelFakeHits(), and GetNofMvdPixelTrueHits().
Referenced by GetMvdPixelContamination(), GetMvdPixelPurity(), and GetNofMvdHits().
|
inline |
Definition at line 139 of file PndTrackingQualityRecoInfo.h.
References fNofMvdPixelMissingHits.
Referenced by GetMvdPixelInefficiency().
|
inline |
Definition at line 108 of file PndTrackingQualityRecoInfo.h.
References fNofMvdPixelTrueHits.
Referenced by GetMvdPixelEfficiency(), GetMvdPixelPurity(), and GetNofMvdPixelHits().
|
inline |
Definition at line 129 of file PndTrackingQualityRecoInfo.h.
References fNofMvdStripFakeHits.
Referenced by GetMvdStripContamination(), and GetNofMvdStripHits().
|
inline |
Definition at line 164 of file PndTrackingQualityRecoInfo.h.
References GetNofMvdStripFakeHits(), and GetNofMvdStripTrueHits().
Referenced by GetMvdStripContamination(), GetMvdStripPurity(), and GetNofMvdHits().
|
inline |
Definition at line 140 of file PndTrackingQualityRecoInfo.h.
References fNofMvdStripMissingHits.
Referenced by GetMvdStripInefficiency().
|
inline |
Definition at line 109 of file PndTrackingQualityRecoInfo.h.
References fNofMvdStripTrueHits.
Referenced by GetMvdStripEfficiency(), GetMvdStripPurity(), and GetNofMvdStripHits().
|
inline |
Definition at line 110 of file PndTrackingQualityRecoInfo.h.
References fNofMvdPixelTrueHits, and fNofMvdStripTrueHits.
Referenced by GetMvdEfficiency(), and GetMvdPurity().
|
inline |
Definition at line 137 of file PndTrackingQualityRecoInfo.h.
References fNofGemFakeHits, fNofMvdPixelFakeHits, fNofMvdStripFakeHits, and fNofSttFakeHits.
Referenced by GetContamination(), and GetNofRecoHits().
|
inline |
Definition at line 161 of file PndTrackingQualityRecoInfo.h.
References GetNofRecoFakeHits(), and GetNofRecoTrueHits().
Referenced by GetContamination(), and GetPurity().
|
inline |
Definition at line 117 of file PndTrackingQualityRecoInfo.h.
References fNofFtsTrueHits, fNofGemTrueHits, fNofMvdPixelTrueHits, fNofMvdStripTrueHits, and fNofSttTrueHits.
Referenced by GetEfficiency(), GetNofRecoHits(), and GetPurity().
|
inline |
Definition at line 133 of file PndTrackingQualityRecoInfo.h.
References fNofSttFakeHits.
Referenced by GetNofSttHits(), and GetSttContamination().
|
inline |
Definition at line 168 of file PndTrackingQualityRecoInfo.h.
References GetNofSttFakeHits(), and GetNofSttTrueHits().
Referenced by GetSttContamination(), and GetSttPurity().
|
inline |
Definition at line 144 of file PndTrackingQualityRecoInfo.h.
References fNofSttMissingHits.
Referenced by GetSttInefficiency().
|
inline |
Definition at line 113 of file PndTrackingQualityRecoInfo.h.
References fNofSttTrueHits.
Referenced by GetNofSttHits(), GetSttEfficiency(), and GetSttPurity().
|
inline |
Definition at line 159 of file PndTrackingQualityRecoInfo.h.
References fNofGemTrueHits, fNofMvdPixelTrueHits, fNofMvdStripTrueHits, and fNofSttTrueHits.
|
inline |
|
inline |
double PndTrackingQualityRecoInfo::GetPurity | ( | void | ) |
Definition at line 138 of file PndTrackingQualityRecoInfo.cxx.
References GetNofRecoHits(), and GetNofRecoTrueHits().
Referenced by PndTrackingQualityBarrelTaskNewLinks::AssociateRecoTracksToMCTracks(), and PndTrackingQATask::AssociateRecoTracksToMCTracks().
|
inline |
|
inline |
Definition at line 183 of file PndTrackingQualityRecoInfo.h.
References fRecoTrackID.
Referenced by PndTrackingQualityBarrelTaskNewLinks::AssociateRecoTracksToMCTracks(), PndTrackingQATask::AssociateRecoTracksToMCTracks(), PndTrackingQualityBarrelTaskNewLinks::Exec(), and PndTrackingQATask::Exec().
double PndTrackingQualityRecoInfo::GetSttContamination | ( | ) |
Definition at line 192 of file PndTrackingQualityRecoInfo.cxx.
References GetNofSttFakeHits(), and GetNofSttHits().
double PndTrackingQualityRecoInfo::GetSttEfficiency | ( | ) |
Definition at line 67 of file PndTrackingQualityRecoInfo.cxx.
References fMCTrackInfo, PndTrackingQualityMCInfo::GetNofSttPoints(), and GetNofSttTrueHits().
double PndTrackingQualityRecoInfo::GetSttInefficiency | ( | ) |
Definition at line 118 of file PndTrackingQualityRecoInfo.cxx.
References fMCTrackInfo, GetNofSttMissingHits(), and PndTrackingQualityMCInfo::GetNofSttPoints().
double PndTrackingQualityRecoInfo::GetSttPurity | ( | ) |
Definition at line 150 of file PndTrackingQualityRecoInfo.cxx.
References GetNofSttHits(), and GetNofSttTrueHits().
|
inline |
Definition at line 179 of file PndTrackingQualityRecoInfo.h.
References GetContamination().
|
inline |
Definition at line 174 of file PndTrackingQualityRecoInfo.h.
References GetEfficiency().
|
inline |
Definition at line 178 of file PndTrackingQualityRecoInfo.h.
References GetContamination().
|
inline |
|
inline |
Definition at line 173 of file PndTrackingQualityRecoInfo.h.
References GetEfficiency().
|
inline |
Definition at line 180 of file PndTrackingQualityRecoInfo.h.
References GetContamination().
|
inline |
Definition at line 175 of file PndTrackingQualityRecoInfo.h.
References GetEfficiency().
|
inline |
Definition at line 176 of file PndTrackingQualityRecoInfo.h.
References GetEfficiency().
|
inline |
|
inline |
Definition at line 97 of file PndTrackingQualityRecoInfo.h.
References fCharge.
Referenced by PndTrackingQA::GetRecoInfoFromRecoTrack(), and PndTrackingQualityBarrelAnalysisNewLinks::GetRecoInfoFromRecoTrack().
|
inline |
Definition at line 194 of file PndTrackingQualityRecoInfo.h.
References fTrue.
Referenced by PndTrackingQualityBarrelTaskNewLinks::AssociateRecoTracksToMCTracks(), and PndTrackingQATask::AssociateRecoTracksToMCTracks().
|
inline |
Definition at line 197 of file PndTrackingQualityRecoInfo.h.
References fFlag.
Referenced by PndTrackingQA::GetRecoInfoFromRecoTrack(), and PndTrackingQualityBarrelAnalysisNewLinks::GetRecoInfoFromRecoTrack().
|
inline |
Definition at line 200 of file PndTrackingQualityRecoInfo.h.
References fIdealTrackId.
Referenced by PndTrackingQATask::Exec().
|
inline |
Definition at line 85 of file PndTrackingQualityRecoInfo.h.
References fMCMomentum, and mom.
|
inline |
Definition at line 188 of file PndTrackingQualityRecoInfo.h.
References fMCTrackID.
Referenced by PndTrackingQA::GetRecoInfoFromRecoTrack(), and PndTrackingQualityBarrelAnalysisNewLinks::GetRecoInfoFromRecoTrack().
|
inline |
Definition at line 23 of file PndTrackingQualityRecoInfo.h.
References fIsPrimary, fMCCharge, fMCMomFirst, fMCMomLast, fMCPdg, fMCQuality, fMCTrackInfo, fMCVertex, fQuality, PndTrackingQualityMCInfo::GetCharge(), PndTrackingQualityMCInfo::GetIsPrimary(), PndTrackingQualityMCInfo::GetMCQuality(), PndTrackingQualityMCInfo::GetMomentumFirst(), PndTrackingQualityMCInfo::GetMomentumLast(), PndTrackingQualityMCInfo::GetPDGCode(), PndTrackingQualityMCInfo::GetQuality(), and PndTrackingQualityMCInfo::GetVertex().
Referenced by PndTrackingQualityBarrelTaskNewLinks::Exec(), and PndTrackingQATask::Exec().
|
inline |
|
inline |
Definition at line 88 of file PndTrackingQualityRecoInfo.h.
References fMomFirst, and mom.
Referenced by PndTrackingQA::GetRecoInfoFromRecoTrack(), and PndTrackingQualityBarrelAnalysisNewLinks::GetRecoInfoFromRecoTrack().
|
inline |
Definition at line 90 of file PndTrackingQualityRecoInfo.h.
Referenced by PndTrackingQA::GetRecoInfoFromRecoTrack(), and PndTrackingQualityBarrelAnalysisNewLinks::GetRecoInfoFromRecoTrack().
|
inline |
Definition at line 125 of file PndTrackingQualityRecoInfo.h.
References fNofFtsFakeHits.
Referenced by PndTrackingQA::GetRecoInfoFromRecoTrack().
|
inline |
Definition at line 156 of file PndTrackingQualityRecoInfo.h.
References fNofFtsMissingHits.
Referenced by PndTrackingQA::GetRecoInfoFromRecoTrack().
|
inline |
Definition at line 105 of file PndTrackingQualityRecoInfo.h.
References fNofFtsTrueHits.
Referenced by PndTrackingQA::GetRecoInfoFromRecoTrack().
|
inline |
Definition at line 124 of file PndTrackingQualityRecoInfo.h.
References fNofGemFakeHits.
Referenced by PndTrackingQA::GetRecoInfoFromRecoTrack(), and PndTrackingQualityBarrelAnalysisNewLinks::GetRecoInfoFromRecoTrack().
|
inline |
Definition at line 155 of file PndTrackingQualityRecoInfo.h.
References fNofGemMissingHits.
Referenced by PndTrackingQA::GetRecoInfoFromRecoTrack(), and PndTrackingQualityBarrelAnalysisNewLinks::GetRecoInfoFromRecoTrack().
|
inline |
Definition at line 104 of file PndTrackingQualityRecoInfo.h.
References fNofGemTrueHits.
Referenced by PndTrackingQA::GetRecoInfoFromRecoTrack(), and PndTrackingQualityBarrelAnalysisNewLinks::GetRecoInfoFromRecoTrack().
|
inline |
Definition at line 34 of file PndTrackingQualityRecoInfo.h.
References fNofMCTracks.
Referenced by PndTrackingQA::AnalyseEvent(), and PndTrackingQualityBarrelAnalysisNewLinks::AnalyseEvent().
|
inline |
Definition at line 119 of file PndTrackingQualityRecoInfo.h.
References fNofMvdPixelFakeHits.
Referenced by PndTrackingQA::GetRecoInfoFromRecoTrack(), and PndTrackingQualityBarrelAnalysisNewLinks::GetRecoInfoFromRecoTrack().
|
inline |
Definition at line 150 of file PndTrackingQualityRecoInfo.h.
References fNofMvdPixelMissingHits.
Referenced by PndTrackingQA::GetRecoInfoFromRecoTrack(), and PndTrackingQualityBarrelAnalysisNewLinks::GetRecoInfoFromRecoTrack().
|
inline |
Definition at line 99 of file PndTrackingQualityRecoInfo.h.
References fNofMvdPixelTrueHits.
Referenced by PndTrackingQA::GetRecoInfoFromRecoTrack(), and PndTrackingQualityBarrelAnalysisNewLinks::GetRecoInfoFromRecoTrack().
|
inline |
Definition at line 120 of file PndTrackingQualityRecoInfo.h.
References fNofMvdStripFakeHits.
Referenced by PndTrackingQA::GetRecoInfoFromRecoTrack(), and PndTrackingQualityBarrelAnalysisNewLinks::GetRecoInfoFromRecoTrack().
|
inline |
Definition at line 151 of file PndTrackingQualityRecoInfo.h.
References fNofMvdStripMissingHits.
Referenced by PndTrackingQA::GetRecoInfoFromRecoTrack(), and PndTrackingQualityBarrelAnalysisNewLinks::GetRecoInfoFromRecoTrack().
|
inline |
Definition at line 100 of file PndTrackingQualityRecoInfo.h.
References fNofMvdStripTrueHits.
Referenced by PndTrackingQA::GetRecoInfoFromRecoTrack(), and PndTrackingQualityBarrelAnalysisNewLinks::GetRecoInfoFromRecoTrack().
|
inline |
Definition at line 123 of file PndTrackingQualityRecoInfo.h.
References fNofSttFakeHits.
Referenced by PndTrackingQA::GetRecoInfoFromRecoTrack(), and PndTrackingQualityBarrelAnalysisNewLinks::GetRecoInfoFromRecoTrack().
|
inline |
Definition at line 154 of file PndTrackingQualityRecoInfo.h.
References fNofSttMissingHits.
Referenced by PndTrackingQA::GetRecoInfoFromRecoTrack(), and PndTrackingQualityBarrelAnalysisNewLinks::GetRecoInfoFromRecoTrack().
|
inline |
Definition at line 103 of file PndTrackingQualityRecoInfo.h.
References fNofSttTrueHits.
Referenced by PndTrackingQA::GetRecoInfoFromRecoTrack(), and PndTrackingQualityBarrelAnalysisNewLinks::GetRecoInfoFromRecoTrack().
|
inline |
Definition at line 87 of file PndTrackingQualityRecoInfo.h.
References fPosFirst, and pos.
Referenced by PndTrackingQA::GetRecoInfoFromRecoTrack(), and PndTrackingQualityBarrelAnalysisNewLinks::GetRecoInfoFromRecoTrack().
|
inline |
Definition at line 89 of file PndTrackingQualityRecoInfo.h.
Referenced by PndTrackingQA::GetRecoInfoFromRecoTrack(), and PndTrackingQualityBarrelAnalysisNewLinks::GetRecoInfoFromRecoTrack().
|
inline |
Definition at line 191 of file PndTrackingQualityRecoInfo.h.
References fTrue.
Referenced by PndTrackingQualityBarrelTaskNewLinks::AssociateRecoTracksToMCTracks(), and PndTrackingQATask::AssociateRecoTracksToMCTracks().
|
protected |
Definition at line 234 of file PndTrackingQualityRecoInfo.h.
Referenced by GetCharge(), and SetCharge().
|
protected |
Definition at line 220 of file PndTrackingQualityRecoInfo.h.
|
protected |
Definition at line 222 of file PndTrackingQualityRecoInfo.h.
Referenced by GetIdealTrackId(), and SetIdealTrackId().
|
protected |
Definition at line 231 of file PndTrackingQualityRecoInfo.h.
Referenced by SetMCTrackInfo().
|
protected |
Definition at line 228 of file PndTrackingQualityRecoInfo.h.
Referenced by SetMCTrackInfo().
|
protected |
Definition at line 227 of file PndTrackingQualityRecoInfo.h.
Referenced by SetMCMomentum().
|
protected |
Definition at line 224 of file PndTrackingQualityRecoInfo.h.
Referenced by SetMCTrackInfo().
|
protected |
Definition at line 225 of file PndTrackingQualityRecoInfo.h.
Referenced by SetMCTrackInfo().
|
protected |
Definition at line 229 of file PndTrackingQualityRecoInfo.h.
Referenced by SetMCTrackInfo().
|
protected |
Definition at line 233 of file PndTrackingQualityRecoInfo.h.
Referenced by GetMCQuality(), and SetMCTrackInfo().
|
protected |
Definition at line 235 of file PndTrackingQualityRecoInfo.h.
Referenced by GetMCTrackID(), and SetMCTrackID().
|
protected |
Definition at line 219 of file PndTrackingQualityRecoInfo.h.
Referenced by GetEfficiency(), GetFtsEfficiency(), GetFtsInefficiency(), GetGemEfficiency(), GetGemInefficiency(), GetInefficiency(), GetMCTrackInfo(), GetMvdEfficiency(), GetMvdInefficiency(), GetMvdPixelEfficiency(), GetMvdPixelInefficiency(), GetMvdStripEfficiency(), GetMvdStripInefficiency(), GetSttEfficiency(), GetSttInefficiency(), and SetMCTrackInfo().
|
protected |
Definition at line 226 of file PndTrackingQualityRecoInfo.h.
Referenced by SetMCTrackInfo(), and SetMCVertex().
|
protected |
Definition at line 216 of file PndTrackingQualityRecoInfo.h.
Referenced by GetMomentumFirst(), and SetMomentumFirst().
|
protected |
Definition at line 217 of file PndTrackingQualityRecoInfo.h.
Referenced by GetMomentumLast(), and SetMomentumLast().
|
protected |
Definition at line 207 of file PndTrackingQualityRecoInfo.h.
Referenced by GetNofFtsFakeHits(), and SetNofFtsFakeHits().
|
protected |
Definition at line 208 of file PndTrackingQualityRecoInfo.h.
Referenced by GetNofFtsMissingHits(), and SetNofFtsMissingHits().
|
protected |
Definition at line 206 of file PndTrackingQualityRecoInfo.h.
Referenced by GetNofFtsTrueHits(), GetNofRecoTrueHits(), and SetNofFtsTrueHits().
|
protected |
Definition at line 207 of file PndTrackingQualityRecoInfo.h.
Referenced by GetNofFakeHits(), GetNofGemFakeHits(), GetNofRecoFakeHits(), and SetNofGemFakeHits().
|
protected |
Definition at line 208 of file PndTrackingQualityRecoInfo.h.
Referenced by GetNofGemMissingHits(), GetNofMissingHits(), and SetNofGemMissingHits().
|
protected |
Definition at line 206 of file PndTrackingQualityRecoInfo.h.
Referenced by GetNofGemTrueHits(), GetNofRecoTrueHits(), GetNofTrueHits(), and SetNofGemTrueHits().
|
protected |
Definition at line 221 of file PndTrackingQualityRecoInfo.h.
Referenced by GetNofMCTracks(), and SetNofMCTracks().
|
protected |
Definition at line 207 of file PndTrackingQualityRecoInfo.h.
Referenced by GetNofFakeHits(), GetNofMvdFakeHits(), GetNofMvdPixelFakeHits(), GetNofRecoFakeHits(), and SetNofMvdPixelFakeHits().
|
protected |
Definition at line 208 of file PndTrackingQualityRecoInfo.h.
Referenced by GetNofMissingHits(), GetNofMvdMissingHits(), GetNofMvdPixelMissingHits(), and SetNofMvdPixelMissingHits().
|
protected |
Definition at line 206 of file PndTrackingQualityRecoInfo.h.
Referenced by GetNofMvdPixelTrueHits(), GetNofMvdTrueHits(), GetNofRecoTrueHits(), GetNofTrueHits(), and SetNofMvdPixelTrueHits().
|
protected |
Definition at line 207 of file PndTrackingQualityRecoInfo.h.
Referenced by GetNofFakeHits(), GetNofMvdFakeHits(), GetNofMvdStripFakeHits(), GetNofRecoFakeHits(), and SetNofMvdStripFakeHits().
|
protected |
Definition at line 208 of file PndTrackingQualityRecoInfo.h.
Referenced by GetNofMissingHits(), GetNofMvdMissingHits(), GetNofMvdStripMissingHits(), and SetNofMvdStripMissingHits().
|
protected |
Definition at line 206 of file PndTrackingQualityRecoInfo.h.
Referenced by GetNofMvdStripTrueHits(), GetNofMvdTrueHits(), GetNofRecoTrueHits(), GetNofTrueHits(), and SetNofMvdStripTrueHits().
|
protected |
Definition at line 207 of file PndTrackingQualityRecoInfo.h.
Referenced by GetNofFakeHits(), GetNofRecoFakeHits(), GetNofSttFakeHits(), and SetNofSttFakeHits().
|
protected |
Definition at line 208 of file PndTrackingQualityRecoInfo.h.
Referenced by GetNofMissingHits(), GetNofSttMissingHits(), and SetNofSttMissingHits().
|
protected |
Definition at line 206 of file PndTrackingQualityRecoInfo.h.
Referenced by GetNofRecoTrueHits(), GetNofSttTrueHits(), GetNofTrueHits(), and SetNofSttTrueHits().
|
protected |
Definition at line 216 of file PndTrackingQualityRecoInfo.h.
Referenced by GetPositionFirst(), and SetPositionFirst().
|
protected |
Definition at line 217 of file PndTrackingQualityRecoInfo.h.
Referenced by GetPositionLast(), and SetPositionLast().
|
protected |
Definition at line 232 of file PndTrackingQualityRecoInfo.h.
Referenced by GetQuality(), and SetMCTrackInfo().
|
protected |
Definition at line 215 of file PndTrackingQualityRecoInfo.h.
Referenced by GetRecoTrackID().
|
protected |
Definition at line 237 of file PndTrackingQualityRecoInfo.h.
Referenced by IsClone(), IsTrue(), SetClone(), and SetTrue().