#include <QcdUeDQM.h>
Private Types | |
typedef std::vector< const reco::Track * > | container |
Private Member Functions | |
void | book1D (DQMStore::IBooker &, std::vector< MonitorElement * > &mes, const std::string &name, const std::string &title, int nx, double x1, double x2, bool sumw2=true, bool sbox=true) |
void | bookProfile (DQMStore::IBooker &, std::vector< MonitorElement * > &mes, const std::string &name, const std::string &title, int nx, double x1, double x2, double y1, double y2, bool sumw2=true, bool sbox=true) |
void | fill1D (std::vector< TH1F * > &hs, double val, double w=1.) |
void | fill1D (std::vector< MonitorElement * > &mes, double val, double w=1.) |
void | fill2D (std::vector< TH2F * > &hs, double valx, double valy, double w=1.) |
void | fill2D (std::vector< MonitorElement * > &mes, double valx, double valy, double w=1.) |
void | fill3D (std::vector< TH3F * > &hs, int gbin, double w=1.) |
void | fillChargedJetSpectra (const edm::Handle< reco::TrackJetCollection > trackJets) |
void | fillHltBits (const edm::Event &iEvent, const edm::EventSetup &iSetup) |
void | fillProfile (std::vector< TProfile * > &hs, double valx, double valy, double w=1.) |
void | fillProfile (std::vector< MonitorElement * > &mes, double valx, double valy, double w=1.) |
void | fillpTMaxRelated (const std::vector< const reco::Track * > &track) |
void | fillUE_with_ChargedJets (const std::vector< const reco::Track * > &track, const edm::Handle< reco::TrackJetCollection > &trackJets) |
void | fillUE_with_MaxpTtrack (const std::vector< const reco::Track * > &track) |
bool | fillVtxPlots (const reco::BeamSpot *bs, const edm::Handle< reco::VertexCollection > vtxColl) |
template<typename TYPE > | |
void | getProduct (const std::string name, edm::Handle< TYPE > &prod, const edm::Event &event) const |
template<typename TYPE > | |
bool | getProductSafe (const std::string name, edm::Handle< TYPE > &prod, const edm::Event &event) const |
void | setLabel1D (std::vector< MonitorElement * > &mes) |
bool | trackSelection (const reco::Track &trk, const reco::BeamSpot *bs, const reco::Vertex &vtx, int sizevtx) |
Additional Inherited Members | |
Public Types inherited from DQMEDAnalyzer | |
typedef dqm::reco::DQMStore | DQMStore |
typedef dqm::reco::MonitorElement | MonitorElement |
Public Types inherited from edm::one::EDProducerBase | |
typedef EDProducerBase | ModuleType |
Public Types inherited from edm::ProducerBase | |
using | ModuleToResolverIndicies = std::unordered_multimap< std::string, std::tuple< edm::TypeID const *, const char *, edm::ProductResolverIndex >> |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Static Public Member Functions inherited from edm::one::EDProducerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Protected Member Functions inherited from edm::ProducerBase | |
ProducesCollector | producesCollector () |
Protected Member Functions inherited from edm::EDConsumerBase | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
EDGetToken | consumes (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | consumes (TypeToGet const &id, edm::InputTag const &tag) |
ConsumesCollector | consumesCollector () |
Use a ConsumesCollector to gather consumes information from helper functions. More... | |
template<typename ProductType , BranchType B = InEvent> | |
void | consumesMany () |
void | consumesMany (const TypeToGet &id) |
template<BranchType B> | |
void | consumesMany (const TypeToGet &id) |
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes () |
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag const &tag) |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | mayConsume (edm::InputTag const &tag) |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
Protected Attributes inherited from DQMEDAnalyzer | |
edm::EDPutTokenT< DQMToken > | lumiToken_ |
edm::EDPutTokenT< DQMToken > | runToken_ |
Definition at line 53 of file QcdUeDQM.h.
|
private |
Definition at line 398 of file QcdUeDQM.h.
QcdUeDQM::QcdUeDQM | ( | const edm::ParameterSet & | parameters | ) |
Definition at line 52 of file QcdUeDQM.cc.
References reco::TrackBase::algoByName(), qcdUeDQM_cfi::algorithm, algorithm_, edm::ParameterSet::exists(), edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), hltProcNames_, hltTrgNames_, isHltConfigSuccessful_, dqmiolumiharvest::j, qcdUeDQM_cfi::quality, quality_, and reco::TrackBase::qualityByName().
|
override |
Definition at line 102 of file QcdUeDQM.cc.
|
override |
Definition at line 636 of file QcdUeDQM.cc.
References pwdgSkimBPark_cfi::beamSpot, bsLabel_, caloJetLabel_, chargedJetLabel_, fill1D(), fillChargedJetSpectra(), fillHltBits(), fillpTMaxRelated(), fillUE_with_ChargedJets(), fillUE_with_MaxpTtrack(), fillVtxPlots(), edm::Event::getByToken(), hNevts_, isHltConfigSuccessful_, edm::Handle< T >::product(), selected_, trackLabel_, PDWG_EXOHSCP_cff::tracks, trackSelection(), vtx1, and vtxLabel_.
|
private |
Definition at line 696 of file QcdUeDQM.cc.
References dqm::dqmstoreimpl::DQMStore::IBooker::book1D(), MillePedeFileConverter_cfg::e, ALCARECODTCalibSynchCosmicsDQM_cff::folderName, dqm::impl::MonitorElement::getTH1(), hltTrgUsedNames_, mps_fire::i, dqm::dqmstoreimpl::DQMStore::IBooker::setCurrentFolder(), and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by bookHistograms().
|
overridevirtual |
Implements DQMEDAnalyzer.
Definition at line 164 of file QcdUeDQM.cc.
References book1D(), dqm::dqmstoreimpl::DQMStore::IBooker::book2D(), bookProfile(), dqm::impl::MonitorElement::getTH1(), h, h2TrigCorr_, hBeamSpot_x_, hBeamSpot_y_, hBeamSpot_z_, hChargedJetMulti_, hdNdEtadPhi_pTMax_Away500_, hdNdEtadPhi_pTMax_Away900_, hdNdEtadPhi_pTMax_Toward500_, hdNdEtadPhi_pTMax_Toward900_, hdNdEtadPhi_pTMax_Transverse500_, hdNdEtadPhi_pTMax_Transverse900_, hdNdEtadPhi_trackJet_Away500_, hdNdEtadPhi_trackJet_Away900_, hdNdEtadPhi_trackJet_Toward500_, hdNdEtadPhi_trackJet_Toward900_, hdNdEtadPhi_trackJet_Transverse500_, hdNdEtadPhi_trackJet_Transverse900_, hdPhi_chargedJet_tracks_, hdPhi_maxpTTrack_tracks_, hGoodTrkEta500_, hGoodTrkEta900_, hGoodTrkPhi500_, hGoodTrkPhi900_, hGoodTrkPt500_, hGoodTrkPt900_, hLeadingChargedJet_etaSpectrum_, hLeadingChargedJet_phiSpectrum_, hLeadingChargedJet_pTSpectrum_, hLeadingTrack_etaSpectrum_, hLeadingTrack_phiSpectrum_, hLeadingTrack_pTSpectrum_, hltTrgUsedNames_, hNevts_, hNgoodTrk_, hNtrackerLayer_, hNtrackerPixelLayer_, hNtrackerStripPixelLayer_, hNvertices_, hpTSumdEtadPhi_pTMax_Away500_, hpTSumdEtadPhi_pTMax_Away900_, hpTSumdEtadPhi_pTMax_Toward500_, hpTSumdEtadPhi_pTMax_Toward900_, hpTSumdEtadPhi_pTMax_Transverse500_, hpTSumdEtadPhi_pTMax_Transverse900_, hpTSumdEtadPhi_trackJet_Away500_, hpTSumdEtadPhi_trackJet_Away900_, hpTSumdEtadPhi_trackJet_Toward500_, hpTSumdEtadPhi_trackJet_Toward900_, hpTSumdEtadPhi_trackJet_Transverse500_, hpTSumdEtadPhi_trackJet_Transverse900_, hRatioDxySigmaDxyBS_, hRatioDxySigmaDxyPV_, hRatioDzSigmaDzBS_, hRatioDzSigmaDzPV_, hRatioPtErrorPt_, hTrkChi2_, hTrkEta_, hTrkNdof_, hTrkPhi_, hTrkPt_, hVertex_ndof_, hVertex_rho_, hVertex_x_, hVertex_y_, hVertex_z_, hVertex_z_bs_, mps_fire::i, dqm::impl::MonitorElement::setBinLabel(), dqm::dqmstoreimpl::DQMStore::IBooker::setCurrentFolder(), testProducerWithPsetDescEmpty_cfi::x1, testProducerWithPsetDescEmpty_cfi::x2, testProducerWithPsetDescEmpty_cfi::y1, and testProducerWithPsetDescEmpty_cfi::y2.
|
private |
Definition at line 726 of file QcdUeDQM.cc.
References dqm::dqmstoreimpl::DQMStore::IBooker::bookProfile(), MillePedeFileConverter_cfg::e, ALCARECODTCalibSynchCosmicsDQM_cff::folderName, hltTrgUsedNames_, mps_fire::i, dqm::dqmstoreimpl::DQMStore::IBooker::setCurrentFolder(), and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by bookHistograms().
|
override |
Definition at line 106 of file QcdUeDQM.cc.
References gather_cfg::cout, CP, newFWLiteAna::found, hltConfig, hltProcNames_, hltResName_, hltTrgBits_, hltTrgDeci_, hltTrgNames_, hltTrgUsedNames_, hltUsedResName_, mps_fire::i, HLTConfigProvider::init(), isHltConfigSuccessful_, dqmiolumiharvest::j, HLTConfigProvider::size(), and HLTConfigProvider::triggerName().
|
private |
Definition at line 754 of file QcdUeDQM.cc.
References hltTrgDeci_, mps_fire::i, heppy_batch::val, and w.
Referenced by analyze(), fillChargedJetSpectra(), fillpTMaxRelated(), fillUE_with_ChargedJets(), fillUE_with_MaxpTtrack(), fillVtxPlots(), and trackSelection().
|
private |
|
private |
|
private |
|
private |
|
private |
Definition at line 976 of file QcdUeDQM.cc.
References f, fill1D(), hChargedJetMulti_, hLeadingChargedJet_etaSpectrum_, hLeadingChargedJet_phiSpectrum_, and hLeadingChargedJet_pTSpectrum_.
Referenced by analyze().
|
private |
Definition at line 1251 of file QcdUeDQM.cc.
References edm::HLTGlobalStatus::accept(), dqm::impl::MonitorElement::Fill(), getProduct(), h2TrigCorr_, hltTrgBits_, hltTrgDeci_, hltUsedResName_, mps_fire::i, dqmiolumiharvest::j, and findQualityFiles::size.
Referenced by analyze().
|
private |
Definition at line 809 of file QcdUeDQM.cc.
References hltTrgDeci_, mps_fire::i, w, and y.
Referenced by fillUE_with_ChargedJets(), and fillUE_with_MaxpTtrack().
|
private |
|
private |
Definition at line 957 of file QcdUeDQM.cc.
References PVValHelper::eta, fill1D(), hGoodTrkEta500_, hGoodTrkEta900_, hGoodTrkPhi500_, hGoodTrkPhi900_, hGoodTrkPt500_, hGoodTrkPt900_, hLeadingTrack_etaSpectrum_, hLeadingTrack_phiSpectrum_, hLeadingTrack_pTSpectrum_, hNgoodTrk_, mps_fire::i, phi, and DiDispStaMuonMonitor_cfi::pt.
Referenced by analyze().
|
private |
Definition at line 1082 of file QcdUeDQM.cc.
References SiPixelRawToDigiRegional_cfi::deltaPhi, fill1D(), fillProfile(), hdNdEtadPhi_trackJet_Away500_, hdNdEtadPhi_trackJet_Away900_, hdNdEtadPhi_trackJet_Toward500_, hdNdEtadPhi_trackJet_Toward900_, hdNdEtadPhi_trackJet_Transverse500_, hdNdEtadPhi_trackJet_Transverse900_, hdPhi_chargedJet_tracks_, hpTSumdEtadPhi_trackJet_Away500_, hpTSumdEtadPhi_trackJet_Away900_, hpTSumdEtadPhi_trackJet_Toward500_, hpTSumdEtadPhi_trackJet_Toward900_, hpTSumdEtadPhi_trackJet_Transverse500_, hpTSumdEtadPhi_trackJet_Transverse900_, mps_fire::i, reco::btau::jetPhi, phi, PI, DiDispStaMuonMonitor_cfi::pt, and w.
Referenced by analyze().
|
private |
Definition at line 1012 of file QcdUeDQM.cc.
References SiPixelRawToDigiRegional_cfi::deltaPhi, fill1D(), fillProfile(), hdNdEtadPhi_pTMax_Away500_, hdNdEtadPhi_pTMax_Away900_, hdNdEtadPhi_pTMax_Toward500_, hdNdEtadPhi_pTMax_Toward900_, hdNdEtadPhi_pTMax_Transverse500_, hdNdEtadPhi_pTMax_Transverse900_, hdPhi_maxpTTrack_tracks_, hpTSumdEtadPhi_pTMax_Away500_, hpTSumdEtadPhi_pTMax_Away900_, hpTSumdEtadPhi_pTMax_Toward500_, hpTSumdEtadPhi_pTMax_Toward900_, hpTSumdEtadPhi_pTMax_Transverse500_, hpTSumdEtadPhi_pTMax_Transverse900_, mps_fire::i, phi, PI, DiDispStaMuonMonitor_cfi::pt, and w.
Referenced by analyze().
|
private |
Definition at line 934 of file QcdUeDQM.cc.
References diffvtxbs_, fill1D(), hNvertices_, hVertex_ndof_, hVertex_rho_, hVertex_x_, hVertex_y_, hVertex_z_, hVertex_z_bs_, edm::Handle< T >::product(), vtx1, and reco::BeamSpot::z0().
Referenced by analyze().
|
inlineprivate |
Definition at line 405 of file QcdUeDQM.h.
References edm::errors::Configuration, and edm::HandleBase::isValid().
Referenced by fillHltBits().
|
inlineprivate |
Definition at line 418 of file QcdUeDQM.h.
References edm::HandleBase::isValid().
|
private |
Definition at line 776 of file QcdUeDQM.cc.
References TkAlMuonSelectors_cfi::cut, hltTrgDeci_, mps_fire::i, and dqmiolumiharvest::j.
|
private |
Definition at line 832 of file QcdUeDQM.cc.
References reco::TrackBase::algo(), algorithm_, allowTriplets_, bsuse_, reco::TrackBase::dxy(), reco::TrackBase::dxyError(), reco::TrackBase::dz(), reco::TrackBase::dzError(), reco::TrackBase::eta(), fill1D(), spr::find(), reco::HitPattern::getHitPattern(), reco::HitPattern::getLayer(), hBeamSpot_x_, hBeamSpot_y_, hBeamSpot_z_, reco::TrackBase::hitPattern(), hNtrackerLayer_, hNtrackerPixelLayer_, hNtrackerStripPixelLayer_, hRatioDxySigmaDxyBS_, hRatioDxySigmaDxyPV_, hRatioDzSigmaDzBS_, hRatioDzSigmaDzPV_, hRatioPtErrorPt_, hTrkChi2_, hTrkEta_, hTrkNdof_, hTrkPhi_, hTrkPt_, mps_fire::i, lip_, maxChi2_, maxRapidity_, min3DHit_, minHit_, minRapidity_, reco::TrackBase::ndof(), reco::TrackBase::normalizedChi2(), reco::HitPattern::numberOfAllHits(), reco::HitPattern::numberOfValidStripLayersWithMonoAndStereo(), AlCaHLTBitMon_ParallelJobs::p, reco::TrackBase::phi(), reco::HitPattern::pixelHitFilter(), reco::HitPattern::pixelLayersWithMeasurement(), reco::BeamSpot::position(), reco::Vertex::position(), reco::TrackBase::pt(), ptErr_pt_, reco::TrackBase::ptError(), ptMin_, pxlLayerMinCut_, reco::TrackBase::quality(), quality_, requirePIX1_, tip_, reco::HitPattern::TRACK_HITS, reco::HitPattern::trackerLayersWithMeasurement(), reco::HitPattern::validHitFilter(), reco::BeamSpot::x0(), reco::BeamSpot::y0(), and reco::BeamSpot::z0().
Referenced by analyze().
|
private |
Definition at line 397 of file QcdUeDQM.h.
Referenced by QcdUeDQM(), and trackSelection().
|
private |
Definition at line 389 of file QcdUeDQM.h.
Referenced by trackSelection().
|
private |
Definition at line 395 of file QcdUeDQM.h.
Referenced by analyze().
|
private |
Definition at line 390 of file QcdUeDQM.h.
|
private |
Definition at line 388 of file QcdUeDQM.h.
Referenced by trackSelection().
|
private |
Definition at line 391 of file QcdUeDQM.h.
Referenced by analyze().
|
private |
Definition at line 392 of file QcdUeDQM.h.
Referenced by analyze().
|
private |
Definition at line 380 of file QcdUeDQM.h.
Referenced by fillVtxPlots().
|
private |
Definition at line 121 of file QcdUeDQM.h.
Referenced by bookHistograms(), and fillHltBits().
|
private |
Definition at line 155 of file QcdUeDQM.h.
Referenced by bookHistograms(), and trackSelection().
|
private |
Definition at line 154 of file QcdUeDQM.h.
Referenced by bookHistograms(), and trackSelection().
|
private |
Definition at line 153 of file QcdUeDQM.h.
Referenced by bookHistograms(), and trackSelection().
|
private |
Definition at line 165 of file QcdUeDQM.h.
|
private |
Definition at line 164 of file QcdUeDQM.h.
Referenced by bookHistograms(), and fillChargedJetSpectra().
|
private |
Definition at line 214 of file QcdUeDQM.h.
Referenced by bookHistograms(), and fillUE_with_MaxpTtrack().
|
private |
Definition at line 301 of file QcdUeDQM.h.
Referenced by bookHistograms(), and fillUE_with_MaxpTtrack().
|
private |
Definition at line 201 of file QcdUeDQM.h.
Referenced by bookHistograms(), and fillUE_with_MaxpTtrack().
|
private |
Definition at line 288 of file QcdUeDQM.h.
Referenced by bookHistograms(), and fillUE_with_MaxpTtrack().
|
private |
Definition at line 207 of file QcdUeDQM.h.
Referenced by bookHistograms(), and fillUE_with_MaxpTtrack().
|
private |
Definition at line 294 of file QcdUeDQM.h.
Referenced by bookHistograms(), and fillUE_with_MaxpTtrack().
|
private |
Definition at line 235 of file QcdUeDQM.h.
Referenced by bookHistograms(), and fillUE_with_ChargedJets().
|
private |
Definition at line 322 of file QcdUeDQM.h.
Referenced by bookHistograms(), and fillUE_with_ChargedJets().
|
private |
Definition at line 225 of file QcdUeDQM.h.
Referenced by bookHistograms(), and fillUE_with_ChargedJets().
|
private |
Definition at line 312 of file QcdUeDQM.h.
Referenced by bookHistograms(), and fillUE_with_ChargedJets().
|
private |
Definition at line 232 of file QcdUeDQM.h.
Referenced by bookHistograms(), and fillUE_with_ChargedJets().
|
private |
Definition at line 319 of file QcdUeDQM.h.
Referenced by bookHistograms(), and fillUE_with_ChargedJets().
|
private |
Definition at line 188 of file QcdUeDQM.h.
Referenced by bookHistograms(), and fillUE_with_ChargedJets().
|
private |
Definition at line 183 of file QcdUeDQM.h.
Referenced by bookHistograms(), and fillUE_with_MaxpTtrack().
|
private |
Definition at line 133 of file QcdUeDQM.h.
Referenced by bookHistograms(), and fillpTMaxRelated().
|
private |
Definition at line 136 of file QcdUeDQM.h.
Referenced by bookHistograms(), and fillpTMaxRelated().
|
private |
Definition at line 134 of file QcdUeDQM.h.
Referenced by bookHistograms(), and fillpTMaxRelated().
|
private |
Definition at line 137 of file QcdUeDQM.h.
Referenced by bookHistograms(), and fillpTMaxRelated().
|
private |
Definition at line 132 of file QcdUeDQM.h.
Referenced by bookHistograms(), and fillpTMaxRelated().
|
private |
Definition at line 135 of file QcdUeDQM.h.
Referenced by bookHistograms(), and fillpTMaxRelated().
|
private |
Definition at line 192 of file QcdUeDQM.h.
Referenced by bookHistograms(), and fillChargedJetSpectra().
|
private |
Definition at line 196 of file QcdUeDQM.h.
Referenced by bookHistograms(), and fillChargedJetSpectra().
|
private |
Definition at line 168 of file QcdUeDQM.h.
Referenced by bookHistograms(), and fillChargedJetSpectra().
|
private |
Definition at line 159 of file QcdUeDQM.h.
Referenced by bookHistograms(), and fillpTMaxRelated().
|
private |
Definition at line 161 of file QcdUeDQM.h.
Referenced by bookHistograms(), and fillpTMaxRelated().
|
private |
Definition at line 157 of file QcdUeDQM.h.
Referenced by bookHistograms(), and fillpTMaxRelated().
|
private |
Definition at line 107 of file QcdUeDQM.h.
Referenced by dqmBeginRun().
|
private |
Definition at line 110 of file QcdUeDQM.h.
Referenced by dqmBeginRun(), and QcdUeDQM().
|
private |
Definition at line 109 of file QcdUeDQM.h.
Referenced by dqmBeginRun().
|
private |
Definition at line 113 of file QcdUeDQM.h.
Referenced by dqmBeginRun(), and fillHltBits().
|
private |
Definition at line 114 of file QcdUeDQM.h.
Referenced by dqmBeginRun(), fill1D(), fill2D(), fillHltBits(), fillProfile(), and setLabel1D().
|
private |
Definition at line 111 of file QcdUeDQM.h.
Referenced by dqmBeginRun(), and QcdUeDQM().
|
private |
Definition at line 115 of file QcdUeDQM.h.
Referenced by book1D(), bookHistograms(), bookProfile(), and dqmBeginRun().
|
private |
Definition at line 116 of file QcdUeDQM.h.
Referenced by dqmBeginRun(), and fillHltBits().
|
private |
Definition at line 123 of file QcdUeDQM.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 131 of file QcdUeDQM.h.
Referenced by bookHistograms(), and fillpTMaxRelated().
|
private |
Definition at line 124 of file QcdUeDQM.h.
Referenced by bookHistograms(), and trackSelection().
|
private |
Definition at line 125 of file QcdUeDQM.h.
Referenced by bookHistograms(), and trackSelection().
|
private |
Definition at line 126 of file QcdUeDQM.h.
Referenced by bookHistograms(), and trackSelection().
|
private |
Definition at line 145 of file QcdUeDQM.h.
Referenced by bookHistograms(), and fillVtxPlots().
|
private |
Definition at line 252 of file QcdUeDQM.h.
Referenced by bookHistograms(), and fillUE_with_MaxpTtrack().
|
private |
Definition at line 339 of file QcdUeDQM.h.
Referenced by bookHistograms(), and fillUE_with_MaxpTtrack().
|
private |
Definition at line 242 of file QcdUeDQM.h.
Referenced by bookHistograms(), and fillUE_with_MaxpTtrack().
|
private |
Definition at line 329 of file QcdUeDQM.h.
Referenced by bookHistograms(), and fillUE_with_MaxpTtrack().
|
private |
Definition at line 249 of file QcdUeDQM.h.
Referenced by bookHistograms(), and fillUE_with_MaxpTtrack().
|
private |
Definition at line 336 of file QcdUeDQM.h.
Referenced by bookHistograms(), and fillUE_with_MaxpTtrack().
|
private |
Definition at line 279 of file QcdUeDQM.h.
Referenced by bookHistograms(), and fillUE_with_ChargedJets().
|
private |
Definition at line 366 of file QcdUeDQM.h.
Referenced by bookHistograms(), and fillUE_with_ChargedJets().
|
private |
Definition at line 265 of file QcdUeDQM.h.
Referenced by bookHistograms(), and fillUE_with_ChargedJets().
|
private |
Definition at line 352 of file QcdUeDQM.h.
Referenced by bookHistograms(), and fillUE_with_ChargedJets().
|
private |
Definition at line 276 of file QcdUeDQM.h.
Referenced by bookHistograms(), and fillUE_with_ChargedJets().
|
private |
Definition at line 363 of file QcdUeDQM.h.
Referenced by bookHistograms(), and fillUE_with_ChargedJets().
|
private |
Definition at line 138 of file QcdUeDQM.h.
Referenced by bookHistograms(), and trackSelection().
|
private |
Definition at line 139 of file QcdUeDQM.h.
Referenced by bookHistograms(), and trackSelection().
|
private |
Definition at line 140 of file QcdUeDQM.h.
Referenced by bookHistograms(), and trackSelection().
|
private |
Definition at line 141 of file QcdUeDQM.h.
Referenced by bookHistograms(), and trackSelection().
|
private |
Definition at line 127 of file QcdUeDQM.h.
Referenced by bookHistograms(), and trackSelection().
|
private |
Definition at line 142 of file QcdUeDQM.h.
Referenced by bookHistograms(), and trackSelection().
|
private |
Definition at line 129 of file QcdUeDQM.h.
Referenced by bookHistograms(), and trackSelection().
|
private |
Definition at line 143 of file QcdUeDQM.h.
Referenced by bookHistograms(), and trackSelection().
|
private |
Definition at line 130 of file QcdUeDQM.h.
Referenced by bookHistograms(), and trackSelection().
|
private |
Definition at line 128 of file QcdUeDQM.h.
Referenced by bookHistograms(), and trackSelection().
|
private |
Definition at line 149 of file QcdUeDQM.h.
Referenced by bookHistograms(), and fillVtxPlots().
|
private |
Definition at line 150 of file QcdUeDQM.h.
Referenced by bookHistograms(), and fillVtxPlots().
|
private |
Definition at line 148 of file QcdUeDQM.h.
Referenced by bookHistograms(), and fillVtxPlots().
|
private |
Definition at line 147 of file QcdUeDQM.h.
Referenced by bookHistograms(), and fillVtxPlots().
|
private |
Definition at line 146 of file QcdUeDQM.h.
Referenced by bookHistograms(), and fillVtxPlots().
|
private |
Definition at line 151 of file QcdUeDQM.h.
Referenced by bookHistograms(), and fillVtxPlots().
|
private |
Definition at line 62 of file QcdUeDQM.h.
Referenced by analyze(), dqmBeginRun(), and QcdUeDQM().
|
private |
Definition at line 379 of file QcdUeDQM.h.
Referenced by trackSelection().
|
private |
Definition at line 387 of file QcdUeDQM.h.
Referenced by trackSelection().
|
private |
Definition at line 377 of file QcdUeDQM.h.
Referenced by trackSelection().
|
private |
Definition at line 386 of file QcdUeDQM.h.
Referenced by trackSelection().
|
private |
Definition at line 383 of file QcdUeDQM.h.
Referenced by trackSelection().
|
private |
Definition at line 376 of file QcdUeDQM.h.
Referenced by trackSelection().
|
private |
Definition at line 381 of file QcdUeDQM.h.
Referenced by trackSelection().
|
private |
Definition at line 375 of file QcdUeDQM.h.
Referenced by trackSelection().
|
private |
Definition at line 384 of file QcdUeDQM.h.
Referenced by trackSelection().
|
private |
Definition at line 396 of file QcdUeDQM.h.
Referenced by QcdUeDQM(), and trackSelection().
|
private |
Definition at line 119 of file QcdUeDQM.h.
|
private |
Definition at line 120 of file QcdUeDQM.h.
|
private |
Definition at line 385 of file QcdUeDQM.h.
Referenced by trackSelection().
|
private |
Definition at line 399 of file QcdUeDQM.h.
Referenced by analyze().
|
private |
Definition at line 118 of file QcdUeDQM.h.
|
private |
Definition at line 378 of file QcdUeDQM.h.
Referenced by trackSelection().
|
private |
Definition at line 393 of file QcdUeDQM.h.
Referenced by analyze().
|
private |
Definition at line 117 of file QcdUeDQM.h.
|
private |
Definition at line 400 of file QcdUeDQM.h.
Referenced by analyze(), and fillVtxPlots().
|
private |
Definition at line 394 of file QcdUeDQM.h.
Referenced by analyze().
|
private |
Definition at line 382 of file QcdUeDQM.h.