#include <QcdLowPtDQM.h>
Classes | |
class | Pixel |
class | Tracklet |
class | Vertex |
Public Member Functions | |
void | analyze (const edm::Event &iEvent, const edm::EventSetup &iSetup) override |
void | bookHistograms (DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override |
void | dqmBeginRun (const edm::Run &, const edm::EventSetup &) override |
void | endRun (const edm::Run &r, const edm::EventSetup &iSetup) override |
std::shared_ptr< qlpd::Cache > | globalBeginLuminosityBlock (const edm::LuminosityBlock &, const edm::EventSetup &) const override |
void | globalEndLuminosityBlock (const edm::LuminosityBlock &l, const edm::EventSetup &iSetup) override |
QcdLowPtDQM (const edm::ParameterSet ¶meters) | |
~QcdLowPtDQM () override | |
Public Member Functions inherited from one::DQMEDAnalyzer< edm::LuminosityBlockCache< qlpd::Cache > > | |
DQMEDAnalyzer ()=default | |
DQMEDAnalyzer (DQMEDAnalyzer< T... > const &)=delete | |
DQMEDAnalyzer (DQMEDAnalyzer< T... > &&)=delete | |
~DQMEDAnalyzer () override=default | |
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 | book2D (DQMStore::IBooker &, std::vector< MonitorElement * > &mes, const std::string &name, const std::string &title, int nx, double x1, double x2, int ny, double y1, double y2, bool sumw2=true, bool sbox=true) |
void | create1D (std::vector< TH1F * > &mes, const std::string &name, const std::string &title, int nx, double x1, double x2, bool sumw2=true, bool sbox=true) |
void | create2D (std::vector< TH2F * > &mes, const std::string &name, const std::string &title, int nx, double x1, double x2, int ny, 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 | filldNdeta (const TH3F *AlphaTracklets, const std::vector< TH3F * > &NsigTracklets, const std::vector< TH3F * > &NbkgTracklets, const std::vector< TH1F * > &NEvsPerEta, std::vector< MonitorElement * > &hdNdEtaRawTrkl, std::vector< MonitorElement * > &hdNdEtaSubTrkl, std::vector< MonitorElement * > &hdNdEtaTrklets) |
void | fillHltBits (const edm::Event &iEvent) |
void | fillPixelClusterInfos (const edm::Event &iEvent, int which=12) |
void | fillPixelClusterInfos (const double vz, const std::vector< Pixel > &pix, std::vector< MonitorElement * > &hClusterYSize, std::vector< MonitorElement * > &hClusterADC) |
void | fillPixels (const edm::Event &iEvent, const edm::EventSetup &iSetup) |
void | fillTracklets (const edm::Event &iEvent, int which=12) |
void | fillTracklets (std::vector< Tracklet > &tracklets, const std::vector< Pixel > &pix1, const std::vector< Pixel > &pix2, const Vertex &trackletV) |
void | fillTracklets (const std::vector< Tracklet > &tracklets, const std::vector< Pixel > &pixels, const Vertex &trackletV, const TH3F *AlphaTracklets, std::vector< TH3F * > &NsigTracklets, std::vector< TH3F * > &NbkgTracklets, std::vector< TH1F * > &eventpereta, std::vector< MonitorElement * > &detaphi, std::vector< MonitorElement * > &deta, std::vector< MonitorElement * > &dphi, std::vector< MonitorElement * > &etavsvtx) |
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 | print (int level, const char *msg) |
void | print (int level, const std::string &msg) |
void | reallyPrint (int level, const char *msg) |
void | trackletVertexUnbinned (const edm::Event &iEvent, int which=12) |
void | trackletVertexUnbinned (std::vector< Pixel > &pix1, std::vector< Pixel > &pix2, Vertex &vtx) |
double | vertexZFromClusters (const std::vector< Pixel > &pix) const |
void | yieldAlphaHistogram (int which=12) |
Definition at line 27 of file QcdLowPtDQM.h.
QcdLowPtDQM::QcdLowPtDQM | ( | const edm::ParameterSet & | parameters | ) |
Definition at line 49 of file QcdLowPtDQM.cc.
References edm::ParameterSet::exists(), edm::ParameterSet::getUntrackedParameter(), hltProcNames_, hltTrgNames_, pixLayers_, print(), and yieldAlphaHistogram().
|
override |
Definition at line 113 of file QcdLowPtDQM.cc.
References AlphaTracklets12_, AlphaTracklets13_, AlphaTracklets23_, NbkgTracklets12_, NbkgTracklets13_, NbkgTracklets23_, NsigTracklets12_, NsigTracklets13_, and NsigTracklets23_.
|
override |
Definition at line 509 of file QcdLowPtDQM.cc.
References clusLayers_, fillHltBits(), fillPixelClusterInfos(), fillPixels(), fillTracklets(), edm::EventSetup::get(), pixLayers_, print(), edm::ESHandle< T >::product(), tgeo_, and trackletVertexUnbinned().
|
private |
Definition at line 530 of file QcdLowPtDQM.cc.
References DQMStore::IBooker::book1D(), MillePedeFileConverter_cfg::e, MonitorElement::getTH1(), hltTrgUsedNames_, and mps_fire::i.
Referenced by bookHistograms().
|
private |
Definition at line 548 of file QcdLowPtDQM.cc.
References DQMStore::IBooker::book2D(), MillePedeFileConverter_cfg::e, MonitorElement::getTH1(), hltTrgUsedNames_, and mps_fire::i.
Referenced by bookHistograms().
|
override |
Definition at line 221 of file QcdLowPtDQM.cc.
References AlphaTracklets12_, AlphaTracklets13_, AlphaTracklets23_, book1D(), DQMStore::IBooker::book2D(), book2D(), DQMStore::IBooker::bookFloat(), clusLayers_, create1D(), MonitorElement::getTH1(), h, h2TrigCorr_, hClusterADC1_, hClusterADC2_, hClusterADC3_, hClusterVertexZ_, hClusterYSize1_, hClusterYSize2_, hClusterYSize3_, hdNdEtaHitsL1_, hdNdEtaHitsL2_, hdNdEtaHitsL3_, hdNdEtaRawTrkl12_, hdNdEtaRawTrkl13_, hdNdEtaRawTrkl23_, hdNdEtaSubTrkl12_, hdNdEtaSubTrkl13_, hdNdEtaSubTrkl23_, hdNdEtaTrklets12_, hdNdEtaTrklets13_, hdNdEtaTrklets23_, hdNdPhiHitsL1_, hdNdPhiHitsL2_, hdNdPhiHitsL3_, hEvtCountsPerEta12_, hEvtCountsPerEta13_, hEvtCountsPerEta23_, hltTrgUsedNames_, hNhitsL1_, hNhitsL1z_, hNhitsL2_, hNhitsL2z_, hNhitsL3_, hNhitsL3z_, hRawTrkEtaVtxZ12_, hRawTrkEtaVtxZ13_, hRawTrkEtaVtxZ23_, hTrkRawDeta12_, hTrkRawDeta13_, hTrkRawDeta23_, hTrkRawDetaDphi12_, hTrkRawDetaDphi13_, hTrkRawDetaDphi23_, hTrkRawDphi12_, hTrkRawDphi13_, hTrkRawDphi23_, hTrkVtxZ12_, hTrkVtxZ13_, hTrkVtxZ23_, mps_fire::i, createfilelist::int, pixLayers_, repSumMap_, repSummary_, MonitorElement::setBinLabel(), DQMStore::IBooker::setCurrentFolder(), globals_cff::x1, globals_cff::x2, ZVCut_, and ZVEtaRegion_.
|
private |
Definition at line 566 of file QcdLowPtDQM.cc.
References hltTrgUsedNames_, and mps_fire::i.
Referenced by bookHistograms().
|
private |
Definition at line 582 of file QcdLowPtDQM.cc.
References hltTrgUsedNames_, and mps_fire::i.
|
override |
Definition at line 126 of file QcdLowPtDQM.cc.
References AlphaTracklets12_, AlphaTracklets13_, AlphaTracklets23_, CP, runEdmFileComparison::found, hltConfig_, hltProcNames_, hltResName_, hltTrgBits_, hltTrgDeci_, hltTrgNames_, hltTrgUsedNames_, hltUsedResName_, mps_fire::i, HLTConfigProvider::init(), createfilelist::int, NbkgTracklets12_, NbkgTracklets13_, NbkgTracklets23_, NsigTracklets12_, NsigTracklets13_, NsigTracklets23_, print(), HLTConfigProvider::size(), and HLTConfigProvider::triggerName().
|
override |
Definition at line 720 of file QcdLowPtDQM.cc.
References mps_fire::i, NbkgTracklets12_, NbkgTracklets13_, NbkgTracklets23_, NsigTracklets12_, NsigTracklets13_, and NsigTracklets23_.
|
private |
Definition at line 736 of file QcdLowPtDQM.cc.
References hltTrgDeci_, and mps_fire::i.
Referenced by fillPixelClusterInfos(), fillPixels(), fillTracklets(), and trackletVertexUnbinned().
|
private |
|
private |
Definition at line 755 of file QcdLowPtDQM.cc.
References hltTrgDeci_, and mps_fire::i.
Referenced by fillPixelClusterInfos(), and fillTracklets().
|
private |
|
private |
Definition at line 775 of file QcdLowPtDQM.cc.
References hltTrgDeci_, and mps_fire::i.
Referenced by fillTracklets().
|
private |
Definition at line 599 of file QcdLowPtDQM.cc.
References Abs(), alpha, CP, PatBasicFWLiteAnalyzer::events, mps_fire::i, print(), MonitorElement::Reset(), MonitorElement::setBinContent(), and MonitorElement::setBinError().
Referenced by globalEndLuminosityBlock().
|
private |
Definition at line 784 of file QcdLowPtDQM.cc.
References edm::HLTGlobalStatus::accept(), MonitorElement::Fill(), getProduct(), h2TrigCorr_, hltTrgBits_, hltTrgDeci_, hltTrgUsedNames_, hltUsedResName_, mps_fire::i, print(), and findQualityFiles::size.
Referenced by analyze().
|
private |
Definition at line 905 of file QcdLowPtDQM.cc.
References bpix1_, bpix2_, bpix3_, clusterVtxName_, CP, fill1D(), getProductSafe(), hClusterADC1_, hClusterADC2_, hClusterADC3_, hClusterVertexZ_, hClusterYSize1_, hClusterYSize2_, hClusterYSize3_, print(), edm::Handle< T >::product(), vertexZFromClusters(), and electrons_cff::vertices.
Referenced by analyze().
|
private |
Definition at line 941 of file QcdLowPtDQM.cc.
References fill2D(), mps_fire::i, AlCaHLTBitMon_ParallelJobs::p, and tmp.
|
private |
Definition at line 814 of file QcdLowPtDQM.cc.
References ecalMGPA::adc(), bpix1_, bpix2_, bpix3_, CP, edmNew::DetSetVector< T >::data(), end, QcdLowPtDQM::Pixel::eta(), fill1D(), edm::EventSetup::get(), getProductSafe(), hdNdEtaHitsL1_, hdNdEtaHitsL2_, hdNdEtaHitsL3_, hdNdPhiHitsL1_, hdNdPhiHitsL2_, hdNdPhiHitsL3_, hfClusterShapes_cfi::hits, hNhitsL1_, hNhitsL1z_, hNhitsL2_, hNhitsL2z_, hNhitsL3_, hNhitsL3z_, triggerObjects_cff::id, TrackerGeometry::idToDet(), createfilelist::int, PixelTopology::isItEdgePixelInX(), PixelTopology::isItEdgePixelInY(), QcdLowPtDQM::Pixel::phi(), digitizers_cfi::pixel, PixelSubdetector::PixelBarrel, pixelName_, print(), edm::Handle< T >::product(), edm::ESHandle< T >::product(), TrackerTopology::pxbLayer(), PixelGeomDetUnit::specificTopology(), tgeo_, GeomDet::toGlobal(), usePixelQ_, useRecHitQ_, hit::x, hit::y, and hit::z.
Referenced by analyze().
|
private |
Definition at line 955 of file QcdLowPtDQM.cc.
References AlphaTracklets12_, AlphaTracklets13_, AlphaTracklets23_, bpix1_, bpix2_, bpix3_, btracklets12_, btracklets13_, btracklets23_, hEvtCountsPerEta12_, hEvtCountsPerEta13_, hEvtCountsPerEta23_, hRawTrkEtaVtxZ12_, hRawTrkEtaVtxZ13_, hRawTrkEtaVtxZ23_, hTrkRawDeta12_, hTrkRawDeta13_, hTrkRawDeta23_, hTrkRawDetaDphi12_, hTrkRawDetaDphi13_, hTrkRawDetaDphi23_, hTrkRawDphi12_, hTrkRawDphi13_, hTrkRawDphi23_, NbkgTracklets12_, NbkgTracklets13_, NbkgTracklets23_, NsigTracklets12_, NsigTracklets13_, NsigTracklets23_, trackletV12_, and trackletV13_.
Referenced by analyze().
|
private |
Definition at line 981 of file QcdLowPtDQM.cc.
References Abs(), compareTracklets(), mps_fire::i, QcdLowPtDQM::Tracklet::i2(), gen::k, p1, p2, QcdLowPtDQM::Tracklet::seti1(), QcdLowPtDQM::Tracklet::seti2(), jetUpdater_cfi::sort, QcdLowPtDQM::Vertex::z(), and ZVCut_.
|
private |
Definition at line 1025 of file QcdLowPtDQM.cc.
References Abs(), bkgEtaCut_, bkgPhiCut_, fill1D(), fill2D(), fill3D(), h, hltTrgDeci_, mps_fire::i, gen::k, sigEtaCut_, sigPhiCut_, QcdLowPtDQM::Vertex::z(), and ZVVtxRegion_.
|
inlineprivate |
Definition at line 318 of file QcdLowPtDQM.h.
References edm::errors::Configuration, and edm::HandleBase::isValid().
Referenced by fillHltBits().
|
inlineprivate |
Definition at line 334 of file QcdLowPtDQM.h.
References edm::HandleBase::isValid().
Referenced by fillPixelClusterInfos(), and fillPixels().
|
override |
Definition at line 698 of file QcdLowPtDQM.cc.
|
override |
Definition at line 703 of file QcdLowPtDQM.cc.
References AlphaTracklets12_, AlphaTracklets13_, AlphaTracklets23_, MonitorElement::Fill(), filldNdeta(), hdNdEtaRawTrkl12_, hdNdEtaRawTrkl13_, hdNdEtaRawTrkl23_, hdNdEtaSubTrkl12_, hdNdEtaSubTrkl13_, hdNdEtaSubTrkl23_, hdNdEtaTrklets12_, hdNdEtaTrklets13_, hdNdEtaTrklets23_, hEvtCountsPerEta12_, hEvtCountsPerEta13_, hEvtCountsPerEta23_, NbkgTracklets12_, NbkgTracklets13_, NbkgTracklets23_, NsigTracklets12_, NsigTracklets13_, NsigTracklets23_, repSumMap_, and repSummary_.
|
inlineprivate |
Definition at line 353 of file QcdLowPtDQM.h.
Referenced by analyze(), dqmBeginRun(), filldNdeta(), fillHltBits(), fillPixelClusterInfos(), fillPixels(), and QcdLowPtDQM().
|
inlineprivate |
Definition at line 186 of file QcdLowPtDQM.h.
References iEvent, hcalDigis_cfi::level, mps_check::msg, print(), extraflags_cff::vtx, and eostools::which().
Referenced by print().
|
private |
Definition at line 1073 of file QcdLowPtDQM.cc.
References edm::errors::Configuration, and Exception.
|
private |
Definition at line 1089 of file QcdLowPtDQM.cc.
References bpix1_, bpix2_, bpix3_, fill1D(), hTrkVtxZ12_, hTrkVtxZ13_, hTrkVtxZ23_, trackletV12_, trackletV13_, trackletV23_, and QcdLowPtDQM::Vertex::z().
Referenced by analyze().
|
private |
Definition at line 1106 of file QcdLowPtDQM.cc.
References Abs(), hiPixelPairStep_cff::deltaPhi, dPhiVc_, dZVc_, mps_fire::i, SiStripPI::mean, p1, p2, indexGen::s2, QcdLowPtDQM::Vertex::set(), and jetUpdater_cfi::sort.
|
private |
Definition at line 1170 of file QcdLowPtDQM.cc.
References Abs(), MillePedeFileConverter_cfg::e, mps_fire::i, nhits, AlCaHLTBitMon_ParallelJobs::p, QcdLowPtDQM::Pixel::rho(), QcdLowPtDQM::Pixel::sizey(), and QcdLowPtDQM::Pixel::z().
Referenced by fillPixelClusterInfos().
|
private |
Definition at line 1206 of file QcdLowPtDQM.cc.
References AlphaTracklets12_, AlphaTracklets13_, AlphaTracklets23_, MuonErrorMatrixAnalyzer_cfi::EtaBins, and mps_fire::i.
Referenced by QcdLowPtDQM().
|
private |
Definition at line 230 of file QcdLowPtDQM.h.
Referenced by bookHistograms(), dqmBeginRun(), fillTracklets(), globalEndLuminosityBlock(), yieldAlphaHistogram(), and ~QcdLowPtDQM().
|
private |
Definition at line 235 of file QcdLowPtDQM.h.
Referenced by bookHistograms(), dqmBeginRun(), fillTracklets(), globalEndLuminosityBlock(), yieldAlphaHistogram(), and ~QcdLowPtDQM().
|
private |
Definition at line 240 of file QcdLowPtDQM.h.
Referenced by bookHistograms(), dqmBeginRun(), fillTracklets(), globalEndLuminosityBlock(), yieldAlphaHistogram(), and ~QcdLowPtDQM().
|
private |
Definition at line 206 of file QcdLowPtDQM.h.
Referenced by fillTracklets().
|
private |
Definition at line 207 of file QcdLowPtDQM.h.
Referenced by fillTracklets().
|
private |
Definition at line 217 of file QcdLowPtDQM.h.
Referenced by fillPixelClusterInfos(), fillPixels(), fillTracklets(), and trackletVertexUnbinned().
|
private |
Definition at line 218 of file QcdLowPtDQM.h.
Referenced by fillPixelClusterInfos(), fillPixels(), fillTracklets(), and trackletVertexUnbinned().
|
private |
Definition at line 219 of file QcdLowPtDQM.h.
Referenced by fillPixelClusterInfos(), fillPixels(), fillTracklets(), and trackletVertexUnbinned().
|
private |
Definition at line 220 of file QcdLowPtDQM.h.
Referenced by fillTracklets().
|
private |
Definition at line 221 of file QcdLowPtDQM.h.
Referenced by fillTracklets().
|
private |
Definition at line 222 of file QcdLowPtDQM.h.
Referenced by fillTracklets().
|
private |
Definition at line 210 of file QcdLowPtDQM.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 198 of file QcdLowPtDQM.h.
Referenced by fillPixelClusterInfos().
|
private |
Definition at line 202 of file QcdLowPtDQM.h.
Referenced by trackletVertexUnbinned().
|
private |
Definition at line 203 of file QcdLowPtDQM.h.
Referenced by trackletVertexUnbinned().
|
private |
Definition at line 245 of file QcdLowPtDQM.h.
Referenced by bookHistograms(), and fillHltBits().
|
private |
Definition at line 308 of file QcdLowPtDQM.h.
Referenced by bookHistograms(), and fillPixelClusterInfos().
|
private |
Definition at line 310 of file QcdLowPtDQM.h.
Referenced by bookHistograms(), and fillPixelClusterInfos().
|
private |
Definition at line 312 of file QcdLowPtDQM.h.
Referenced by bookHistograms(), and fillPixelClusterInfos().
|
private |
Definition at line 300 of file QcdLowPtDQM.h.
Referenced by bookHistograms(), and fillPixelClusterInfos().
|
private |
Definition at line 302 of file QcdLowPtDQM.h.
Referenced by bookHistograms(), and fillPixelClusterInfos().
|
private |
Definition at line 304 of file QcdLowPtDQM.h.
Referenced by bookHistograms(), and fillPixelClusterInfos().
|
private |
Definition at line 306 of file QcdLowPtDQM.h.
Referenced by bookHistograms(), and fillPixelClusterInfos().
|
private |
Definition at line 255 of file QcdLowPtDQM.h.
Referenced by bookHistograms(), and fillPixels().
|
private |
Definition at line 256 of file QcdLowPtDQM.h.
Referenced by bookHistograms(), and fillPixels().
|
private |
Definition at line 257 of file QcdLowPtDQM.h.
Referenced by bookHistograms(), and fillPixels().
|
private |
Definition at line 282 of file QcdLowPtDQM.h.
Referenced by bookHistograms(), and globalEndLuminosityBlock().
|
private |
Definition at line 288 of file QcdLowPtDQM.h.
Referenced by bookHistograms(), and globalEndLuminosityBlock().
|
private |
Definition at line 294 of file QcdLowPtDQM.h.
Referenced by bookHistograms(), and globalEndLuminosityBlock().
|
private |
Definition at line 284 of file QcdLowPtDQM.h.
Referenced by bookHistograms(), and globalEndLuminosityBlock().
|
private |
Definition at line 290 of file QcdLowPtDQM.h.
Referenced by bookHistograms(), and globalEndLuminosityBlock().
|
private |
Definition at line 296 of file QcdLowPtDQM.h.
Referenced by bookHistograms(), and globalEndLuminosityBlock().
|
private |
Definition at line 286 of file QcdLowPtDQM.h.
Referenced by bookHistograms(), and globalEndLuminosityBlock().
|
private |
Definition at line 292 of file QcdLowPtDQM.h.
Referenced by bookHistograms(), and globalEndLuminosityBlock().
|
private |
Definition at line 298 of file QcdLowPtDQM.h.
Referenced by bookHistograms(), and globalEndLuminosityBlock().
|
private |
Definition at line 258 of file QcdLowPtDQM.h.
Referenced by bookHistograms(), and fillPixels().
|
private |
Definition at line 259 of file QcdLowPtDQM.h.
Referenced by bookHistograms(), and fillPixels().
|
private |
Definition at line 260 of file QcdLowPtDQM.h.
Referenced by bookHistograms(), and fillPixels().
|
private |
Definition at line 228 of file QcdLowPtDQM.h.
Referenced by bookHistograms(), fillTracklets(), and globalEndLuminosityBlock().
|
private |
Definition at line 233 of file QcdLowPtDQM.h.
Referenced by bookHistograms(), fillTracklets(), and globalEndLuminosityBlock().
|
private |
Definition at line 238 of file QcdLowPtDQM.h.
Referenced by bookHistograms(), fillTracklets(), and globalEndLuminosityBlock().
|
private |
Definition at line 241 of file QcdLowPtDQM.h.
Referenced by dqmBeginRun().
|
private |
Definition at line 195 of file QcdLowPtDQM.h.
Referenced by dqmBeginRun(), and QcdLowPtDQM().
|
private |
Definition at line 194 of file QcdLowPtDQM.h.
Referenced by dqmBeginRun().
|
private |
Definition at line 213 of file QcdLowPtDQM.h.
Referenced by dqmBeginRun(), and fillHltBits().
|
private |
Definition at line 214 of file QcdLowPtDQM.h.
Referenced by dqmBeginRun(), fill1D(), fill2D(), fill3D(), fillHltBits(), and fillTracklets().
|
private |
Definition at line 196 of file QcdLowPtDQM.h.
Referenced by dqmBeginRun(), and QcdLowPtDQM().
|
private |
Definition at line 215 of file QcdLowPtDQM.h.
Referenced by book1D(), book2D(), bookHistograms(), create1D(), create2D(), dqmBeginRun(), and fillHltBits().
|
private |
Definition at line 216 of file QcdLowPtDQM.h.
Referenced by dqmBeginRun(), and fillHltBits().
|
private |
Definition at line 246 of file QcdLowPtDQM.h.
Referenced by bookHistograms(), and fillPixels().
|
private |
Definition at line 249 of file QcdLowPtDQM.h.
Referenced by bookHistograms(), and fillPixels().
|
private |
Definition at line 247 of file QcdLowPtDQM.h.
Referenced by bookHistograms(), and fillPixels().
|
private |
Definition at line 251 of file QcdLowPtDQM.h.
Referenced by bookHistograms(), and fillPixels().
|
private |
Definition at line 248 of file QcdLowPtDQM.h.
Referenced by bookHistograms(), and fillPixels().
|
private |
Definition at line 253 of file QcdLowPtDQM.h.
Referenced by bookHistograms(), and fillPixels().
|
private |
Definition at line 264 of file QcdLowPtDQM.h.
Referenced by bookHistograms(), and fillTracklets().
|
private |
Definition at line 266 of file QcdLowPtDQM.h.
Referenced by bookHistograms(), and fillTracklets().
|
private |
Definition at line 268 of file QcdLowPtDQM.h.
Referenced by bookHistograms(), and fillTracklets().
|
private |
Definition at line 272 of file QcdLowPtDQM.h.
Referenced by bookHistograms(), and fillTracklets().
|
private |
Definition at line 276 of file QcdLowPtDQM.h.
Referenced by bookHistograms(), and fillTracklets().
|
private |
Definition at line 280 of file QcdLowPtDQM.h.
Referenced by bookHistograms(), and fillTracklets().
|
private |
Definition at line 270 of file QcdLowPtDQM.h.
Referenced by bookHistograms(), and fillTracklets().
|
private |
Definition at line 274 of file QcdLowPtDQM.h.
Referenced by bookHistograms(), and fillTracklets().
|
private |
Definition at line 278 of file QcdLowPtDQM.h.
Referenced by bookHistograms(), and fillTracklets().
|
private |
Definition at line 273 of file QcdLowPtDQM.h.
Referenced by bookHistograms(), and fillTracklets().
|
private |
Definition at line 277 of file QcdLowPtDQM.h.
Referenced by bookHistograms(), and fillTracklets().
|
private |
Definition at line 281 of file QcdLowPtDQM.h.
Referenced by bookHistograms(), and fillTracklets().
|
private |
Definition at line 261 of file QcdLowPtDQM.h.
Referenced by bookHistograms(), and trackletVertexUnbinned().
|
private |
Definition at line 262 of file QcdLowPtDQM.h.
Referenced by bookHistograms(), and trackletVertexUnbinned().
|
private |
Definition at line 263 of file QcdLowPtDQM.h.
Referenced by bookHistograms(), and trackletVertexUnbinned().
|
private |
Definition at line 227 of file QcdLowPtDQM.h.
Referenced by dqmBeginRun(), endRun(), fillTracklets(), globalEndLuminosityBlock(), and ~QcdLowPtDQM().
|
private |
Definition at line 232 of file QcdLowPtDQM.h.
Referenced by dqmBeginRun(), endRun(), fillTracklets(), globalEndLuminosityBlock(), and ~QcdLowPtDQM().
|
private |
Definition at line 237 of file QcdLowPtDQM.h.
Referenced by dqmBeginRun(), endRun(), fillTracklets(), globalEndLuminosityBlock(), and ~QcdLowPtDQM().
|
private |
Definition at line 226 of file QcdLowPtDQM.h.
Referenced by dqmBeginRun(), endRun(), fillTracklets(), globalEndLuminosityBlock(), and ~QcdLowPtDQM().
|
private |
Definition at line 231 of file QcdLowPtDQM.h.
Referenced by dqmBeginRun(), endRun(), fillTracklets(), globalEndLuminosityBlock(), and ~QcdLowPtDQM().
|
private |
Definition at line 236 of file QcdLowPtDQM.h.
Referenced by dqmBeginRun(), endRun(), fillTracklets(), globalEndLuminosityBlock(), and ~QcdLowPtDQM().
|
private |
Definition at line 197 of file QcdLowPtDQM.h.
Referenced by fillPixels().
|
private |
Definition at line 209 of file QcdLowPtDQM.h.
Referenced by analyze(), bookHistograms(), and QcdLowPtDQM().
|
private |
Definition at line 243 of file QcdLowPtDQM.h.
Referenced by bookHistograms(), and globalEndLuminosityBlock().
|
private |
Definition at line 244 of file QcdLowPtDQM.h.
Referenced by bookHistograms(), and globalEndLuminosityBlock().
|
private |
Definition at line 204 of file QcdLowPtDQM.h.
Referenced by fillTracklets().
|
private |
Definition at line 205 of file QcdLowPtDQM.h.
Referenced by fillTracklets().
|
private |
Definition at line 242 of file QcdLowPtDQM.h.
Referenced by analyze(), and fillPixels().
|
private |
Definition at line 223 of file QcdLowPtDQM.h.
Referenced by fillTracklets(), and trackletVertexUnbinned().
|
private |
Definition at line 224 of file QcdLowPtDQM.h.
Referenced by fillTracklets(), and trackletVertexUnbinned().
|
private |
Definition at line 225 of file QcdLowPtDQM.h.
Referenced by trackletVertexUnbinned().
|
private |
Definition at line 212 of file QcdLowPtDQM.h.
Referenced by fillPixels().
|
private |
Definition at line 211 of file QcdLowPtDQM.h.
Referenced by fillPixels().
|
private |
Definition at line 208 of file QcdLowPtDQM.h.
|
private |
Definition at line 199 of file QcdLowPtDQM.h.
Referenced by bookHistograms(), and fillTracklets().
|
private |
Definition at line 200 of file QcdLowPtDQM.h.
Referenced by bookHistograms().
|
private |
Definition at line 201 of file QcdLowPtDQM.h.
Referenced by fillTracklets().