#include <MTVHistoProducerAlgoForTracker.h>
Public Member Functions | |
void | bookRecodEdxHistos (DQMStore::IBooker &ibook) |
void | bookRecoHistos (DQMStore::IBooker &ibook) |
void | bookRecoPVAssociationHistos (DQMStore::IBooker &ibook) |
void | bookSeedHistos (DQMStore::IBooker &ibook) |
void | bookSimHistos (DQMStore::IBooker &ibook) |
void | bookSimTrackHistos (DQMStore::IBooker &ibook) |
void | bookSimTrackPVAssociationHistos (DQMStore::IBooker &ibook) |
void | fill_dedx_recoTrack_histos (int count, const edm::RefToBase< reco::Track > &trackref, const std::vector< const edm::ValueMap< reco::DeDxData > * > &v_dEdx) |
void | fill_generic_recoTrack_histos (int count, const reco::Track &track, const math::XYZPoint &bsPosition, const math::XYZPoint *pvPosition, bool isMatched, bool isSigMatched, bool isChargeMatched, int numAssocRecoTracks, int numVertices, int nSimHits, double sharedFraction, double dR) |
void | fill_generic_simTrack_histos (const TrackingParticle::Vector &, const TrackingParticle::Point &vertex, int bx) |
void | fill_recoAssociated_simTrack_histos (int count, const TrackingParticle &tp, const TrackingParticle::Vector &momentumTP, const TrackingParticle::Point &vertexTP, double dxy, double dz, double dxyPV, double dzPV, int nSimHits, int nSimLayers, int nSimPixelLayers, int nSimStripMonoAndStereoLayers, const reco::Track *track, int numVertices, double dR, const math::XYZPoint *pvPosition) |
void | fill_recoAssociated_simTrack_histos (int count, const reco::GenParticle &tp, const TrackingParticle::Vector &momentumTP, const TrackingParticle::Point &vertexTP, double dxy, double dz, int nSimHits, const reco::Track *track, int numVertices) |
void | fill_ResoAndPull_recoTrack_histos (int count, const TrackingParticle::Vector &momentumTP, const TrackingParticle::Point &vertexTP, int chargeTP, const reco::Track &track, const math::XYZPoint &bsPosition) |
void | fill_seed_histos (int count, int seedsFitFailed, int seedsTotal) |
void | fill_simAssociated_recoTrack_histos (int count, const reco::Track &track) |
void | fill_simTrackBased_histos (int numSimTracks) |
void | fill_trackBased_histos (int count, int assTracks, int numRecoTracks, int numSimTracks) |
MTVHistoProducerAlgoForTracker (const edm::ParameterSet &pset, edm::ConsumesCollector &&iC) | |
MTVHistoProducerAlgoForTracker (const edm::ParameterSet &pset, edm::ConsumesCollector &iC) | |
~MTVHistoProducerAlgoForTracker () | |
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... | |
Definition at line 28 of file MTVHistoProducerAlgoForTracker.h.
|
inline |
Definition at line 30 of file MTVHistoProducerAlgoForTracker.h.
MTVHistoProducerAlgoForTracker::MTVHistoProducerAlgoForTracker | ( | const edm::ParameterSet & | pset, |
edm::ConsumesCollector & | iC | ||
) |
Definition at line 37 of file MTVHistoProducerAlgoForTracker.cc.
References cotThetaRes_nbin, cotThetaRes_rangeMax, cotThetaRes_rangeMin, dxyRes_nbin, dxyRes_rangeMax, dxyRes_rangeMin, dzRes_nbin, dzRes_rangeMax, dzRes_rangeMin, generalGpSelector, generalTpSelector, edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), GpSelectorForEfficiencyVsEta, GpSelectorForEfficiencyVsPhi, GpSelectorForEfficiencyVsPt, GpSelectorForEfficiencyVsVTXR, GpSelectorForEfficiencyVsVTXZ, reco::modules::make(), maxChi2, maxDeDx, maxdr, maxDxy, maxDz, maxDzpvCum, maxDzpvsigCum, maxEta, maxHit, maxLayers, maxPhi, maxPt, maxPu, maxTracks, maxVertcount, maxVertpos, maxZpos, minDeDx, mindr, minDxy, minDz, minEta, minHit, minLayers, minPhi, minPt, minPu, minTracks, minVertcount, minVertpos, minZpos, edmConvertToStreamModule::modules, mergeVDriftHistosByStation::name, nintChi2, nintDeDx, nintdr, nintDxy, nintDz, nintDzpvCum, nintDzpvsigCum, nintEta, nintHit, nintLayers, nintPhi, nintPt, nintPu, nintTracks, nintVertcount, nintVertpos, nintZpos, phiRes_nbin, phiRes_rangeMax, phiRes_rangeMin, ptRes_nbin, ptRes_rangeMax, ptRes_rangeMin, EgammaValidation_Wenu_cff::sel, TpSelectorForEfficiencyVsEta, TpSelectorForEfficiencyVsPhi, TpSelectorForEfficiencyVsPt, TpSelectorForEfficiencyVsVTXR, TpSelectorForEfficiencyVsVTXZ, useFabsEta, useInvPt, and useLogPt.
MTVHistoProducerAlgoForTracker::~MTVHistoProducerAlgoForTracker | ( | ) |
Definition at line 186 of file MTVHistoProducerAlgoForTracker.cc.
void MTVHistoProducerAlgoForTracker::bookRecodEdxHistos | ( | DQMStore::IBooker & | ibook | ) |
Definition at line 564 of file MTVHistoProducerAlgoForTracker.cc.
References DQMStore::IBooker::book1D(), h_dedx_estim, h_dedx_nom, h_dedx_sat, maxDeDx, maxHit, minDeDx, minHit, nintDeDx, and nintHit.
void MTVHistoProducerAlgoForTracker::bookRecoHistos | ( | DQMStore::IBooker & | ibook | ) |
these are needed to calculate efficiency during the harvesting for the automated validation
Definition at line 288 of file MTVHistoProducerAlgoForTracker.cc.
References reco::TrackBase::algoNames, reco::TrackBase::algoSize, DQMStore::IBooker::book1D(), DQMStore::IBooker::book2D(), DQMStore::IBooker::bookProfile(), DQMStore::IBooker::bookProfile2D(), chi2_vs_eta, chi2_vs_nhits, chi2_vs_phi, cotThetaRes_nbin, cotThetaRes_rangeMax, cotThetaRes_rangeMin, cotThetares_vs_eta, cotThetares_vs_pt, 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_algo, h_assoc23Dlayer, h_assoc2chi2, h_assoc2dr, h_assoc2dxy, h_assoc2dz, h_assoc2eta, h_assoc2hit, h_assoc2layer, h_assoc2phi, h_assoc2pixellayer, h_assoc2pT, h_assoc2pu, h_assoc2vertpos, h_assoc2zpos, h_assocFraction, h_assocSharedHit, h_charge, h_eta, h_fakes, h_hits, h_looper3Dlayer, h_looperchi2, h_looperdr, h_looperdxy, h_looperdz, h_loopereta, h_looperhit, h_looperlayer, h_looperphi, h_looperpixellayer, h_looperpT, h_looperpu, h_loopervertpos, h_looperzpos, h_losthits, h_misid3Dlayer, h_misidchi2, h_misiddxy, h_misiddz, h_misideta, h_misidhit, h_misidlayer, h_misidphi, h_misidpixellayer, h_misidpT, h_misidpu, h_nchi2, h_nchi2_prob, h_nmisslayers_inner, h_nmisslayers_outer, h_pileup3Dlayer, h_pileupchi2, h_pileupdr, h_pileupdxy, h_pileupdz, h_pileupeta, h_pileuphit, h_pileuplayer, h_pileupphi, h_pileuppixellayer, h_pileuppT, h_pileuppu, h_pileupvertpos, h_pileupzpos, h_pt, h_pullDxy, h_pullDz, h_pullPhi, h_pullQoverp, h_pullTheta, h_reco3Dlayer, h_recochi2, h_recodr, h_recodxy, h_recodz, h_recoeta, h_recohit, h_recolayer, h_recophi, h_recopixellayer, h_recopT, h_recopu, h_recovertpos, h_recozpos, h_tracks, maxChi2, maxdr, maxDxy, maxDz, maxEta, maxHit, maxLayers, maxPhi, maxPt, maxPu, maxTracks, maxVertpos, maxZpos, mindr, minDxy, minDz, minEta, minHit, minLayers, minPhi, minPt, minPu, minTracks, minVertpos, minZpos, nhits_vs_eta, nhits_vs_phi, nintChi2, nintdr, nintDxy, nintDz, nintEta, nintHit, nintLayers, nintPhi, nintPt, nintPu, nintTracks, nintVertpos, nintZpos, nLayersWithMeas_vs_eta, nlosthits_vs_eta, nPXBhits_vs_eta, nPXFhits_vs_eta, nPXLlayersWithMeas_vs_eta, nrec_vs_nsim, nrecHit_vs_nsimHit_rec2sim, 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.
void MTVHistoProducerAlgoForTracker::bookRecoPVAssociationHistos | ( | DQMStore::IBooker & | ibook | ) |
Definition at line 527 of file MTVHistoProducerAlgoForTracker.cc.
References DQMStore::IBooker::book1D(), h_assoc2_dzpvcut, h_assoc2_dzpvcut_pt, h_assoc2_dzpvsigcut, h_assoc2_dzpvsigcut_pt, h_assoc2dxypv, h_assoc2dzpv, h_looperdxypv, h_looperdzpv, h_misiddxypv, h_misiddzpv, h_pileup_dzpvcut, h_pileup_dzpvcut_pt, h_pileup_dzpvsigcut, h_pileup_dzpvsigcut_pt, h_pileupdxypv, h_pileupdzpv, h_reco_dzpvcut, h_reco_dzpvcut_pt, h_reco_dzpvsigcut, h_reco_dzpvsigcut_pt, h_recodxypv, h_recodzpv, maxDxy, maxDz, maxDzpvCum, maxDzpvsigCum, minDxy, minDz, nintDxy, nintDz, nintDzpvCum, and nintDzpvsigCum.
void MTVHistoProducerAlgoForTracker::bookSeedHistos | ( | DQMStore::IBooker & | ibook | ) |
Definition at line 580 of file MTVHistoProducerAlgoForTracker.cc.
References DQMStore::IBooker::book1D(), h_seedsFitFailed, h_seedsFitFailedFraction, maxTracks, minTracks, and nintTracks.
void MTVHistoProducerAlgoForTracker::bookSimHistos | ( | DQMStore::IBooker & | ibook | ) |
Definition at line 188 of file MTVHistoProducerAlgoForTracker.cc.
References DQMStore::IBooker::book1D(), Exception, MonitorElement::getTH1F(), h_bunchxSIM, h_etaSIM, h_ptSIM, h_tracksSIM, h_vertposSIM, maxEta, maxPt, maxTracks, maxVertpos, minEta, minPt, minTracks, minVertpos, nintEta, nintPt, nintTracks, nintVertpos, and useLogPt.
void MTVHistoProducerAlgoForTracker::bookSimTrackHistos | ( | DQMStore::IBooker & | ibook | ) |
Definition at line 203 of file MTVHistoProducerAlgoForTracker.cc.
References DQMStore::IBooker::book1D(), DQMStore::IBooker::book2D(), h_assoc3Dlayer, h_assocdr, h_assocdxy, h_assocdz, h_assoceta, h_assochit, h_assoclayer, h_assocphi, h_assocpixellayer, h_assocpT, h_assocpu, h_assocvertpos, h_assoczpos, h_simul3Dlayer, h_simuldr, h_simuldxy, h_simuldz, h_simuleta, h_simulhit, h_simullayer, h_simulphi, h_simulpixellayer, h_simulpT, h_simulpu, h_simulvertpos, h_simulzpos, maxdr, maxDxy, maxDz, maxEta, maxHit, maxLayers, maxPhi, maxPt, maxPu, maxVertpos, maxZpos, mindr, minDxy, minDz, minEta, minHit, minLayers, minPhi, minPt, minPu, minVertpos, minZpos, nintdr, nintDxy, nintDz, nintEta, nintHit, nintLayers, nintPhi, nintPt, nintPu, nintVertpos, nintZpos, nrecHit_vs_nsimHit_sim2rec, and useLogPt.
void MTVHistoProducerAlgoForTracker::bookSimTrackPVAssociationHistos | ( | DQMStore::IBooker & | ibook | ) |
Definition at line 258 of file MTVHistoProducerAlgoForTracker.cc.
References DQMStore::IBooker::book1D(), h_assoc_dzpvcut, h_assoc_dzpvcut_pt, h_assoc_dzpvsigcut, h_assoc_dzpvsigcut_pt, h_assocdxypv, h_assocdzpv, h_simul2_dzpvcut, h_simul2_dzpvcut_pt, h_simul2_dzpvsigcut, h_simul2_dzpvsigcut_pt, h_simul_dzpvcut, h_simul_dzpvcut_pt, h_simul_dzpvsigcut, h_simul_dzpvsigcut_pt, h_simuldxypv, h_simuldzpv, maxDxy, maxDz, maxDzpvCum, maxDzpvsigCum, minDxy, minDz, nintDxy, nintDz, nintDzpvCum, and nintDzpvsigCum.
void MTVHistoProducerAlgoForTracker::fill_dedx_recoTrack_histos | ( | int | count, |
const edm::RefToBase< reco::Track > & | trackref, | ||
const std::vector< const edm::ValueMap< reco::DeDxData > * > & | v_dEdx | ||
) |
Definition at line 703 of file MTVHistoProducerAlgoForTracker.cc.
References KineDebug3::count(), reco::DeDxData::dEdx(), h_dedx_estim, h_dedx_nom, h_dedx_sat, i, reco::DeDxData::numberOfMeasurements(), and reco::DeDxData::numberOfSaturatedMeasurements().
void MTVHistoProducerAlgoForTracker::fill_generic_recoTrack_histos | ( | int | count, |
const reco::Track & | track, | ||
const math::XYZPoint & | bsPosition, | ||
const math::XYZPoint * | pvPosition, | ||
bool | isMatched, | ||
bool | isSigMatched, | ||
bool | isChargeMatched, | ||
int | numAssocRecoTracks, | ||
int | numVertices, | ||
int | nSimHits, | ||
double | sharedFraction, | ||
double | dR | ||
) |
Definition at line 714 of file MTVHistoProducerAlgoForTracker.cc.
References funct::abs(), reco::TrackBase::algo(), beam_dqm_sourceclient-live_cfg::chi2, KineDebug3::count(), reco::TrackBase::dxy(), reco::TrackBase::dz(), reco::TrackBase::dzError(), eta, reco::Track::found(), getEta(), getPt(), h_algo, h_assoc23Dlayer, h_assoc2_dzpvcut, h_assoc2_dzpvcut_pt, h_assoc2_dzpvsigcut, h_assoc2_dzpvsigcut_pt, h_assoc2chi2, h_assoc2dr, h_assoc2dxy, h_assoc2dxypv, h_assoc2dz, h_assoc2dzpv, h_assoc2eta, h_assoc2hit, h_assoc2layer, h_assoc2phi, h_assoc2pixellayer, h_assoc2pT, h_assoc2pu, h_assoc2vertpos, h_assoc2zpos, h_assocFraction, h_assocSharedHit, h_looper3Dlayer, h_looperchi2, h_looperdr, h_looperdxy, h_looperdxypv, h_looperdz, h_looperdzpv, h_loopereta, h_looperhit, h_looperlayer, h_looperphi, h_looperpixellayer, h_looperpT, h_looperpu, h_loopervertpos, h_looperzpos, h_misid3Dlayer, h_misidchi2, h_misiddxy, h_misiddxypv, h_misiddz, h_misiddzpv, h_misideta, h_misidhit, h_misidlayer, h_misidphi, h_misidpixellayer, h_misidpT, h_misidpu, h_pileup3Dlayer, h_pileup_dzpvcut, h_pileup_dzpvcut_pt, h_pileup_dzpvsigcut, h_pileup_dzpvsigcut_pt, h_pileupchi2, h_pileupdr, h_pileupdxy, h_pileupdxypv, h_pileupdz, h_pileupdzpv, h_pileupeta, h_pileuphit, h_pileuplayer, h_pileupphi, h_pileuppixellayer, h_pileuppT, h_pileuppu, h_pileupvertpos, h_pileupzpos, h_reco3Dlayer, h_reco_dzpvcut, h_reco_dzpvcut_pt, h_reco_dzpvsigcut, h_reco_dzpvsigcut_pt, h_recochi2, h_recodr, h_recodxy, h_recodxypv, h_recodz, h_recodzpv, h_recoeta, h_recohit, h_recolayer, h_recophi, h_recopixellayer, h_recopT, h_recopu, h_recovertpos, h_recozpos, reco::TrackBase::hitPattern(), bookConverter::max, min(), reco::TrackBase::momentum(), nhits, nlayers, reco::TrackBase::normalizedChi2(), nrecHit_vs_nsimHit_rec2sim, reco::TrackBase::numberOfValidHits(), reco::HitPattern::numberOfValidStripLayersWithMonoAndStereo(), phi, reco::HitPattern::pixelLayersWithMeasurement(), EnergyCorrector::pt, reco::TrackBase::referencePoint(), EgAmbiguityTools::sharedHits(), mathSSE::sqrt(), and reco::HitPattern::trackerLayersWithMeasurement().
void MTVHistoProducerAlgoForTracker::fill_generic_simTrack_histos | ( | const TrackingParticle::Vector & | momentumTP, |
const TrackingParticle::Point & | vertex, | ||
int | bx | ||
) |
Definition at line 585 of file MTVHistoProducerAlgoForTracker.cc.
References MonitorElement::Fill(), h_bunchxSIM, h_etaSIM, h_ptSIM, h_vertposSIM, and mathSSE::sqrt().
void MTVHistoProducerAlgoForTracker::fill_recoAssociated_simTrack_histos | ( | int | count, |
const TrackingParticle & | tp, | ||
const TrackingParticle::Vector & | momentumTP, | ||
const TrackingParticle::Point & | vertexTP, | ||
double | dxy, | ||
double | dz, | ||
double | dxyPV, | ||
double | dzPV, | ||
int | nSimHits, | ||
int | nSimLayers, | ||
int | nSimPixelLayers, | ||
int | nSimStripMonoAndStereoLayers, | ||
const reco::Track * | track, | ||
int | numVertices, | ||
double | dR, | ||
const math::XYZPoint * | pvPosition | ||
) |
Definition at line 598 of file MTVHistoProducerAlgoForTracker.cc.
References funct::abs(), KineDebug3::count(), reco::TrackBase::dz(), reco::TrackBase::dzError(), eta, getEta(), getPt(), h_assoc3Dlayer, h_assoc_dzpvcut, h_assoc_dzpvcut_pt, h_assoc_dzpvsigcut, h_assoc_dzpvsigcut_pt, h_assocdr, h_assocdxy, h_assocdxypv, h_assocdz, h_assocdzpv, h_assoceta, h_assochit, h_assoclayer, h_assocphi, h_assocpixellayer, h_assocpT, h_assocpu, h_assocvertpos, h_assoczpos, h_simul2_dzpvcut, h_simul2_dzpvcut_pt, h_simul2_dzpvsigcut, h_simul2_dzpvsigcut_pt, h_simul3Dlayer, h_simul_dzpvcut, h_simul_dzpvcut_pt, h_simul_dzpvsigcut, h_simul_dzpvsigcut_pt, h_simuldr, h_simuldxy, h_simuldxypv, h_simuldz, h_simuldzpv, h_simuleta, h_simulhit, h_simullayer, h_simulphi, h_simulpixellayer, h_simulpT, h_simulpu, h_simulvertpos, h_simulzpos, trackerHitRTTI::isMatched(), nrecHit_vs_nsimHit_sim2rec, reco::TrackBase::numberOfValidHits(), phi, EnergyCorrector::pt, mathSSE::sqrt(), TpSelectorForEfficiencyVsEta, TpSelectorForEfficiencyVsPhi, TpSelectorForEfficiencyVsPt, TpSelectorForEfficiencyVsVTXR, and TpSelectorForEfficiencyVsVTXZ.
void MTVHistoProducerAlgoForTracker::fill_recoAssociated_simTrack_histos | ( | int | count, |
const reco::GenParticle & | tp, | ||
const TrackingParticle::Vector & | momentumTP, | ||
const TrackingParticle::Point & | vertexTP, | ||
double | dxy, | ||
double | dz, | ||
int | nSimHits, | ||
const reco::Track * | track, | ||
int | numVertices | ||
) |
Definition at line 1116 of file MTVHistoProducerAlgoForTracker.cc.
References KineDebug3::count(), getEta(), getPt(), GpSelectorForEfficiencyVsEta, GpSelectorForEfficiencyVsPhi, GpSelectorForEfficiencyVsPt, GpSelectorForEfficiencyVsVTXR, GpSelectorForEfficiencyVsVTXZ, h_assocdxy, h_assocdz, h_assoceta, h_assochit, h_assocphi, h_assocpT, h_assocpu, h_assocvertpos, h_assoczpos, h_simuldxy, h_simuldz, h_simuleta, h_simulhit, h_simulphi, h_simulpT, h_simulpu, h_simulvertpos, h_simulzpos, trackerHitRTTI::isMatched(), nrecHit_vs_nsimHit_sim2rec, reco::TrackBase::numberOfValidHits(), and mathSSE::sqrt().
void MTVHistoProducerAlgoForTracker::fill_ResoAndPull_recoTrack_histos | ( | int | count, |
const TrackingParticle::Vector & | momentumTP, | ||
const TrackingParticle::Point & | vertexTP, | ||
int | chargeTP, | ||
const reco::Track & | track, | ||
const math::XYZPoint & | bsPosition | ||
) |
Definition at line 914 of file MTVHistoProducerAlgoForTracker.cc.
References chi2_vs_phi, funct::cos(), cotThetares_vs_eta, cotThetares_vs_pt, KineDebug3::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(), 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.
void MTVHistoProducerAlgoForTracker::fill_seed_histos | ( | int | count, |
int | seedsFitFailed, | ||
int | seedsTotal | ||
) |
Definition at line 1171 of file MTVHistoProducerAlgoForTracker.cc.
References KineDebug3::count(), h_seedsFitFailed, and h_seedsFitFailedFraction.
void MTVHistoProducerAlgoForTracker::fill_simAssociated_recoTrack_histos | ( | int | count, |
const reco::Track & | track | ||
) |
Definition at line 869 of file MTVHistoProducerAlgoForTracker.cc.
References reco::TrackBase::charge(), reco::TrackBase::chi2(), chi2_vs_eta, chi2_vs_nhits, KineDebug3::count(), eta, reco::TrackBase::eta(), getEta(), h_charge, h_hits, h_losthits, h_nchi2, h_nchi2_prob, h_nmisslayers_inner, h_nmisslayers_outer, reco::TrackBase::hitPattern(), reco::HitPattern::MISSING_INNER_HITS, reco::HitPattern::MISSING_OUTER_HITS, 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::HitPattern::numberOfHits(), 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().
void MTVHistoProducerAlgoForTracker::fill_simTrackBased_histos | ( | int | numSimTracks | ) |
Definition at line 698 of file MTVHistoProducerAlgoForTracker.cc.
References MonitorElement::Fill(), and h_tracksSIM.
void MTVHistoProducerAlgoForTracker::fill_trackBased_histos | ( | int | count, |
int | assTracks, | ||
int | numRecoTracks, | ||
int | numSimTracks | ||
) |
Definition at line 904 of file MTVHistoProducerAlgoForTracker.cc.
References KineDebug3::count(), h_fakes, h_tracks, and nrec_vs_nsim.
|
private |
Definition at line 1104 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().
|
private |
Definition at line 1110 of file MTVHistoProducerAlgoForTracker.cc.
References EnergyCorrector::pt, and 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 1069 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 1087 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().
|
private |
Definition at line 232 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_simAssociated_recoTrack_histos().
|
private |
Definition at line 221 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_simAssociated_recoTrack_histos().
|
private |
Definition at line 223 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_ResoAndPull_recoTrack_histos().
|
private |
Definition at line 151 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and MTVHistoProducerAlgoForTracker().
|
private |
Definition at line 151 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and MTVHistoProducerAlgoForTracker().
|
private |
Definition at line 151 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and MTVHistoProducerAlgoForTracker().
|
private |
Definition at line 235 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_ResoAndPull_recoTrack_histos().
|
private |
Definition at line 236 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_ResoAndPull_recoTrack_histos().
|
private |
Definition at line 239 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_ResoAndPull_recoTrack_histos().
|
private |
Definition at line 152 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and MTVHistoProducerAlgoForTracker().
|
private |
Definition at line 152 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and MTVHistoProducerAlgoForTracker().
|
private |
Definition at line 152 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and MTVHistoProducerAlgoForTracker().
|
private |
Definition at line 235 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_ResoAndPull_recoTrack_histos().
|
private |
Definition at line 236 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_ResoAndPull_recoTrack_histos().
|
private |
Definition at line 239 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_ResoAndPull_recoTrack_histos().
|
private |
Definition at line 153 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and MTVHistoProducerAlgoForTracker().
|
private |
Definition at line 153 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and MTVHistoProducerAlgoForTracker().
|
private |
Definition at line 153 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and MTVHistoProducerAlgoForTracker().
|
private |
Definition at line 235 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_ResoAndPull_recoTrack_histos().
|
private |
Definition at line 236 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_ResoAndPull_recoTrack_histos().
|
private |
Definition at line 221 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_ResoAndPull_recoTrack_histos().
|
private |
Definition at line 125 of file MTVHistoProducerAlgoForTracker.h.
Referenced by MTVHistoProducerAlgoForTracker().
|
private |
Definition at line 118 of file MTVHistoProducerAlgoForTracker.h.
Referenced by MTVHistoProducerAlgoForTracker().
|
private |
Definition at line 126 of file MTVHistoProducerAlgoForTracker.h.
Referenced by fill_recoAssociated_simTrack_histos(), and MTVHistoProducerAlgoForTracker().
|
private |
Definition at line 127 of file MTVHistoProducerAlgoForTracker.h.
Referenced by fill_recoAssociated_simTrack_histos(), and MTVHistoProducerAlgoForTracker().
|
private |
Definition at line 128 of file MTVHistoProducerAlgoForTracker.h.
Referenced by fill_recoAssociated_simTrack_histos(), and MTVHistoProducerAlgoForTracker().
|
private |
Definition at line 129 of file MTVHistoProducerAlgoForTracker.h.
Referenced by fill_recoAssociated_simTrack_histos(), and MTVHistoProducerAlgoForTracker().
|
private |
Definition at line 130 of file MTVHistoProducerAlgoForTracker.h.
Referenced by fill_recoAssociated_simTrack_histos(), and MTVHistoProducerAlgoForTracker().
|
private |
Definition at line 162 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_generic_recoTrack_histos().
|
private |
Definition at line 168 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_generic_recoTrack_histos().
|
private |
Definition at line 187 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoPVAssociationHistos(), and fill_generic_recoTrack_histos().
|
private |
Definition at line 190 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoPVAssociationHistos(), and fill_generic_recoTrack_histos().
|
private |
Definition at line 188 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoPVAssociationHistos(), and fill_generic_recoTrack_histos().
|
private |
Definition at line 191 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoPVAssociationHistos(), and fill_generic_recoTrack_histos().
|
private |
Definition at line 181 of file MTVHistoProducerAlgoForTracker.h.
|
private |
Definition at line 181 of file MTVHistoProducerAlgoForTracker.h.
|
private |
Definition at line 182 of file MTVHistoProducerAlgoForTracker.h.
|
private |
Definition at line 182 of file MTVHistoProducerAlgoForTracker.h.
|
private |
Definition at line 183 of file MTVHistoProducerAlgoForTracker.h.
|
private |
Definition at line 183 of file MTVHistoProducerAlgoForTracker.h.
|
private |
Definition at line 179 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_generic_recoTrack_histos().
|
private |
Definition at line 178 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_generic_recoTrack_histos().
|
private |
Definition at line 171 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_generic_recoTrack_histos().
|
private |
Definition at line 173 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoPVAssociationHistos(), and fill_generic_recoTrack_histos().
|
private |
Definition at line 172 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_generic_recoTrack_histos().
|
private |
Definition at line 174 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoPVAssociationHistos(), and fill_generic_recoTrack_histos().
|
private |
Definition at line 163 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_generic_recoTrack_histos().
|
private |
Definition at line 181 of file MTVHistoProducerAlgoForTracker.h.
|
private |
Definition at line 165 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_generic_recoTrack_histos().
|
private |
Definition at line 166 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_generic_recoTrack_histos().
|
private |
Definition at line 170 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_generic_recoTrack_histos().
|
private |
Definition at line 167 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_generic_recoTrack_histos().
|
private |
Definition at line 164 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_generic_recoTrack_histos().
|
private |
Definition at line 169 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_generic_recoTrack_histos().
|
private |
Definition at line 176 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_generic_recoTrack_histos().
|
private |
Definition at line 177 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_generic_recoTrack_histos().
|
private |
Definition at line 168 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookSimTrackHistos(), and fill_recoAssociated_simTrack_histos().
|
private |
Definition at line 187 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookSimTrackPVAssociationHistos(), and fill_recoAssociated_simTrack_histos().
|
private |
Definition at line 190 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookSimTrackPVAssociationHistos(), and fill_recoAssociated_simTrack_histos().
|
private |
Definition at line 188 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookSimTrackPVAssociationHistos(), and fill_recoAssociated_simTrack_histos().
|
private |
Definition at line 191 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookSimTrackPVAssociationHistos(), and fill_recoAssociated_simTrack_histos().
|
private |
Definition at line 178 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookSimTrackHistos(), and fill_recoAssociated_simTrack_histos().
|
private |
Definition at line 171 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookSimTrackHistos(), and fill_recoAssociated_simTrack_histos().
|
private |
Definition at line 173 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookSimTrackPVAssociationHistos(), and fill_recoAssociated_simTrack_histos().
|
private |
Definition at line 172 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookSimTrackHistos(), and fill_recoAssociated_simTrack_histos().
|
private |
Definition at line 174 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookSimTrackPVAssociationHistos(), and fill_recoAssociated_simTrack_histos().
|
private |
Definition at line 163 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookSimTrackHistos(), and fill_recoAssociated_simTrack_histos().
|
private |
Definition at line 205 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_generic_recoTrack_histos().
|
private |
Definition at line 229 of file MTVHistoProducerAlgoForTracker.h.
|
private |
Definition at line 229 of file MTVHistoProducerAlgoForTracker.h.
|
private |
Definition at line 165 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookSimTrackHistos(), and fill_recoAssociated_simTrack_histos().
|
private |
Definition at line 166 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookSimTrackHistos(), and fill_recoAssociated_simTrack_histos().
|
private |
Definition at line 170 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookSimTrackHistos(), and fill_recoAssociated_simTrack_histos().
|
private |
Definition at line 167 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookSimTrackHistos(), and fill_recoAssociated_simTrack_histos().
|
private |
Definition at line 164 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookSimTrackHistos(), and fill_recoAssociated_simTrack_histos().
|
private |
Definition at line 169 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookSimTrackHistos(), and fill_recoAssociated_simTrack_histos().
|
private |
Definition at line 205 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_generic_recoTrack_histos().
|
private |
Definition at line 176 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookSimTrackHistos(), and fill_recoAssociated_simTrack_histos().
|
private |
Definition at line 177 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookSimTrackHistos(), and fill_recoAssociated_simTrack_histos().
|
private |
Definition at line 159 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookSimHistos(), and fill_generic_simTrack_histos().
|
private |
Definition at line 162 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_simAssociated_recoTrack_histos().
|
private |
Definition at line 185 of file MTVHistoProducerAlgoForTracker.h.
|
private |
Definition at line 185 of file MTVHistoProducerAlgoForTracker.h.
|
private |
Definition at line 185 of file MTVHistoProducerAlgoForTracker.h.
|
private |
Definition at line 195 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecodEdxHistos(), and fill_dedx_recoTrack_histos().
|
private |
Definition at line 196 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecodEdxHistos(), and fill_dedx_recoTrack_histos().
|
private |
Definition at line 197 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecodEdxHistos(), and fill_dedx_recoTrack_histos().
|
private |
Definition at line 180 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_ResoAndPull_recoTrack_histos().
|
private |
Definition at line 159 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookSimHistos(), and fill_generic_simTrack_histos().
|
private |
Definition at line 162 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_trackBased_histos().
|
private |
Definition at line 162 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_simAssociated_recoTrack_histos().
|
private |
Definition at line 168 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_generic_recoTrack_histos().
|
private |
Definition at line 179 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_generic_recoTrack_histos().
|
private |
Definition at line 178 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_generic_recoTrack_histos().
|
private |
Definition at line 171 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_generic_recoTrack_histos().
|
private |
Definition at line 173 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoPVAssociationHistos(), and fill_generic_recoTrack_histos().
|
private |
Definition at line 172 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_generic_recoTrack_histos().
|
private |
Definition at line 174 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoPVAssociationHistos(), and fill_generic_recoTrack_histos().
|
private |
Definition at line 163 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_generic_recoTrack_histos().
|
private |
Definition at line 165 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_generic_recoTrack_histos().
|
private |
Definition at line 166 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_generic_recoTrack_histos().
|
private |
Definition at line 170 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_generic_recoTrack_histos().
|
private |
Definition at line 167 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_generic_recoTrack_histos().
|
private |
Definition at line 164 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_generic_recoTrack_histos().
|
private |
Definition at line 169 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_generic_recoTrack_histos().
|
private |
Definition at line 176 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_generic_recoTrack_histos().
|
private |
Definition at line 177 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_generic_recoTrack_histos().
|
private |
Definition at line 218 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_simAssociated_recoTrack_histos().
|
private |
Definition at line 168 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_generic_recoTrack_histos().
|
private |
Definition at line 179 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_generic_recoTrack_histos().
|
private |
Definition at line 171 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_generic_recoTrack_histos().
|
private |
Definition at line 173 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoPVAssociationHistos(), and fill_generic_recoTrack_histos().
|
private |
Definition at line 172 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_generic_recoTrack_histos().
|
private |
Definition at line 174 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoPVAssociationHistos(), and fill_generic_recoTrack_histos().
|
private |
Definition at line 163 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_generic_recoTrack_histos().
|
private |
Definition at line 165 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_generic_recoTrack_histos().
|
private |
Definition at line 166 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_generic_recoTrack_histos().
|
private |
Definition at line 170 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_generic_recoTrack_histos().
|
private |
Definition at line 167 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_generic_recoTrack_histos().
|
private |
Definition at line 164 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_generic_recoTrack_histos().
|
private |
Definition at line 169 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_generic_recoTrack_histos().
|
private |
Definition at line 218 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_simAssociated_recoTrack_histos().
|
private |
Definition at line 218 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_simAssociated_recoTrack_histos().
|
private |
Definition at line 218 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_simAssociated_recoTrack_histos().
|
private |
Definition at line 218 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_simAssociated_recoTrack_histos().
|
private |
Definition at line 168 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_generic_recoTrack_histos().
|
private |
Definition at line 187 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoPVAssociationHistos(), and fill_generic_recoTrack_histos().
|
private |
Definition at line 190 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoPVAssociationHistos(), and fill_generic_recoTrack_histos().
|
private |
Definition at line 188 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoPVAssociationHistos(), and fill_generic_recoTrack_histos().
|
private |
Definition at line 191 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoPVAssociationHistos(), and fill_generic_recoTrack_histos().
|
private |
Definition at line 179 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_generic_recoTrack_histos().
|
private |
Definition at line 178 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_generic_recoTrack_histos().
|
private |
Definition at line 171 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_generic_recoTrack_histos().
|
private |
Definition at line 173 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoPVAssociationHistos(), and fill_generic_recoTrack_histos().
|
private |
Definition at line 172 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_generic_recoTrack_histos().
|
private |
Definition at line 174 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoPVAssociationHistos(), and fill_generic_recoTrack_histos().
|
private |
Definition at line 163 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_generic_recoTrack_histos().
|
private |
Definition at line 165 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_generic_recoTrack_histos().
|
private |
Definition at line 166 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_generic_recoTrack_histos().
|
private |
Definition at line 170 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_generic_recoTrack_histos().
|
private |
Definition at line 167 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_generic_recoTrack_histos().
|
private |
Definition at line 164 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_generic_recoTrack_histos().
|
private |
Definition at line 169 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_generic_recoTrack_histos().
|
private |
Definition at line 176 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_generic_recoTrack_histos().
|
private |
Definition at line 177 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_generic_recoTrack_histos().
|
private |
Definition at line 180 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_ResoAndPull_recoTrack_histos().
|
private |
Definition at line 222 of file MTVHistoProducerAlgoForTracker.h.
|
private |
Definition at line 159 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookSimHistos(), and fill_generic_simTrack_histos().
|
private |
Definition at line 180 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_ResoAndPull_recoTrack_histos().
|
private |
Definition at line 180 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_ResoAndPull_recoTrack_histos().
|
private |
Definition at line 180 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_ResoAndPull_recoTrack_histos().
|
private |
Definition at line 180 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_ResoAndPull_recoTrack_histos().
|
private |
Definition at line 180 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_ResoAndPull_recoTrack_histos().
|
private |
Definition at line 168 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_generic_recoTrack_histos().
|
private |
Definition at line 187 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoPVAssociationHistos(), and fill_generic_recoTrack_histos().
|
private |
Definition at line 190 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoPVAssociationHistos(), and fill_generic_recoTrack_histos().
|
private |
Definition at line 188 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoPVAssociationHistos(), and fill_generic_recoTrack_histos().
|
private |
Definition at line 191 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoPVAssociationHistos(), and fill_generic_recoTrack_histos().
|
private |
Definition at line 184 of file MTVHistoProducerAlgoForTracker.h.
|
private |
Definition at line 184 of file MTVHistoProducerAlgoForTracker.h.
|
private |
Definition at line 179 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_generic_recoTrack_histos().
|
private |
Definition at line 178 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_generic_recoTrack_histos().
|
private |
Definition at line 171 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_generic_recoTrack_histos().
|
private |
Definition at line 173 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoPVAssociationHistos(), and fill_generic_recoTrack_histos().
|
private |
Definition at line 172 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_generic_recoTrack_histos().
|
private |
Definition at line 174 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoPVAssociationHistos(), and fill_generic_recoTrack_histos().
|
private |
Definition at line 163 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_generic_recoTrack_histos().
|
private |
Definition at line 165 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_generic_recoTrack_histos().
|
private |
Definition at line 166 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_generic_recoTrack_histos().
|
private |
Definition at line 170 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_generic_recoTrack_histos().
|
private |
Definition at line 167 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_generic_recoTrack_histos().
|
private |
Definition at line 164 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_generic_recoTrack_histos().
|
private |
Definition at line 169 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_generic_recoTrack_histos().
|
private |
Definition at line 176 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_generic_recoTrack_histos().
|
private |
Definition at line 177 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_generic_recoTrack_histos().
|
private |
Definition at line 162 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookSeedHistos(), and fill_seed_histos().
|
private |
Definition at line 162 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookSeedHistos(), and fill_seed_histos().
|
private |
Definition at line 187 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookSimTrackPVAssociationHistos(), and fill_recoAssociated_simTrack_histos().
|
private |
Definition at line 190 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookSimTrackPVAssociationHistos(), and fill_recoAssociated_simTrack_histos().
|
private |
Definition at line 188 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookSimTrackPVAssociationHistos(), and fill_recoAssociated_simTrack_histos().
|
private |
Definition at line 191 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookSimTrackPVAssociationHistos(), and fill_recoAssociated_simTrack_histos().
|
private |
Definition at line 168 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookSimTrackHistos(), and fill_recoAssociated_simTrack_histos().
|
private |
Definition at line 187 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookSimTrackPVAssociationHistos(), and fill_recoAssociated_simTrack_histos().
|
private |
Definition at line 190 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookSimTrackPVAssociationHistos(), and fill_recoAssociated_simTrack_histos().
|
private |
Definition at line 188 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookSimTrackPVAssociationHistos(), and fill_recoAssociated_simTrack_histos().
|
private |
Definition at line 191 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookSimTrackPVAssociationHistos(), and fill_recoAssociated_simTrack_histos().
|
private |
Definition at line 178 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookSimTrackHistos(), and fill_recoAssociated_simTrack_histos().
|
private |
Definition at line 171 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookSimTrackHistos(), and fill_recoAssociated_simTrack_histos().
|
private |
Definition at line 173 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookSimTrackPVAssociationHistos(), and fill_recoAssociated_simTrack_histos().
|
private |
Definition at line 172 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookSimTrackHistos(), and fill_recoAssociated_simTrack_histos().
|
private |
Definition at line 174 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookSimTrackPVAssociationHistos(), and fill_recoAssociated_simTrack_histos().
|
private |
Definition at line 163 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookSimTrackHistos(), and fill_recoAssociated_simTrack_histos().
|
private |
Definition at line 165 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookSimTrackHistos(), and fill_recoAssociated_simTrack_histos().
|
private |
Definition at line 166 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookSimTrackHistos(), and fill_recoAssociated_simTrack_histos().
|
private |
Definition at line 170 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookSimTrackHistos(), and fill_recoAssociated_simTrack_histos().
|
private |
Definition at line 167 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookSimTrackHistos(), and fill_recoAssociated_simTrack_histos().
|
private |
Definition at line 164 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookSimTrackHistos(), and fill_recoAssociated_simTrack_histos().
|
private |
Definition at line 169 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookSimTrackHistos(), and fill_recoAssociated_simTrack_histos().
|
private |
Definition at line 176 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookSimTrackHistos(), and fill_recoAssociated_simTrack_histos().
|
private |
Definition at line 177 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookSimTrackHistos(), and fill_recoAssociated_simTrack_histos().
|
private |
Definition at line 162 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_trackBased_histos().
|
private |
Definition at line 159 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookSimHistos(), and fill_simTrackBased_histos().
|
private |
Definition at line 159 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookSimHistos(), and fill_generic_simTrack_histos().
|
private |
Definition at line 143 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and MTVHistoProducerAlgoForTracker().
|
private |
Definition at line 144 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecodEdxHistos(), and MTVHistoProducerAlgoForTracker().
|
private |
Definition at line 142 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), bookSimTrackHistos(), and MTVHistoProducerAlgoForTracker().
|
private |
Definition at line 138 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), bookRecoPVAssociationHistos(), bookSimTrackHistos(), bookSimTrackPVAssociationHistos(), and MTVHistoProducerAlgoForTracker().
|
private |
Definition at line 139 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), bookRecoPVAssociationHistos(), bookSimTrackHistos(), bookSimTrackPVAssociationHistos(), and MTVHistoProducerAlgoForTracker().
|
private |
Definition at line 155 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoPVAssociationHistos(), bookSimTrackPVAssociationHistos(), and MTVHistoProducerAlgoForTracker().
|
private |
Definition at line 156 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoPVAssociationHistos(), bookSimTrackPVAssociationHistos(), and MTVHistoProducerAlgoForTracker().
|
private |
Definition at line 132 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), bookSimHistos(), bookSimTrackHistos(), and MTVHistoProducerAlgoForTracker().
|
private |
Definition at line 134 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecodEdxHistos(), bookRecoHistos(), bookSimTrackHistos(), and MTVHistoProducerAlgoForTracker().
|
private |
Definition at line 136 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), bookSimTrackHistos(), and MTVHistoProducerAlgoForTracker().
|
private |
Definition at line 137 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), bookSimTrackHistos(), and MTVHistoProducerAlgoForTracker().
|
private |
Definition at line 133 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), bookSimHistos(), bookSimTrackHistos(), and MTVHistoProducerAlgoForTracker().
|
private |
Definition at line 135 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), bookSimTrackHistos(), and MTVHistoProducerAlgoForTracker().
|
private |
Definition at line 146 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), bookSeedHistos(), bookSimHistos(), and MTVHistoProducerAlgoForTracker().
|
private |
Definition at line 145 of file MTVHistoProducerAlgoForTracker.h.
Referenced by MTVHistoProducerAlgoForTracker().
|
private |
Definition at line 140 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), bookSimHistos(), bookSimTrackHistos(), and MTVHistoProducerAlgoForTracker().
|
private |
Definition at line 141 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), bookSimTrackHistos(), and MTVHistoProducerAlgoForTracker().
|
private |
Definition at line 143 of file MTVHistoProducerAlgoForTracker.h.
|
private |
Definition at line 144 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecodEdxHistos(), and MTVHistoProducerAlgoForTracker().
|
private |
Definition at line 142 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), bookSimTrackHistos(), and MTVHistoProducerAlgoForTracker().
|
private |
Definition at line 138 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), bookRecoPVAssociationHistos(), bookSimTrackHistos(), bookSimTrackPVAssociationHistos(), and MTVHistoProducerAlgoForTracker().
|
private |
Definition at line 139 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), bookRecoPVAssociationHistos(), bookSimTrackHistos(), bookSimTrackPVAssociationHistos(), and MTVHistoProducerAlgoForTracker().
|
private |
Definition at line 132 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), bookSimHistos(), bookSimTrackHistos(), and MTVHistoProducerAlgoForTracker().
|
private |
Definition at line 134 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecodEdxHistos(), bookRecoHistos(), bookSimTrackHistos(), and MTVHistoProducerAlgoForTracker().
|
private |
Definition at line 136 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), bookSimTrackHistos(), and MTVHistoProducerAlgoForTracker().
|
private |
Definition at line 137 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), bookSimTrackHistos(), and MTVHistoProducerAlgoForTracker().
|
private |
Definition at line 133 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), bookSimHistos(), bookSimTrackHistos(), and MTVHistoProducerAlgoForTracker().
|
private |
Definition at line 135 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), bookSimTrackHistos(), and MTVHistoProducerAlgoForTracker().
|
private |
Definition at line 146 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), bookSeedHistos(), bookSimHistos(), and MTVHistoProducerAlgoForTracker().
|
private |
Definition at line 145 of file MTVHistoProducerAlgoForTracker.h.
Referenced by MTVHistoProducerAlgoForTracker().
|
private |
Definition at line 140 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), bookSimHistos(), bookSimTrackHistos(), and MTVHistoProducerAlgoForTracker().
|
private |
Definition at line 141 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), bookSimTrackHistos(), and MTVHistoProducerAlgoForTracker().
|
private |
Definition at line 208 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_simAssociated_recoTrack_histos().
|
private |
Definition at line 223 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_ResoAndPull_recoTrack_histos().
|
private |
Definition at line 143 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and MTVHistoProducerAlgoForTracker().
|
private |
Definition at line 144 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecodEdxHistos(), and MTVHistoProducerAlgoForTracker().
|
private |
Definition at line 142 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), bookSimTrackHistos(), and MTVHistoProducerAlgoForTracker().
|
private |
Definition at line 138 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), bookRecoPVAssociationHistos(), bookSimTrackHistos(), bookSimTrackPVAssociationHistos(), and MTVHistoProducerAlgoForTracker().
|
private |
Definition at line 139 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), bookRecoPVAssociationHistos(), bookSimTrackHistos(), bookSimTrackPVAssociationHistos(), and MTVHistoProducerAlgoForTracker().
|
private |
Definition at line 155 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoPVAssociationHistos(), bookSimTrackPVAssociationHistos(), and MTVHistoProducerAlgoForTracker().
|
private |
Definition at line 156 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoPVAssociationHistos(), bookSimTrackPVAssociationHistos(), and MTVHistoProducerAlgoForTracker().
|
private |
Definition at line 132 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), bookSimHistos(), bookSimTrackHistos(), and MTVHistoProducerAlgoForTracker().
|
private |
Definition at line 134 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecodEdxHistos(), bookRecoHistos(), bookSimTrackHistos(), and MTVHistoProducerAlgoForTracker().
|
private |
Definition at line 136 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), bookSimTrackHistos(), and MTVHistoProducerAlgoForTracker().
|
private |
Definition at line 137 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), bookSimTrackHistos(), and MTVHistoProducerAlgoForTracker().
|
private |
Definition at line 133 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), bookSimHistos(), bookSimTrackHistos(), and MTVHistoProducerAlgoForTracker().
|
private |
Definition at line 135 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), bookSimTrackHistos(), and MTVHistoProducerAlgoForTracker().
|
private |
Definition at line 146 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), bookSeedHistos(), bookSimHistos(), and MTVHistoProducerAlgoForTracker().
|
private |
Definition at line 145 of file MTVHistoProducerAlgoForTracker.h.
Referenced by MTVHistoProducerAlgoForTracker().
|
private |
Definition at line 140 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), bookSimHistos(), bookSimTrackHistos(), and MTVHistoProducerAlgoForTracker().
|
private |
Definition at line 141 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), bookSimTrackHistos(), and MTVHistoProducerAlgoForTracker().
|
private |
Definition at line 208 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_simAssociated_recoTrack_histos().
|
private |
Definition at line 232 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_simAssociated_recoTrack_histos().
|
private |
Definition at line 208 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_simAssociated_recoTrack_histos().
|
private |
Definition at line 208 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_simAssociated_recoTrack_histos().
|
private |
Definition at line 208 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_simAssociated_recoTrack_histos().
|
private |
Definition at line 200 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_trackBased_histos().
|
private |
Definition at line 202 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_generic_recoTrack_histos().
|
private |
Definition at line 201 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookSimTrackHistos(), and fill_recoAssociated_simTrack_histos().
|
private |
Definition at line 208 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_simAssociated_recoTrack_histos().
|
private |
Definition at line 208 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_simAssociated_recoTrack_histos().
|
private |
Definition at line 208 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_simAssociated_recoTrack_histos().
|
private |
Definition at line 208 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_simAssociated_recoTrack_histos().
|
private |
Definition at line 208 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_simAssociated_recoTrack_histos().
|
private |
Definition at line 208 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_simAssociated_recoTrack_histos().
|
private |
Definition at line 208 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_simAssociated_recoTrack_histos().
|
private |
Definition at line 226 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_ResoAndPull_recoTrack_histos().
|
private |
Definition at line 239 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_ResoAndPull_recoTrack_histos().
|
private |
Definition at line 240 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_ResoAndPull_recoTrack_histos().
|
private |
Definition at line 150 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and MTVHistoProducerAlgoForTracker().
|
private |
Definition at line 150 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and MTVHistoProducerAlgoForTracker().
|
private |
Definition at line 150 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and MTVHistoProducerAlgoForTracker().
|
private |
Definition at line 235 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_ResoAndPull_recoTrack_histos().
|
private |
Definition at line 223 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_ResoAndPull_recoTrack_histos().
|
private |
Definition at line 236 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_ResoAndPull_recoTrack_histos().
|
private |
Definition at line 226 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_ResoAndPull_recoTrack_histos().
|
private |
Definition at line 239 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_ResoAndPull_recoTrack_histos().
|
private |
Definition at line 240 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_ResoAndPull_recoTrack_histos().
|
private |
Definition at line 149 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and MTVHistoProducerAlgoForTracker().
|
private |
Definition at line 149 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and MTVHistoProducerAlgoForTracker().
|
private |
Definition at line 149 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and MTVHistoProducerAlgoForTracker().
|
private |
Definition at line 235 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_ResoAndPull_recoTrack_histos().
|
private |
Definition at line 223 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_ResoAndPull_recoTrack_histos().
|
private |
Definition at line 236 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_ResoAndPull_recoTrack_histos().
|
private |
Definition at line 239 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_ResoAndPull_recoTrack_histos().
|
private |
Definition at line 240 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), and fill_ResoAndPull_recoTrack_histos().
|
private |
Definition at line 119 of file MTVHistoProducerAlgoForTracker.h.
Referenced by fill_recoAssociated_simTrack_histos(), and MTVHistoProducerAlgoForTracker().
|
private |
Definition at line 120 of file MTVHistoProducerAlgoForTracker.h.
Referenced by fill_recoAssociated_simTrack_histos(), and MTVHistoProducerAlgoForTracker().
|
private |
Definition at line 121 of file MTVHistoProducerAlgoForTracker.h.
Referenced by fill_recoAssociated_simTrack_histos(), and MTVHistoProducerAlgoForTracker().
|
private |
Definition at line 122 of file MTVHistoProducerAlgoForTracker.h.
Referenced by fill_recoAssociated_simTrack_histos(), and MTVHistoProducerAlgoForTracker().
|
private |
Definition at line 123 of file MTVHistoProducerAlgoForTracker.h.
Referenced by fill_recoAssociated_simTrack_histos(), and MTVHistoProducerAlgoForTracker().
|
private |
Definition at line 132 of file MTVHistoProducerAlgoForTracker.h.
Referenced by getEta(), and MTVHistoProducerAlgoForTracker().
|
private |
Definition at line 133 of file MTVHistoProducerAlgoForTracker.h.
Referenced by getPt(), and MTVHistoProducerAlgoForTracker().
|
private |
Definition at line 133 of file MTVHistoProducerAlgoForTracker.h.
Referenced by bookRecoHistos(), bookSimHistos(), bookSimTrackHistos(), and MTVHistoProducerAlgoForTracker().