![]() |
![]() |
#include <MTVHistoProducerAlgoForTracker.h>
Private Member Functions | |
double | getEta (double eta) |
double | getPt (double pt) |
void | getRecoMomentum (const reco::Track &track, double &pt, double &ptError, double &qoverp, double &qoverpError, double &lambda, double &lambdaError, double &phi, double &phiError) const |
retrieval of reconstructed momentum components from reco::Track (== mean values for GSF) More... | |
void | getRecoMomentum (const reco::GsfTrack &gsfTrack, double &pt, double &ptError, double &qoverp, double &qoverpError, double &lambda, double &lambdaError, double &phi, double &phiError) const |
retrieval of reconstructed momentum components based on the mode of a reco::GsfTrack More... | |
void | setUpVectors () |
Additional Inherited Members | |
![]() | |
void | BinLogX (TH1 *h) |
void | doProfileX (TH2 *th2, MonitorElement *me) |
void | doProfileX (MonitorElement *th2m, MonitorElement *me) |
void | fillPlotFromVector (MonitorElement *h, std::vector< int > &vec) |
void | fillPlotFromVectors (MonitorElement *h, std::vector< int > &numerator, std::vector< int > &denominator, std::string type) |
![]() | |
DQMStore * | dbe_ |
Definition at line 23 of file MTVHistoProducerAlgoForTracker.h.
MTVHistoProducerAlgoForTracker::MTVHistoProducerAlgoForTracker | ( | const edm::ParameterSet & | pset | ) |
Definition at line 18 of file MTVHistoProducerAlgoForTracker.cc.
References cotThetaRes_nbin, cotThetaRes_rangeMax, cotThetaRes_rangeMin, dxyRes_nbin, dxyRes_rangeMax, dxyRes_rangeMin, dzRes_nbin, dzRes_rangeMax, dzRes_rangeMin, generalTpSelector, edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), maxDeDx, maxDxy, maxDz, maxEta, maxHit, maxPhi, maxPt, maxVertpos, maxZpos, minDeDx, minDxy, minDz, minEta, minHit, minPhi, minPt, minVertpos, minZpos, nintDeDx, nintDxy, nintDz, nintEta, nintHit, nintPhi, nintPt, nintVertpos, nintZpos, phiRes_nbin, phiRes_rangeMax, phiRes_rangeMin, ptRes_nbin, ptRes_rangeMax, ptRes_rangeMin, TpSelectorForEfficiencyVsEta, TpSelectorForEfficiencyVsPhi, TpSelectorForEfficiencyVsPt, TpSelectorForEfficiencyVsVTXR, TpSelectorForEfficiencyVsVTXZ, useFabsEta, useInvPt, and useLogPt.
|
virtual |
Definition at line 123 of file MTVHistoProducerAlgoForTracker.cc.
References generalTpSelector, TpSelectorForEfficiencyVsEta, TpSelectorForEfficiencyVsPhi, TpSelectorForEfficiencyVsPt, TpSelectorForEfficiencyVsVTXR, and TpSelectorForEfficiencyVsVTXZ.
|
virtual |
this are needed to calculate efficiency during tha harvesting for the automated validation
Implements MTVHistoProducerAlgo.
Definition at line 277 of file MTVHistoProducerAlgoForTracker.cc.
References MTVHistoProducerAlgo::BinLogX(), DQMStore::book1D(), DQMStore::book2D(), DQMStore::bookProfile2D(), chi2_vs_eta, chi2_vs_nhits, chi2_vs_phi, cotThetaRes_nbin, cotThetaRes_rangeMax, cotThetaRes_rangeMin, cotThetares_vs_eta, cotThetares_vs_pt, MTVHistoProducerAlgo::dbe_, dxypull_vs_eta, dxyRes_nbin, dxyRes_rangeMax, dxyRes_rangeMin, dxyres_vs_eta, dxyres_vs_pt, dzpull_vs_eta, dzRes_nbin, dzRes_rangeMax, dzRes_rangeMin, dzres_vs_eta, dzres_vs_pt, etares_vs_eta, h_assoc2dxy, h_assoc2dz, h_assoc2eta, h_assoc2hit, h_assoc2phi, h_assoc2pT, h_assocdxy, h_assocdz, h_assoceta, h_assocFraction, h_assochit, h_assocphi, h_assocpT, h_assocSharedHit, h_assocvertpos, h_assoczpos, h_charge, h_dedx_estim1, h_dedx_estim2, h_dedx_nom1, h_dedx_nom2, h_dedx_sat1, h_dedx_sat2, h_eta, h_fakes, h_hits, h_losthits, h_nchi2, h_nchi2_prob, h_pt, h_pullDxy, h_pullDz, h_pullPhi, h_pullQoverp, h_pullTheta, h_recodxy, h_recodz, h_recoeta, h_recohit, h_recophi, h_recopT, h_simuldxy, h_simuldz, h_simuleta, h_simulhit, h_simulphi, h_simulpT, h_simulvertpos, h_simulzpos, h_tracks, maxDeDx, maxDxy, maxDz, maxEta, maxHit, maxPhi, maxPt, maxVertpos, maxZpos, minDeDx, minDxy, minDz, minEta, minHit, minPhi, minPt, minVertpos, minZpos, nhits_vs_eta, nhits_vs_phi, nintDeDx, nintDxy, nintDz, nintEta, nintHit, nintPhi, nintPt, nintVertpos, nintZpos, nLayersWithMeas_vs_eta, nlosthits_vs_eta, nPXBhits_vs_eta, nPXFhits_vs_eta, nPXLlayersWithMeas_vs_eta, nrec_vs_nsim, nrecHit_vs_nsimHit_rec2sim, nrecHit_vs_nsimHit_sim2rec, nSTRIPlayersWith1dMeas_vs_eta, nSTRIPlayersWith2dMeas_vs_eta, nSTRIPlayersWithMeas_vs_eta, nTEChits_vs_eta, nTIBhits_vs_eta, nTIDhits_vs_eta, nTOBhits_vs_eta, phimean_vs_eta_phi, phipull_vs_eta, phipull_vs_phi, phiRes_nbin, phiRes_rangeMax, phiRes_rangeMin, phires_vs_eta, phires_vs_phi, phires_vs_pt, ptmean_vs_eta_phi, ptpull_vs_eta, ptpull_vs_phi, ptRes_nbin, ptRes_rangeMax, ptRes_rangeMin, ptres_vs_eta, ptres_vs_phi, ptres_vs_pt, thetapull_vs_eta, thetapull_vs_phi, and useLogPt.
|
virtual |
Implements MTVHistoProducerAlgo.
Definition at line 473 of file MTVHistoProducerAlgoForTracker.cc.
References MTVHistoProducerAlgo::BinLogX(), DQMStore::book1D(), DQMStore::bookProfile(), MTVHistoProducerAlgo::dbe_, h_chi2mean_vs_phi, h_chi2meanh, h_chi2meanhitsh, h_cotThetameanh, h_cotThetameanhPt, h_cotThetarmsh, h_cotThetarmshPt, h_dxymeanh, h_dxymeanhPt, h_dxypulleta, h_dxypulletamean, h_dxyrmsh, h_dxyrmshPt, h_dzmeanh, h_dzmeanhPt, h_dzpulleta, h_dzpulletamean, h_dzrmsh, h_dzrmshPt, h_effic, h_effic_vs_dxy, h_effic_vs_dz, h_effic_vs_hit, h_effic_vs_phi, h_effic_vs_vertpos, h_effic_vs_zpos, h_efficPt, h_fake_vs_dxy, h_fake_vs_dz, h_fake_vs_hit, h_fake_vs_phi, h_fakerate, h_fakeratePt, h_hits_eta, h_hits_phi, h_LayersWithMeas_eta, h_losthits_eta, h_phimeanh, h_phimeanhPhi, h_phimeanhPt, h_phipulleta, h_phipulletamean, h_phipullphi, h_phipullphimean, h_phirmsh, h_phirmshPhi, h_phirmshPt, h_ptmeanhPhi, h_ptmeanhPt, h_ptpulleta, h_ptpulletamean, h_ptpullphi, h_ptpullphimean, h_ptrmsh, h_ptrmshPhi, h_ptrmshPt, h_ptshifteta, h_PXBhits_eta, h_PXFhits_eta, h_PXLlayersWithMeas_eta, h_STRIPlayersWith1dMeas_eta, h_STRIPlayersWith2dMeas_eta, h_STRIPlayersWithMeas_eta, h_TEChits_eta, h_thetapulleta, h_thetapulletamean, h_thetapullphi, h_thetapullphimean, h_TIBhits_eta, h_TIDhits_eta, h_TOBhits_eta, maxDxy, maxDz, maxEta, maxHit, maxPhi, maxPt, maxVertpos, maxZpos, minDxy, minDz, minEta, minHit, minPhi, minPt, minVertpos, minZpos, nintDxy, nintDz, nintEta, nintHit, nintPhi, nintPt, nintVertpos, nintZpos, and useLogPt.
|
virtual |
Implements MTVHistoProducerAlgo.
Definition at line 269 of file MTVHistoProducerAlgoForTracker.cc.
References DQMStore::book1D(), MTVHistoProducerAlgo::dbe_, h_etaSIM, h_ptSIM, h_tracksSIM, and h_vertposSIM.
|
virtual |
Implements MTVHistoProducerAlgo.
Definition at line 684 of file MTVHistoProducerAlgoForTracker.cc.
References prof2calltree::count, h_dedx_estim1, h_dedx_estim2, h_dedx_nom1, h_dedx_nom2, h_dedx_sat1, h_dedx_sat2, and i.
|
virtual |
Implements MTVHistoProducerAlgo.
Definition at line 709 of file MTVHistoProducerAlgoForTracker.cc.
References prof2calltree::count, reco::TrackBase::dxy(), dxyintervals, reco::TrackBase::dz(), dzintervals, etaintervals, f, reco::Track::found(), getEta(), getPt(), maxHit, min, reco::TrackBase::momentum(), phiintervals, pTintervals, mathSSE::sqrt(), tmp, totASS2_dxy, totASS2_dz, totASS2_hit, totASS2_phi, totASS2eta, totASS2pT, totREC_dxy, totREC_dz, totREC_hit, totREC_phi, totRECeta, and totRECpT.
|
virtual |
Implements MTVHistoProducerAlgo.
Definition at line 572 of file MTVHistoProducerAlgoForTracker.cc.
References prof2calltree::count, h_etaSIM, h_ptSIM, h_vertposSIM, and mathSSE::sqrt().
|
virtual |
Implements MTVHistoProducerAlgo.
Definition at line 583 of file MTVHistoProducerAlgoForTracker.cc.
References prof2calltree::count, dxyintervals, dzintervals, etaintervals, f, getEta(), getPt(), maxHit, min, nrecHit_vs_nsimHit_sim2rec, reco::TrackBase::numberOfValidHits(), phiintervals, pTintervals, mathSSE::sqrt(), totASS_dxy, totASS_dz, totASS_hit, totASS_phi, totASS_vertpos, totASS_zpos, totASSeta, totASSpT, totSIM_dxy, totSIM_dz, totSIM_hit, totSIM_phi, totSIM_vertpos, totSIM_zpos, totSIMeta, totSIMpT, TpSelectorForEfficiencyVsEta, TpSelectorForEfficiencyVsPhi, TpSelectorForEfficiencyVsPt, TpSelectorForEfficiencyVsVTXR, TpSelectorForEfficiencyVsVTXZ, vertposintervals, and zposintervals.
|
virtual |
Implements MTVHistoProducerAlgo.
Definition at line 806 of file MTVHistoProducerAlgoForTracker.cc.
References chi2_vs_phi, funct::cos(), cotThetares_vs_eta, cotThetares_vs_pt, prof2calltree::count, reco::TrackBase::dxy(), reco::TrackBase::dxyError(), dxypull_vs_eta, dxyres_vs_eta, dxyres_vs_pt, reco::TrackBase::dz(), reco::TrackBase::dzError(), dzpull_vs_eta, dzres_vs_eta, dzres_vs_pt, reco::TrackBase::eta(), etares_vs_eta, getEta(), getPt(), getRecoMomentum(), h_eta, h_pt, h_pullDxy, h_pullDz, h_pullPhi, h_pullQoverp, h_pullTheta, LogTrace, M_PI, nhits_vs_phi, reco::TrackBase::normalizedChi2(), reco::TrackBase::numberOfValidHits(), reco::TrackBase::parameters(), phimean_vs_eta_phi, phipull_vs_eta, phipull_vs_phi, phires_vs_eta, phires_vs_phi, phires_vs_pt, ptmean_vs_eta_phi, ptpull_vs_eta, ptpull_vs_phi, ptres_vs_eta, ptres_vs_phi, ptres_vs_pt, funct::sin(), mathSSE::sqrt(), funct::tan(), reco::TrackBase::theta(), thetapull_vs_eta, and thetapull_vs_phi.
|
virtual |
Implements MTVHistoProducerAlgo.
Definition at line 773 of file MTVHistoProducerAlgoForTracker.cc.
References reco::TrackBase::charge(), reco::TrackBase::chi2(), chi2_vs_eta, chi2_vs_nhits, prof2calltree::count, reco::TrackBase::eta(), getEta(), h_charge, h_hits, h_losthits, h_nchi2, h_nchi2_prob, reco::TrackBase::hitPattern(), reco::TrackBase::ndof(), nhits_vs_eta, nLayersWithMeas_vs_eta, nlosthits_vs_eta, reco::TrackBase::normalizedChi2(), nPXBhits_vs_eta, nPXFhits_vs_eta, nPXLlayersWithMeas_vs_eta, nSTRIPlayersWith1dMeas_vs_eta, nSTRIPlayersWith2dMeas_vs_eta, nSTRIPlayersWithMeas_vs_eta, nTEChits_vs_eta, nTIBhits_vs_eta, nTIDhits_vs_eta, nTOBhits_vs_eta, reco::TrackBase::numberOfLostHits(), reco::TrackBase::numberOfValidHits(), reco::HitPattern::numberOfValidPixelBarrelHits(), reco::HitPattern::numberOfValidPixelEndcapHits(), reco::HitPattern::numberOfValidStripLayersWithMonoAndStereo(), reco::HitPattern::numberOfValidStripTECHits(), reco::HitPattern::numberOfValidStripTIBHits(), reco::HitPattern::numberOfValidStripTIDHits(), reco::HitPattern::numberOfValidStripTOBHits(), reco::HitPattern::pixelLayersWithMeasurement(), reco::HitPattern::stripLayersWithMeasurement(), and reco::HitPattern::trackerLayersWithMeasurement().
|
virtual |
Implements MTVHistoProducerAlgo.
Definition at line 1114 of file MTVHistoProducerAlgoForTracker.cc.
References MTVHistoProducerAlgo::fillPlotFromVector(), h_assoc2dxy, h_assoc2dz, h_assoc2eta, h_assoc2hit, h_assoc2phi, h_assoc2pT, h_assocdxy, h_assocdz, h_assoceta, h_assochit, h_assocphi, h_assocpT, h_assocvertpos, h_assoczpos, h_recodxy, h_recodz, h_recoeta, h_recohit, h_recophi, h_recopT, h_simuldxy, h_simuldz, h_simuleta, h_simulhit, h_simulphi, h_simulpT, h_simulvertpos, h_simulzpos, totASS2_dxy, totASS2_dz, totASS2_hit, totASS2_phi, totASS2eta, totASS2pT, totASS_dxy, totASS_dz, totASS_hit, totASS_phi, totASS_vertpos, totASS_zpos, totASSeta, totASSpT, totREC_dxy, totREC_dz, totREC_hit, totREC_phi, totRECeta, totRECpT, totSIM_dxy, totSIM_dz, totSIM_hit, totSIM_phi, totSIM_vertpos, totSIM_zpos, totSIMeta, and totSIMpT.
|
virtual |
Implements MTVHistoProducerAlgo.
Definition at line 1084 of file MTVHistoProducerAlgoForTracker.cc.
References chi2_vs_eta, chi2_vs_nhits, chi2_vs_phi, MTVHistoProducerAlgo::doProfileX(), h_chi2mean_vs_phi, h_chi2meanh, h_chi2meanhitsh, h_hits_eta, h_hits_phi, h_LayersWithMeas_eta, h_losthits_eta, h_PXBhits_eta, h_PXFhits_eta, h_PXLlayersWithMeas_eta, h_STRIPlayersWith1dMeas_eta, h_STRIPlayersWith2dMeas_eta, h_STRIPlayersWithMeas_eta, h_TEChits_eta, h_TIBhits_eta, h_TIDhits_eta, h_TOBhits_eta, nhits_vs_eta, nhits_vs_phi, nLayersWithMeas_vs_eta, nlosthits_vs_eta, nPXBhits_vs_eta, nPXFhits_vs_eta, nPXLlayersWithMeas_vs_eta, nSTRIPlayersWith1dMeas_vs_eta, nSTRIPlayersWith2dMeas_vs_eta, nSTRIPlayersWithMeas_vs_eta, nTEChits_vs_eta, nTIBhits_vs_eta, nTIDhits_vs_eta, and nTOBhits_vs_eta.
|
virtual |
Implements MTVHistoProducerAlgo.
Definition at line 999 of file MTVHistoProducerAlgoForTracker.cc.
References cotThetares_vs_eta, cotThetares_vs_pt, dxypull_vs_eta, dxyres_vs_eta, dxyres_vs_pt, dzpull_vs_eta, dzres_vs_eta, dzres_vs_pt, MTVHistoProducerAlgo::fillPlotFromVectors(), FitSlicesYTool::getFittedMeanWithError(), FitSlicesYTool::getFittedSigmaWithError(), h_cotThetameanh, h_cotThetameanhPt, h_cotThetarmsh, h_cotThetarmshPt, h_dxymeanh, h_dxymeanhPt, h_dxypulleta, h_dxypulletamean, h_dxyrmsh, h_dxyrmshPt, h_dzmeanh, h_dzmeanhPt, h_dzpulleta, h_dzpulletamean, h_dzrmsh, h_dzrmshPt, h_effic, h_effic_vs_dxy, h_effic_vs_dz, h_effic_vs_hit, h_effic_vs_phi, h_effic_vs_vertpos, h_effic_vs_zpos, h_efficPt, h_fake_vs_dxy, h_fake_vs_dz, h_fake_vs_hit, h_fake_vs_phi, h_fakerate, h_fakeratePt, h_phimeanh, h_phimeanhPhi, h_phimeanhPt, h_phipulleta, h_phipulletamean, h_phipullphi, h_phipullphimean, h_phirmsh, h_phirmshPhi, h_phirmshPt, h_ptmeanhPhi, h_ptmeanhPt, h_ptpulleta, h_ptpulletamean, h_ptpullphi, h_ptpullphimean, h_ptrmsh, h_ptrmshPhi, h_ptrmshPt, h_ptshifteta, h_thetapulleta, h_thetapulletamean, h_thetapullphi, h_thetapullphimean, phipull_vs_eta, phipull_vs_phi, phires_vs_eta, phires_vs_phi, phires_vs_pt, ptpull_vs_eta, ptpull_vs_phi, ptres_vs_eta, ptres_vs_phi, ptres_vs_pt, thetapull_vs_eta, thetapull_vs_phi, totASS2_dxy, totASS2_dz, totASS2_hit, totASS2_phi, totASS2eta, totASS2pT, totASS_dxy, totASS_dz, totASS_hit, totASS_phi, totASS_vertpos, totASS_zpos, totASSeta, totASSpT, totREC_dxy, totREC_dz, totREC_hit, totREC_phi, totRECeta, totRECpT, totSIM_dxy, totSIM_dz, totSIM_hit, totSIM_phi, totSIM_vertpos, totSIM_zpos, totSIMeta, and totSIMpT.
|
privatevirtual |
Implements MTVHistoProducerAlgo.
Definition at line 987 of file MTVHistoProducerAlgoForTracker.cc.
References eta(), and useFabsEta.
Referenced by fill_generic_recoTrack_histos(), fill_recoAssociated_simTrack_histos(), fill_ResoAndPull_recoTrack_histos(), and fill_simAssociated_recoTrack_histos().
|
privatevirtual |
Implements MTVHistoProducerAlgo.
Definition at line 993 of file MTVHistoProducerAlgoForTracker.cc.
References useInvPt.
Referenced by fill_generic_recoTrack_histos(), fill_recoAssociated_simTrack_histos(), and fill_ResoAndPull_recoTrack_histos().
|
private |
retrieval of reconstructed momentum components from reco::Track (== mean values for GSF)
Definition at line 952 of file MTVHistoProducerAlgoForTracker.cc.
References reco::TrackBase::lambda(), reco::TrackBase::lambdaError(), reco::TrackBase::phi(), reco::TrackBase::phiError(), reco::TrackBase::pt(), reco::TrackBase::ptError(), reco::TrackBase::qoverp(), and reco::TrackBase::qoverpError().
Referenced by fill_ResoAndPull_recoTrack_histos().
|
private |
retrieval of reconstructed momentum components based on the mode of a reco::GsfTrack
Definition at line 970 of file MTVHistoProducerAlgoForTracker.cc.
References reco::GsfTrack::lambdaMode(), reco::GsfTrack::lambdaModeError(), reco::GsfTrack::phiMode(), reco::GsfTrack::phiModeError(), reco::GsfTrack::ptMode(), reco::GsfTrack::ptModeError(), reco::GsfTrack::qoverpMode(), and reco::GsfTrack::qoverpModeError().
|
inlinevirtual |
Implements MTVHistoProducerAlgo.
Definition at line 28 of file MTVHistoProducerAlgoForTracker.h.
References setUpVectors().
|
private |
Definition at line 133 of file MTVHistoProducerAlgoForTracker.cc.
References dxyintervals, dzintervals, etaintervals, gen::k, maxDxy, maxDz, maxEta, maxPhi, maxPt, maxVertpos, maxZpos, minDxy, minDz, minEta, minPhi, minPt, minVertpos, minZpos, nintDxy, nintDz, nintEta, nintHit, nintPhi, nintPt, nintVertpos, nintZpos, phiintervals, funct::pow(), pTintervals, launcher::step, totASS2_dxy, totASS2_dz, totASS2_hit, totASS2_phi, totASS2eta, totASS2pT, totASS_dxy, totASS_dz, totASS_hit, totASS_phi, totASS_vertpos, totASS_zpos, totASSeta, totASSpT, totREC_dxy, totREC_dz, totREC_hit, totREC_phi, totRECeta, totRECpT, totSIM_dxy, totSIM_dz, totSIM_hit, totSIM_phi, totSIM_vertpos, totSIM_zpos, totSIMeta, totSIMpT, useLogPt, vertposintervals, and zposintervals.
Referenced by initialize().
|
private |
Definition at line 198 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), fill_simAssociated_recoTrack_histos(), and fillProfileHistosFromVectors().
|
private |
Definition at line 187 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), fill_simAssociated_recoTrack_histos(), and fillProfileHistosFromVectors().
|
private |
Definition at line 189 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), fill_ResoAndPull_recoTrack_histos(), and fillProfileHistosFromVectors().
|
private |
Definition at line 113 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and MTVHistoProducerAlgoForTracker().
|
private |
Definition at line 113 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and MTVHistoProducerAlgoForTracker().
|
private |
Definition at line 113 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and MTVHistoProducerAlgoForTracker().
|
private |
Definition at line 204 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), fill_ResoAndPull_recoTrack_histos(), and finalHistoFits().
|
private |
Definition at line 205 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), fill_ResoAndPull_recoTrack_histos(), and finalHistoFits().
|
private |
Definition at line 168 of file MTVHistoProducerAlgoForTracker.h.
Referenced by fill_generic_recoTrack_histos(), fill_recoAssociated_simTrack_histos(), and setUpVectors().
|
private |
Definition at line 217 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), fill_ResoAndPull_recoTrack_histos(), and finalHistoFits().
|
private |
Definition at line 114 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and MTVHistoProducerAlgoForTracker().
|
private |
Definition at line 114 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and MTVHistoProducerAlgoForTracker().
|
private |
Definition at line 114 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and MTVHistoProducerAlgoForTracker().
|
private |
Definition at line 204 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), fill_ResoAndPull_recoTrack_histos(), and finalHistoFits().
|
private |
Definition at line 205 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), fill_ResoAndPull_recoTrack_histos(), and finalHistoFits().
|
private |
Definition at line 169 of file MTVHistoProducerAlgoForTracker.h.
Referenced by fill_generic_recoTrack_histos(), fill_recoAssociated_simTrack_histos(), and setUpVectors().
|
private |
Definition at line 217 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), fill_ResoAndPull_recoTrack_histos(), and finalHistoFits().
|
private |
Definition at line 115 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and MTVHistoProducerAlgoForTracker().
|
private |
Definition at line 115 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and MTVHistoProducerAlgoForTracker().
|
private |
Definition at line 115 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and MTVHistoProducerAlgoForTracker().
|
private |
Definition at line 204 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), fill_ResoAndPull_recoTrack_histos(), and finalHistoFits().
|
private |
Definition at line 205 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), fill_ResoAndPull_recoTrack_histos(), and finalHistoFits().
|
private |
Definition at line 165 of file MTVHistoProducerAlgoForTracker.h.
Referenced by fill_generic_recoTrack_histos(), fill_recoAssociated_simTrack_histos(), and setUpVectors().
|
private |
Definition at line 187 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_ResoAndPull_recoTrack_histos().
|
private |
Definition at line 93 of file MTVHistoProducerAlgoForTracker.h.
Referenced by MTVHistoProducerAlgoForTracker(), and ~MTVHistoProducerAlgoForTracker().
|
private |
Definition at line 127 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fillHistosFromVectors().
|
private |
Definition at line 128 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fillHistosFromVectors().
|
private |
Definition at line 123 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fillHistosFromVectors().
|
private |
Definition at line 125 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fillHistosFromVectors().
|
private |
Definition at line 126 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fillHistosFromVectors().
|
private |
Definition at line 124 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fillHistosFromVectors().
|
private |
Definition at line 127 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fillHistosFromVectors().
|
private |
Definition at line 128 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fillHistosFromVectors().
|
private |
Definition at line 123 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fillHistosFromVectors().
|
private |
Definition at line 147 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos().
|
private |
Definition at line 195 of file MTVHistoProducerAlgoForTracker.h.
|
private |
Definition at line 195 of file MTVHistoProducerAlgoForTracker.h.
|
private |
Definition at line 125 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fillHistosFromVectors().
|
private |
Definition at line 126 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fillHistosFromVectors().
|
private |
Definition at line 124 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fillHistosFromVectors().
|
private |
Definition at line 147 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos().
|
private |
Definition at line 129 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fillHistosFromVectors().
|
private |
Definition at line 129 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fillHistosFromVectors().
|
private |
Definition at line 122 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_simAssociated_recoTrack_histos().
|
private |
Definition at line 201 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistosForStandaloneRunning(), and fillProfileHistosFromVectors().
|
private |
Definition at line 199 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistosForStandaloneRunning(), and fillProfileHistosFromVectors().
|
private |
Definition at line 201 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistosForStandaloneRunning(), and fillProfileHistosFromVectors().
|
private |
Definition at line 212 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistosForStandaloneRunning(), and finalHistoFits().
|
private |
Definition at line 213 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistosForStandaloneRunning(), and finalHistoFits().
|
private |
Definition at line 207 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistosForStandaloneRunning(), and finalHistoFits().
|
private |
Definition at line 208 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistosForStandaloneRunning(), and finalHistoFits().
|
private |
Definition at line 158 of file MTVHistoProducerAlgoForTracker.h.
|
private |
Definition at line 134 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_dedx_recoTrack_histos().
|
private |
Definition at line 135 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_dedx_recoTrack_histos().
|
private |
Definition at line 136 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_dedx_recoTrack_histos().
|
private |
Definition at line 137 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_dedx_recoTrack_histos().
|
private |
Definition at line 138 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_dedx_recoTrack_histos().
|
private |
Definition at line 139 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_dedx_recoTrack_histos().
|
private |
Definition at line 158 of file MTVHistoProducerAlgoForTracker.h.
|
private |
Definition at line 212 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistosForStandaloneRunning(), and finalHistoFits().
|
private |
Definition at line 213 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistosForStandaloneRunning(), and finalHistoFits().
|
private |
Definition at line 219 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistosForStandaloneRunning(), and finalHistoFits().
|
private |
Definition at line 221 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistosForStandaloneRunning(), and finalHistoFits().
|
private |
Definition at line 207 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistosForStandaloneRunning(), and finalHistoFits().
|
private |
Definition at line 208 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistosForStandaloneRunning(), and finalHistoFits().
|
private |
Definition at line 212 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistosForStandaloneRunning(), and finalHistoFits().
|
private |
Definition at line 213 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistosForStandaloneRunning(), and finalHistoFits().
|
private |
Definition at line 219 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistosForStandaloneRunning(), and finalHistoFits().
|
private |
Definition at line 221 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistosForStandaloneRunning(), and finalHistoFits().
|
private |
Definition at line 207 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistosForStandaloneRunning(), and finalHistoFits().
|
private |
Definition at line 208 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistosForStandaloneRunning(), and finalHistoFits().
|
private |
Definition at line 123 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistosForStandaloneRunning(), and finalHistoFits().
|
private |
Definition at line 127 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistosForStandaloneRunning(), and finalHistoFits().
|
private |
Definition at line 128 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistosForStandaloneRunning(), and finalHistoFits().
|
private |
Definition at line 125 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistosForStandaloneRunning(), and finalHistoFits().
|
private |
Definition at line 126 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistosForStandaloneRunning(), and finalHistoFits().
|
private |
Definition at line 129 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistosForStandaloneRunning(), and finalHistoFits().
|
private |
Definition at line 129 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistosForStandaloneRunning(), and finalHistoFits().
|
private |
Definition at line 124 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistosForStandaloneRunning(), and finalHistoFits().
|
private |
Definition at line 130 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_ResoAndPull_recoTrack_histos().
|
private |
Definition at line 119 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookSimHistos(), and fill_generic_simTrack_histos().
|
private |
Definition at line 127 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistosForStandaloneRunning(), and finalHistoFits().
|
private |
Definition at line 128 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistosForStandaloneRunning(), and finalHistoFits().
|
private |
Definition at line 125 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistosForStandaloneRunning(), and finalHistoFits().
|
private |
Definition at line 126 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistosForStandaloneRunning(), and finalHistoFits().
|
private |
Definition at line 123 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistosForStandaloneRunning(), and finalHistoFits().
|
private |
Definition at line 124 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistosForStandaloneRunning(), and finalHistoFits().
|
private |
Definition at line 122 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos().
|
private |
Definition at line 122 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_simAssociated_recoTrack_histos().
|
private |
Definition at line 158 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistosForStandaloneRunning(), and fillProfileHistosFromVectors().
|
private |
Definition at line 200 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistosForStandaloneRunning(), and fillProfileHistosFromVectors().
|
private |
Definition at line 158 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistosForStandaloneRunning(), and fillProfileHistosFromVectors().
|
private |
Definition at line 184 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_simAssociated_recoTrack_histos().
|
private |
Definition at line 199 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistosForStandaloneRunning(), and fillProfileHistosFromVectors().
|
private |
Definition at line 184 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_simAssociated_recoTrack_histos().
|
private |
Definition at line 184 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_simAssociated_recoTrack_histos().
|
private |
Definition at line 212 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistosForStandaloneRunning(), and finalHistoFits().
|
private |
Definition at line 214 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistosForStandaloneRunning(), and finalHistoFits().
|
private |
Definition at line 213 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistosForStandaloneRunning(), and finalHistoFits().
|
private |
Definition at line 219 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistosForStandaloneRunning(), and finalHistoFits().
|
private |
Definition at line 221 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistosForStandaloneRunning(), and finalHistoFits().
|
private |
Definition at line 220 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistosForStandaloneRunning(), and finalHistoFits().
|
private |
Definition at line 222 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistosForStandaloneRunning(), and finalHistoFits().
|
private |
Definition at line 207 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistosForStandaloneRunning(), and finalHistoFits().
|
private |
Definition at line 209 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistosForStandaloneRunning(), and finalHistoFits().
|
private |
Definition at line 208 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistosForStandaloneRunning(), and finalHistoFits().
|
private |
Definition at line 130 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_ResoAndPull_recoTrack_histos().
|
private |
Definition at line 212 of file MTVHistoProducerAlgoForTracker.h.
|
private |
Definition at line 214 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistosForStandaloneRunning(), and finalHistoFits().
|
private |
Definition at line 213 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistosForStandaloneRunning(), and finalHistoFits().
|
private |
Definition at line 219 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistosForStandaloneRunning(), and finalHistoFits().
|
private |
Definition at line 221 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistosForStandaloneRunning(), and finalHistoFits().
|
private |
Definition at line 220 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistosForStandaloneRunning(), and finalHistoFits().
|
private |
Definition at line 222 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistosForStandaloneRunning(), and finalHistoFits().
|
private |
Definition at line 207 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistosForStandaloneRunning(), and finalHistoFits().
|
private |
Definition at line 209 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistosForStandaloneRunning(), and finalHistoFits().
|
private |
Definition at line 208 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistosForStandaloneRunning(), and finalHistoFits().
|
private |
Definition at line 188 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistosForStandaloneRunning(), and finalHistoFits().
|
private |
Definition at line 119 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookSimHistos(), and fill_generic_simTrack_histos().
|
private |
Definition at line 130 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_ResoAndPull_recoTrack_histos().
|
private |
Definition at line 130 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_ResoAndPull_recoTrack_histos().
|
private |
Definition at line 130 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_ResoAndPull_recoTrack_histos().
|
private |
Definition at line 130 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_ResoAndPull_recoTrack_histos().
|
private |
Definition at line 130 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_ResoAndPull_recoTrack_histos().
|
private |
Definition at line 158 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistosForStandaloneRunning(), and fillProfileHistosFromVectors().
|
private |
Definition at line 158 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistosForStandaloneRunning(), and fillProfileHistosFromVectors().
|
private |
Definition at line 158 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistosForStandaloneRunning(), and fillProfileHistosFromVectors().
|
private |
Definition at line 127 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fillHistosFromVectors().
|
private |
Definition at line 128 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fillHistosFromVectors().
|
private |
Definition at line 123 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fillHistosFromVectors().
|
private |
Definition at line 125 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fillHistosFromVectors().
|
private |
Definition at line 126 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fillHistosFromVectors().
|
private |
Definition at line 124 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fillHistosFromVectors().
|
private |
Definition at line 158 of file MTVHistoProducerAlgoForTracker.h.
|
private |
Definition at line 127 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fillHistosFromVectors().
|
private |
Definition at line 128 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fillHistosFromVectors().
|
private |
Definition at line 123 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fillHistosFromVectors().
|
private |
Definition at line 125 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fillHistosFromVectors().
|
private |
Definition at line 126 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fillHistosFromVectors().
|
private |
Definition at line 124 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fillHistosFromVectors().
|
private |
Definition at line 129 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fillHistosFromVectors().
|
private |
Definition at line 129 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fillHistosFromVectors().
|
private |
Definition at line 158 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistosForStandaloneRunning(), and fillProfileHistosFromVectors().
|
private |
Definition at line 158 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistosForStandaloneRunning(), and fillProfileHistosFromVectors().
|
private |
Definition at line 158 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistosForStandaloneRunning(), and fillProfileHistosFromVectors().
|
private |
Definition at line 158 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistosForStandaloneRunning(), and fillProfileHistosFromVectors().
|
private |
Definition at line 219 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistosForStandaloneRunning(), and finalHistoFits().
|
private |
Definition at line 221 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistosForStandaloneRunning(), and finalHistoFits().
|
private |
Definition at line 220 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistosForStandaloneRunning(), and finalHistoFits().
|
private |
Definition at line 222 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistosForStandaloneRunning(), and finalHistoFits().
|
private |
Definition at line 158 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistosForStandaloneRunning(), and fillProfileHistosFromVectors().
|
private |
Definition at line 158 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistosForStandaloneRunning(), and fillProfileHistosFromVectors().
|
private |
Definition at line 158 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistosForStandaloneRunning(), and fillProfileHistosFromVectors().
|
private |
Definition at line 122 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos().
|
private |
Definition at line 119 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookSimHistos().
|
private |
Definition at line 119 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookSimHistos(), and fill_generic_simTrack_histos().
|
private |
Definition at line 108 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and MTVHistoProducerAlgoForTracker().
|
private |
Definition at line 104 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), bookRecoHistosForStandaloneRunning(), MTVHistoProducerAlgoForTracker(), and setUpVectors().
|
private |
Definition at line 105 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), bookRecoHistosForStandaloneRunning(), MTVHistoProducerAlgoForTracker(), and setUpVectors().
|
private |
Definition at line 100 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), bookRecoHistosForStandaloneRunning(), MTVHistoProducerAlgoForTracker(), and setUpVectors().
|
private |
Definition at line 102 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), bookRecoHistosForStandaloneRunning(), fill_generic_recoTrack_histos(), fill_recoAssociated_simTrack_histos(), and MTVHistoProducerAlgoForTracker().
|
private |
Definition at line 103 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), bookRecoHistosForStandaloneRunning(), MTVHistoProducerAlgoForTracker(), and setUpVectors().
|
private |
Definition at line 101 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), bookRecoHistosForStandaloneRunning(), MTVHistoProducerAlgoForTracker(), and setUpVectors().
|
private |
Definition at line 106 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), bookRecoHistosForStandaloneRunning(), MTVHistoProducerAlgoForTracker(), and setUpVectors().
|
private |
Definition at line 107 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), bookRecoHistosForStandaloneRunning(), MTVHistoProducerAlgoForTracker(), and setUpVectors().
|
private |
Definition at line 108 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and MTVHistoProducerAlgoForTracker().
|
private |
Definition at line 104 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), bookRecoHistosForStandaloneRunning(), MTVHistoProducerAlgoForTracker(), and setUpVectors().
|
private |
Definition at line 105 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), bookRecoHistosForStandaloneRunning(), MTVHistoProducerAlgoForTracker(), and setUpVectors().
|
private |
Definition at line 100 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), bookRecoHistosForStandaloneRunning(), MTVHistoProducerAlgoForTracker(), and setUpVectors().
|
private |
Definition at line 102 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), bookRecoHistosForStandaloneRunning(), and MTVHistoProducerAlgoForTracker().
|
private |
Definition at line 103 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), bookRecoHistosForStandaloneRunning(), MTVHistoProducerAlgoForTracker(), and setUpVectors().
|
private |
Definition at line 101 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), bookRecoHistosForStandaloneRunning(), MTVHistoProducerAlgoForTracker(), and setUpVectors().
|
private |
Definition at line 106 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), bookRecoHistosForStandaloneRunning(), MTVHistoProducerAlgoForTracker(), and setUpVectors().
|
private |
Definition at line 107 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), bookRecoHistosForStandaloneRunning(), MTVHistoProducerAlgoForTracker(), and setUpVectors().
|
private |
Definition at line 150 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), fill_simAssociated_recoTrack_histos(), and fillProfileHistosFromVectors().
|
private |
Definition at line 189 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), fill_ResoAndPull_recoTrack_histos(), and fillProfileHistosFromVectors().
|
private |
Definition at line 108 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and MTVHistoProducerAlgoForTracker().
|
private |
Definition at line 104 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), bookRecoHistosForStandaloneRunning(), MTVHistoProducerAlgoForTracker(), and setUpVectors().
|
private |
Definition at line 105 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), bookRecoHistosForStandaloneRunning(), MTVHistoProducerAlgoForTracker(), and setUpVectors().
|
private |
Definition at line 100 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), bookRecoHistosForStandaloneRunning(), MTVHistoProducerAlgoForTracker(), and setUpVectors().
|
private |
Definition at line 102 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), bookRecoHistosForStandaloneRunning(), MTVHistoProducerAlgoForTracker(), and setUpVectors().
|
private |
Definition at line 103 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), bookRecoHistosForStandaloneRunning(), MTVHistoProducerAlgoForTracker(), and setUpVectors().
|
private |
Definition at line 101 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), bookRecoHistosForStandaloneRunning(), MTVHistoProducerAlgoForTracker(), and setUpVectors().
|
private |
Definition at line 106 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), bookRecoHistosForStandaloneRunning(), MTVHistoProducerAlgoForTracker(), and setUpVectors().
|
private |
Definition at line 107 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), bookRecoHistosForStandaloneRunning(), MTVHistoProducerAlgoForTracker(), and setUpVectors().
|
private |
Definition at line 150 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), fill_simAssociated_recoTrack_histos(), and fillProfileHistosFromVectors().
|
private |
Definition at line 198 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), fill_simAssociated_recoTrack_histos(), and fillProfileHistosFromVectors().
|
private |
Definition at line 150 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), fill_simAssociated_recoTrack_histos(), and fillProfileHistosFromVectors().
|
private |
Definition at line 150 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), fill_simAssociated_recoTrack_histos(), and fillProfileHistosFromVectors().
|
private |
Definition at line 150 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), fill_simAssociated_recoTrack_histos(), and fillProfileHistosFromVectors().
|
private |
Definition at line 142 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos().
|
private |
Definition at line 144 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos().
|
private |
Definition at line 143 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_recoAssociated_simTrack_histos().
|
private |
Definition at line 150 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), fill_simAssociated_recoTrack_histos(), and fillProfileHistosFromVectors().
|
private |
Definition at line 150 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), fill_simAssociated_recoTrack_histos(), and fillProfileHistosFromVectors().
|
private |
Definition at line 150 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), fill_simAssociated_recoTrack_histos(), and fillProfileHistosFromVectors().
|
private |
Definition at line 150 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), fill_simAssociated_recoTrack_histos(), and fillProfileHistosFromVectors().
|
private |
Definition at line 150 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), fill_simAssociated_recoTrack_histos(), and fillProfileHistosFromVectors().
|
private |
Definition at line 150 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), fill_simAssociated_recoTrack_histos(), and fillProfileHistosFromVectors().
|
private |
Definition at line 150 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), fill_simAssociated_recoTrack_histos(), and fillProfileHistosFromVectors().
|
private |
Definition at line 167 of file MTVHistoProducerAlgoForTracker.h.
Referenced by fill_generic_recoTrack_histos(), fill_recoAssociated_simTrack_histos(), and setUpVectors().
|
private |
Definition at line 192 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_ResoAndPull_recoTrack_histos().
|
private |
Definition at line 217 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), fill_ResoAndPull_recoTrack_histos(), and finalHistoFits().
|
private |
Definition at line 218 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), fill_ResoAndPull_recoTrack_histos(), and finalHistoFits().
|
private |
Definition at line 112 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and MTVHistoProducerAlgoForTracker().
|
private |
Definition at line 112 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and MTVHistoProducerAlgoForTracker().
|
private |
Definition at line 112 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and MTVHistoProducerAlgoForTracker().
|
private |
Definition at line 204 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), fill_ResoAndPull_recoTrack_histos(), and finalHistoFits().
|
private |
Definition at line 189 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), fill_ResoAndPull_recoTrack_histos(), and finalHistoFits().
|
private |
Definition at line 205 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), fill_ResoAndPull_recoTrack_histos(), and finalHistoFits().
|
private |
Definition at line 166 of file MTVHistoProducerAlgoForTracker.h.
Referenced by fill_generic_recoTrack_histos(), fill_recoAssociated_simTrack_histos(), and setUpVectors().
|
private |
Definition at line 192 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_ResoAndPull_recoTrack_histos().
|
private |
Definition at line 217 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), fill_ResoAndPull_recoTrack_histos(), and finalHistoFits().
|
private |
Definition at line 218 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), fill_ResoAndPull_recoTrack_histos(), and finalHistoFits().
|
private |
Definition at line 111 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and MTVHistoProducerAlgoForTracker().
|
private |
Definition at line 111 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and MTVHistoProducerAlgoForTracker().
|
private |
Definition at line 111 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and MTVHistoProducerAlgoForTracker().
|
private |
Definition at line 204 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), fill_ResoAndPull_recoTrack_histos(), and finalHistoFits().
|
private |
Definition at line 189 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), fill_ResoAndPull_recoTrack_histos(), and finalHistoFits().
|
private |
Definition at line 205 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), fill_ResoAndPull_recoTrack_histos(), and finalHistoFits().
|
private |
Definition at line 217 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), fill_ResoAndPull_recoTrack_histos(), and finalHistoFits().
|
private |
Definition at line 218 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), fill_ResoAndPull_recoTrack_histos(), and finalHistoFits().
|
private |
Definition at line 176 of file MTVHistoProducerAlgoForTracker.h.
Referenced by fill_generic_recoTrack_histos(), fillHistosFromVectors(), finalHistoFits(), and setUpVectors().
|
private |
Definition at line 177 of file MTVHistoProducerAlgoForTracker.h.
Referenced by fill_generic_recoTrack_histos(), fillHistosFromVectors(), finalHistoFits(), and setUpVectors().
|
private |
Definition at line 174 of file MTVHistoProducerAlgoForTracker.h.
Referenced by fill_generic_recoTrack_histos(), fillHistosFromVectors(), finalHistoFits(), and setUpVectors().
|
private |
Definition at line 175 of file MTVHistoProducerAlgoForTracker.h.
Referenced by fill_generic_recoTrack_histos(), fillHistosFromVectors(), finalHistoFits(), and setUpVectors().
|
private |
Definition at line 172 of file MTVHistoProducerAlgoForTracker.h.
Referenced by fill_generic_recoTrack_histos(), fillHistosFromVectors(), finalHistoFits(), and setUpVectors().
|
private |
Definition at line 173 of file MTVHistoProducerAlgoForTracker.h.
Referenced by fill_generic_recoTrack_histos(), fillHistosFromVectors(), finalHistoFits(), and setUpVectors().
|
private |
Definition at line 176 of file MTVHistoProducerAlgoForTracker.h.
Referenced by fill_recoAssociated_simTrack_histos(), fillHistosFromVectors(), finalHistoFits(), and setUpVectors().
|
private |
Definition at line 177 of file MTVHistoProducerAlgoForTracker.h.
Referenced by fill_recoAssociated_simTrack_histos(), fillHistosFromVectors(), finalHistoFits(), and setUpVectors().
|
private |
Definition at line 174 of file MTVHistoProducerAlgoForTracker.h.
Referenced by fill_recoAssociated_simTrack_histos(), fillHistosFromVectors(), finalHistoFits(), and setUpVectors().
|
private |
Definition at line 175 of file MTVHistoProducerAlgoForTracker.h.
Referenced by fill_recoAssociated_simTrack_histos(), fillHistosFromVectors(), finalHistoFits(), and setUpVectors().
|
private |
Definition at line 178 of file MTVHistoProducerAlgoForTracker.h.
Referenced by fill_recoAssociated_simTrack_histos(), fillHistosFromVectors(), finalHistoFits(), and setUpVectors().
|
private |
Definition at line 178 of file MTVHistoProducerAlgoForTracker.h.
Referenced by fill_recoAssociated_simTrack_histos(), fillHistosFromVectors(), finalHistoFits(), and setUpVectors().
|
private |
Definition at line 172 of file MTVHistoProducerAlgoForTracker.h.
Referenced by fill_recoAssociated_simTrack_histos(), fillHistosFromVectors(), finalHistoFits(), and setUpVectors().
|
private |
Definition at line 173 of file MTVHistoProducerAlgoForTracker.h.
Referenced by fill_recoAssociated_simTrack_histos(), fillHistosFromVectors(), finalHistoFits(), and setUpVectors().
|
private |
Definition at line 176 of file MTVHistoProducerAlgoForTracker.h.
Referenced by fill_generic_recoTrack_histos(), fillHistosFromVectors(), finalHistoFits(), and setUpVectors().
|
private |
Definition at line 177 of file MTVHistoProducerAlgoForTracker.h.
Referenced by fill_generic_recoTrack_histos(), fillHistosFromVectors(), finalHistoFits(), and setUpVectors().
|
private |
Definition at line 174 of file MTVHistoProducerAlgoForTracker.h.
Referenced by fill_generic_recoTrack_histos(), fillHistosFromVectors(), finalHistoFits(), and setUpVectors().
|
private |
Definition at line 175 of file MTVHistoProducerAlgoForTracker.h.
Referenced by fill_generic_recoTrack_histos(), fillHistosFromVectors(), finalHistoFits(), and setUpVectors().
|
private |
Definition at line 172 of file MTVHistoProducerAlgoForTracker.h.
Referenced by fill_generic_recoTrack_histos(), fillHistosFromVectors(), finalHistoFits(), and setUpVectors().
|
private |
Definition at line 173 of file MTVHistoProducerAlgoForTracker.h.
Referenced by fill_generic_recoTrack_histos(), fillHistosFromVectors(), finalHistoFits(), and setUpVectors().
|
private |
Definition at line 176 of file MTVHistoProducerAlgoForTracker.h.
Referenced by fill_recoAssociated_simTrack_histos(), fillHistosFromVectors(), finalHistoFits(), and setUpVectors().
|
private |
Definition at line 177 of file MTVHistoProducerAlgoForTracker.h.
Referenced by fill_recoAssociated_simTrack_histos(), fillHistosFromVectors(), finalHistoFits(), and setUpVectors().
|
private |
Definition at line 174 of file MTVHistoProducerAlgoForTracker.h.
Referenced by fill_recoAssociated_simTrack_histos(), fillHistosFromVectors(), finalHistoFits(), and setUpVectors().
|
private |
Definition at line 175 of file MTVHistoProducerAlgoForTracker.h.
Referenced by fill_recoAssociated_simTrack_histos(), fillHistosFromVectors(), finalHistoFits(), and setUpVectors().
|
private |
Definition at line 178 of file MTVHistoProducerAlgoForTracker.h.
Referenced by fill_recoAssociated_simTrack_histos(), fillHistosFromVectors(), finalHistoFits(), and setUpVectors().
|
private |
Definition at line 178 of file MTVHistoProducerAlgoForTracker.h.
Referenced by fill_recoAssociated_simTrack_histos(), fillHistosFromVectors(), finalHistoFits(), and setUpVectors().
|
private |
Definition at line 172 of file MTVHistoProducerAlgoForTracker.h.
Referenced by fill_recoAssociated_simTrack_histos(), fillHistosFromVectors(), finalHistoFits(), and setUpVectors().
|
private |
Definition at line 173 of file MTVHistoProducerAlgoForTracker.h.
Referenced by fill_recoAssociated_simTrack_histos(), fillHistosFromVectors(), finalHistoFits(), and setUpVectors().
|
private |
Definition at line 94 of file MTVHistoProducerAlgoForTracker.h.
Referenced by fill_recoAssociated_simTrack_histos(), MTVHistoProducerAlgoForTracker(), and ~MTVHistoProducerAlgoForTracker().
|
private |
Definition at line 95 of file MTVHistoProducerAlgoForTracker.h.
Referenced by fill_recoAssociated_simTrack_histos(), MTVHistoProducerAlgoForTracker(), and ~MTVHistoProducerAlgoForTracker().
|
private |
Definition at line 96 of file MTVHistoProducerAlgoForTracker.h.
Referenced by fill_recoAssociated_simTrack_histos(), MTVHistoProducerAlgoForTracker(), and ~MTVHistoProducerAlgoForTracker().
|
private |
Definition at line 97 of file MTVHistoProducerAlgoForTracker.h.
Referenced by fill_recoAssociated_simTrack_histos(), MTVHistoProducerAlgoForTracker(), and ~MTVHistoProducerAlgoForTracker().
|
private |
Definition at line 98 of file MTVHistoProducerAlgoForTracker.h.
Referenced by fill_recoAssociated_simTrack_histos(), MTVHistoProducerAlgoForTracker(), and ~MTVHistoProducerAlgoForTracker().
|
private |
Definition at line 100 of file MTVHistoProducerAlgoForTracker.h.
Referenced by getEta(), and MTVHistoProducerAlgoForTracker().
|
private |
Definition at line 101 of file MTVHistoProducerAlgoForTracker.h.
Referenced by getPt(), and MTVHistoProducerAlgoForTracker().
|
private |
Definition at line 101 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), bookRecoHistosForStandaloneRunning(), MTVHistoProducerAlgoForTracker(), and setUpVectors().
|
private |
Definition at line 170 of file MTVHistoProducerAlgoForTracker.h.
Referenced by fill_recoAssociated_simTrack_histos(), and setUpVectors().
|
private |
Definition at line 171 of file MTVHistoProducerAlgoForTracker.h.
Referenced by fill_recoAssociated_simTrack_histos(), and setUpVectors().