#include <QcdLowPtDQM.h>
Classes | |
class | Pixel |
class | Tracklet |
class | Vertex |
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< MonitorElement * > &mes, double val, double w=1.) |
void | fill1D (std::vector< TH1F * > &hs, double val, double w=1.) |
void | fill2D (std::vector< MonitorElement * > &mes, double valx, double valy, double w=1.) |
void | fill2D (std::vector< TH2F * > &hs, 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 double vz, const std::vector< Pixel > &pix, std::vector< MonitorElement * > &hClusterYSize, std::vector< MonitorElement * > &hClusterADC) |
void | fillPixelClusterInfos (const edm::Event &iEvent, int which=12) |
void | fillPixels (const edm::Event &iEvent, const edm::EventSetup &iSetup) |
void | fillTracklets (const edm::Event &iEvent, int which=12) |
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) |
void | fillTracklets (std::vector< Tracklet > &tracklets, const std::vector< Pixel > &pix1, const std::vector< Pixel > &pix2, const Vertex &trackletV) |
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) |
Additional Inherited Members | |
Public Types inherited from DQMOneEDAnalyzer< edm::LuminosityBlockCache< qlpd::Cache > > | |
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 DQMOneEDAnalyzer< edm::LuminosityBlockCache< qlpd::Cache > > | |
virtual void | bookHistograms (DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &)=0 |
Protected Member Functions inherited from edm::ProducerBase | |
template<class ProductType > | |
BranchAliasSetterT< ProductType > | produces () |
declare what type of product will make and with which optional label More... | |
template<typename ProductType , BranchType B> | |
BranchAliasSetterT< ProductType > | produces () |
template<typename ProductType , Transition B> | |
BranchAliasSetterT< ProductType > | produces () |
BranchAliasSetter | produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true) |
template<BranchType B> | |
BranchAliasSetter | produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true) |
template<Transition B> | |
BranchAliasSetter | produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true) |
template<typename ProductType , Transition B> | |
BranchAliasSetterT< ProductType > | produces (std::string instanceName) |
template<class ProductType > | |
BranchAliasSetterT< ProductType > | produces (std::string instanceName) |
template<typename ProductType , BranchType B> | |
BranchAliasSetterT< ProductType > | produces (std::string instanceName) |
ProducesCollector | producesCollector () |
Protected Member Functions inherited from edm::EDConsumerBase | |
EDGetToken | consumes (const TypeToGet &id, edm::InputTag const &tag) |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (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) |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | mayConsume (edm::InputTag const &tag) |
Protected Attributes inherited from DQMOneEDAnalyzer< edm::LuminosityBlockCache< qlpd::Cache > > | |
edm::EDPutTokenT< DQMToken > | runToken_ |
Definition at line 26 of file QcdLowPtDQM.h.
QcdLowPtDQM::QcdLowPtDQM | ( | const edm::ParameterSet & | parameters | ) |
Definition at line 47 of file QcdLowPtDQM.cc.
References hltProcNames_, hltTrgNames_, pixLayers_, print(), and yieldAlphaHistogram().
|
override |
Definition at line 98 of file QcdLowPtDQM.cc.
References AlphaTracklets12_, AlphaTracklets13_, AlphaTracklets23_, NbkgTracklets12_, NbkgTracklets13_, NbkgTracklets23_, NsigTracklets12_, NsigTracklets13_, and NsigTracklets23_.
|
overridevirtual |
Reimplemented from DQMOneEDAnalyzer< edm::LuminosityBlockCache< qlpd::Cache > >.
Definition at line 689 of file QcdLowPtDQM.cc.
References clusLayers_, fillHltBits(), fillPixelClusterInfos(), fillPixels(), fillTracklets(), edm::EventSetup::get(), get, iEvent, pixLayers_, print(), edm::ESHandle< T >::product(), tgeo_, and trackletVertexUnbinned().
|
private |
Definition at line 710 of file QcdLowPtDQM.cc.
References MillePedeFileConverter_cfg::e, hltTrgUsedNames_, mps_fire::i, Skims_PA_cff::name, overlapproblemtsosanalyzer_cfi::title, testProducerWithPsetDescEmpty_cfi::x1, and testProducerWithPsetDescEmpty_cfi::x2.
Referenced by bookHistograms().
|
private |
Definition at line 735 of file QcdLowPtDQM.cc.
References MillePedeFileConverter_cfg::e, hltTrgUsedNames_, mps_fire::i, Skims_PA_cff::name, overlapproblemtsosanalyzer_cfi::title, testProducerWithPsetDescEmpty_cfi::x1, testProducerWithPsetDescEmpty_cfi::x2, testProducerWithPsetDescEmpty_cfi::y1, and testProducerWithPsetDescEmpty_cfi::y2.
Referenced by bookHistograms().
|
override |
Definition at line 200 of file QcdLowPtDQM.cc.
References AlphaTracklets12_, AlphaTracklets13_, AlphaTracklets23_, book1D(), book2D(), clusLayers_, create1D(), dqm::impl::MonitorElement::getTH1(), 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, PixelTestBeamValidation_cfi::Nx, PixelTestBeamValidation_cfi::Ny, pixLayers_, repSumMap_, repSummary_, dqm::impl::MonitorElement::setBinLabel(), testProducerWithPsetDescEmpty_cfi::x1, testProducerWithPsetDescEmpty_cfi::x2, testProducerWithPsetDescEmpty_cfi::y1, testProducerWithPsetDescEmpty_cfi::y2, ZVCut_, and ZVEtaRegion_.
|
private |
Definition at line 765 of file QcdLowPtDQM.cc.
References hltTrgUsedNames_, mps_fire::i, Skims_PA_cff::name, overlapproblemtsosanalyzer_cfi::title, testProducerWithPsetDescEmpty_cfi::x1, and testProducerWithPsetDescEmpty_cfi::x2.
Referenced by bookHistograms().
|
private |
Definition at line 788 of file QcdLowPtDQM.cc.
References hltTrgUsedNames_, mps_fire::i, Skims_PA_cff::name, overlapproblemtsosanalyzer_cfi::title, testProducerWithPsetDescEmpty_cfi::x1, testProducerWithPsetDescEmpty_cfi::x2, testProducerWithPsetDescEmpty_cfi::y1, and testProducerWithPsetDescEmpty_cfi::y2.
|
overridevirtual |
Reimplemented from DQMOneEDAnalyzer< edm::LuminosityBlockCache< qlpd::Cache > >.
Definition at line 111 of file QcdLowPtDQM.cc.
References AlphaTracklets12_, AlphaTracklets13_, AlphaTracklets23_, CP, newFWLiteAna::found, hltConfig_, hltProcNames_, hltResName_, hltTrgBits_, hltTrgDeci_, hltTrgNames_, hltTrgUsedNames_, hltUsedResName_, mps_fire::i, HLTConfigProvider::init(), createfilelist::int, dqmiolumiharvest::j, NbkgTracklets12_, NbkgTracklets13_, NbkgTracklets23_, NsigTracklets12_, NsigTracklets13_, NsigTracklets23_, print(), writedatasetfile::run, HLTConfigProvider::size(), and HLTConfigProvider::triggerName().
|
overridevirtual |
Reimplemented from DQMOneEDAnalyzer< edm::LuminosityBlockCache< qlpd::Cache > >.
Definition at line 949 of file QcdLowPtDQM.cc.
References mps_fire::i, NbkgTracklets12_, NbkgTracklets13_, NbkgTracklets23_, NsigTracklets12_, NsigTracklets13_, and NsigTracklets23_.
|
private |
Definition at line 975 of file QcdLowPtDQM.cc.
References hltTrgDeci_, mps_fire::i, heppy_batch::val, and w.
|
private |
Definition at line 965 of file QcdLowPtDQM.cc.
References hltTrgDeci_, mps_fire::i, heppy_batch::val, and w.
Referenced by fillPixelClusterInfos(), fillPixels(), fillTracklets(), and trackletVertexUnbinned().
|
private |
|
private |
Definition at line 985 of file QcdLowPtDQM.cc.
References hltTrgDeci_, mps_fire::i, and w.
Referenced by fillPixelClusterInfos(), and fillTracklets().
|
private |
Definition at line 1005 of file QcdLowPtDQM.cc.
References hltTrgDeci_, mps_fire::i, and w.
Referenced by fillTracklets().
|
private |
Definition at line 817 of file QcdLowPtDQM.cc.
References Abs(), zMuMuMuonUserData::alpha, CP, patZpeak::events, mps_fire::i, nsub, print(), dqm::impl::MonitorElement::Reset(), dqm::impl::MonitorElement::setBinContent(), and dqm::impl::MonitorElement::setBinError().
Referenced by globalEndLuminosityBlock().
|
private |
Definition at line 1015 of file QcdLowPtDQM.cc.
References edm::HLTGlobalStatus::accept(), dqm::impl::MonitorElement::Fill(), getProduct(), h2TrigCorr_, hltTrgBits_, hltTrgDeci_, hltTrgUsedNames_, hltUsedResName_, mps_fire::i, iEvent, dqmiolumiharvest::j, print(), and findQualityFiles::size.
Referenced by analyze().
|
private |
Definition at line 1172 of file QcdLowPtDQM.cc.
References fill2D(), mps_fire::i, AlCaHLTBitMon_ParallelJobs::p, and createJobs::tmp.
|
private |
Definition at line 1133 of file QcdLowPtDQM.cc.
References bpix1_, bpix2_, bpix3_, clusterVtxName_, CP, fill1D(), getProductSafe(), hClusterADC1_, hClusterADC2_, hClusterADC3_, hClusterVertexZ_, hClusterYSize1_, hClusterYSize2_, hClusterYSize3_, iEvent, print(), edm::Handle< T >::product(), bphysicsOniaDQM_cfi::vertex, vertexZFromClusters(), pwdgSkimBPark_cfi::vertices, and eostools::which().
Referenced by analyze().
|
private |
Definition at line 1047 of file QcdLowPtDQM.cc.
References ecalMGPA::adc(), bpix1_, bpix2_, bpix3_, CP, end, QcdLowPtDQM::Pixel::eta(), fill1D(), edm::EventSetup::get(), get, getProductSafe(), hdNdEtaHitsL1_, hdNdEtaHitsL2_, hdNdEtaHitsL3_, hdNdPhiHitsL1_, hdNdPhiHitsL2_, hdNdPhiHitsL3_, hfClusterShapes_cfi::hits, hNhitsL1_, hNhitsL1z_, hNhitsL2_, hNhitsL2z_, hNhitsL3_, hNhitsL3z_, triggerObjects_cff::id, TrackerGeometry::idToDet(), iEvent, createfilelist::int, PixelTopology::isItEdgePixelInX(), PixelTopology::isItEdgePixelInY(), QcdLowPtDQM::Pixel::phi(), muonClassificationByHits_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 1186 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_, trackletV13_, and eostools::which().
Referenced by analyze().
|
private |
Definition at line 1277 of file QcdLowPtDQM.cc.
References Abs(), bkgEtaCut_, bkgPhiCut_, fill1D(), fill2D(), fill3D(), hltTrgDeci_, mps_fire::i, dqmdumpme::k, sigEtaCut_, sigPhiCut_, QcdLowPtDQM::Vertex::z(), and ZVVtxRegion_.
|
private |
Definition at line 1233 of file QcdLowPtDQM.cc.
References Abs(), compareTracklets(), mps_fire::i, QcdLowPtDQM::Tracklet::i2(), dqmiolumiharvest::j, dqmdumpme::k, p1, p2, QcdLowPtDQM::Tracklet::seti1(), QcdLowPtDQM::Tracklet::seti2(), QcdLowPtDQM::Vertex::z(), and ZVCut_.
|
inlineprivate |
Definition at line 344 of file QcdLowPtDQM.h.
References edm::errors::Configuration, Skims_PA_cff::name, and dumpMFGeometry_cfg::prod.
Referenced by fillHltBits().
|
inlineprivate |
Definition at line 357 of file QcdLowPtDQM.h.
References Skims_PA_cff::name, and dumpMFGeometry_cfg::prod.
Referenced by fillPixelClusterInfos(), and fillPixels().
|
override |
Definition at line 916 of file QcdLowPtDQM.cc.
|
override |
Definition at line 921 of file QcdLowPtDQM.cc.
References AlphaTracklets12_, AlphaTracklets13_, AlphaTracklets23_, dqm::impl::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 378 of file QcdLowPtDQM.h.
References personalPlayback::level, mps_check::msg, reallyPrint(), and verbose_.
Referenced by analyze(), dqmBeginRun(), filldNdeta(), fillHltBits(), fillPixelClusterInfos(), fillPixels(), and QcdLowPtDQM().
|
inlineprivate |
Definition at line 213 of file QcdLowPtDQM.h.
References personalPlayback::level, mps_check::msg, and print().
Referenced by print().
|
private |
Definition at line 1332 of file QcdLowPtDQM.cc.
References edm::errors::Configuration, Exception, personalPlayback::level, and mps_check::msg.
Referenced by print().
|
private |
Definition at line 1347 of file QcdLowPtDQM.cc.
References bpix1_, bpix2_, bpix3_, fill1D(), hTrkVtxZ12_, hTrkVtxZ13_, hTrkVtxZ23_, trackletV12_, trackletV13_, trackletV23_, eostools::which(), and QcdLowPtDQM::Vertex::z().
Referenced by analyze().
|
private |
Definition at line 1364 of file QcdLowPtDQM.cc.
References Abs(), SiPixelRawToDigiRegional_cfi::deltaPhi, dPhiVc_, dZVc_, mps_fire::i, dqmiolumiharvest::j, SiStripPI::mean, p1, p2, indexGen::s2, badGlobalMuonTaggersAOD_cff::vtx, and testProducerWithPsetDescEmpty_cfi::z2.
|
private |
Definition at line 1430 of file QcdLowPtDQM.cc.
References Abs(), MillePedeFileConverter_cfg::e, mps_fire::i, nhits, AlCaHLTBitMon_ParallelJobs::p, and HLTMuonOfflineAnalyzer_cfi::z0.
Referenced by fillPixelClusterInfos().
|
private |
Definition at line 1468 of file QcdLowPtDQM.cc.
References AlphaTracklets12_, AlphaTracklets13_, AlphaTracklets23_, MuonErrorMatrixAnalyzer_cfi::EtaBins, mps_fire::i, and eostools::which().
Referenced by QcdLowPtDQM().
|
private |
Definition at line 256 of file QcdLowPtDQM.h.
Referenced by bookHistograms(), dqmBeginRun(), fillTracklets(), globalEndLuminosityBlock(), yieldAlphaHistogram(), and ~QcdLowPtDQM().
|
private |
Definition at line 261 of file QcdLowPtDQM.h.
Referenced by bookHistograms(), dqmBeginRun(), fillTracklets(), globalEndLuminosityBlock(), yieldAlphaHistogram(), and ~QcdLowPtDQM().
|
private |
Definition at line 266 of file QcdLowPtDQM.h.
Referenced by bookHistograms(), dqmBeginRun(), fillTracklets(), globalEndLuminosityBlock(), yieldAlphaHistogram(), and ~QcdLowPtDQM().
|
private |
Definition at line 232 of file QcdLowPtDQM.h.
Referenced by fillTracklets().
|
private |
Definition at line 233 of file QcdLowPtDQM.h.
Referenced by fillTracklets().
|
private |
Definition at line 243 of file QcdLowPtDQM.h.
Referenced by fillPixelClusterInfos(), fillPixels(), fillTracklets(), and trackletVertexUnbinned().
|
private |
Definition at line 244 of file QcdLowPtDQM.h.
Referenced by fillPixelClusterInfos(), fillPixels(), fillTracklets(), and trackletVertexUnbinned().
|
private |
Definition at line 245 of file QcdLowPtDQM.h.
Referenced by fillPixelClusterInfos(), fillPixels(), fillTracklets(), and trackletVertexUnbinned().
|
private |
Definition at line 246 of file QcdLowPtDQM.h.
Referenced by fillTracklets().
|
private |
Definition at line 247 of file QcdLowPtDQM.h.
Referenced by fillTracklets().
|
private |
Definition at line 248 of file QcdLowPtDQM.h.
Referenced by fillTracklets().
|
private |
Definition at line 236 of file QcdLowPtDQM.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 224 of file QcdLowPtDQM.h.
Referenced by fillPixelClusterInfos().
|
private |
Definition at line 228 of file QcdLowPtDQM.h.
Referenced by trackletVertexUnbinned().
|
private |
Definition at line 229 of file QcdLowPtDQM.h.
Referenced by trackletVertexUnbinned().
|
private |
Definition at line 271 of file QcdLowPtDQM.h.
Referenced by bookHistograms(), and fillHltBits().
|
private |
Definition at line 334 of file QcdLowPtDQM.h.
Referenced by bookHistograms(), and fillPixelClusterInfos().
|
private |
Definition at line 336 of file QcdLowPtDQM.h.
Referenced by bookHistograms(), and fillPixelClusterInfos().
|
private |
Definition at line 338 of file QcdLowPtDQM.h.
Referenced by bookHistograms(), and fillPixelClusterInfos().
|
private |
Definition at line 326 of file QcdLowPtDQM.h.
Referenced by bookHistograms(), and fillPixelClusterInfos().
|
private |
Definition at line 328 of file QcdLowPtDQM.h.
Referenced by bookHistograms(), and fillPixelClusterInfos().
|
private |
Definition at line 330 of file QcdLowPtDQM.h.
Referenced by bookHistograms(), and fillPixelClusterInfos().
|
private |
Definition at line 332 of file QcdLowPtDQM.h.
Referenced by bookHistograms(), and fillPixelClusterInfos().
|
private |
Definition at line 281 of file QcdLowPtDQM.h.
Referenced by bookHistograms(), and fillPixels().
|
private |
Definition at line 282 of file QcdLowPtDQM.h.
Referenced by bookHistograms(), and fillPixels().
|
private |
Definition at line 283 of file QcdLowPtDQM.h.
Referenced by bookHistograms(), and fillPixels().
|
private |
Definition at line 308 of file QcdLowPtDQM.h.
Referenced by bookHistograms(), and globalEndLuminosityBlock().
|
private |
Definition at line 314 of file QcdLowPtDQM.h.
Referenced by bookHistograms(), and globalEndLuminosityBlock().
|
private |
Definition at line 320 of file QcdLowPtDQM.h.
Referenced by bookHistograms(), and globalEndLuminosityBlock().
|
private |
Definition at line 310 of file QcdLowPtDQM.h.
Referenced by bookHistograms(), and globalEndLuminosityBlock().
|
private |
Definition at line 316 of file QcdLowPtDQM.h.
Referenced by bookHistograms(), and globalEndLuminosityBlock().
|
private |
Definition at line 322 of file QcdLowPtDQM.h.
Referenced by bookHistograms(), and globalEndLuminosityBlock().
|
private |
Definition at line 312 of file QcdLowPtDQM.h.
Referenced by bookHistograms(), and globalEndLuminosityBlock().
|
private |
Definition at line 318 of file QcdLowPtDQM.h.
Referenced by bookHistograms(), and globalEndLuminosityBlock().
|
private |
Definition at line 324 of file QcdLowPtDQM.h.
Referenced by bookHistograms(), and globalEndLuminosityBlock().
|
private |
Definition at line 284 of file QcdLowPtDQM.h.
Referenced by bookHistograms(), and fillPixels().
|
private |
Definition at line 285 of file QcdLowPtDQM.h.
Referenced by bookHistograms(), and fillPixels().
|
private |
Definition at line 286 of file QcdLowPtDQM.h.
Referenced by bookHistograms(), and fillPixels().
|
private |
Definition at line 254 of file QcdLowPtDQM.h.
Referenced by bookHistograms(), fillTracklets(), and globalEndLuminosityBlock().
|
private |
Definition at line 259 of file QcdLowPtDQM.h.
Referenced by bookHistograms(), fillTracklets(), and globalEndLuminosityBlock().
|
private |
Definition at line 264 of file QcdLowPtDQM.h.
Referenced by bookHistograms(), fillTracklets(), and globalEndLuminosityBlock().
|
private |
Definition at line 267 of file QcdLowPtDQM.h.
Referenced by dqmBeginRun().
|
private |
Definition at line 221 of file QcdLowPtDQM.h.
Referenced by dqmBeginRun(), and QcdLowPtDQM().
|
private |
Definition at line 220 of file QcdLowPtDQM.h.
Referenced by dqmBeginRun().
|
private |
Definition at line 239 of file QcdLowPtDQM.h.
Referenced by dqmBeginRun(), and fillHltBits().
|
private |
Definition at line 240 of file QcdLowPtDQM.h.
Referenced by dqmBeginRun(), fill1D(), fill2D(), fill3D(), fillHltBits(), and fillTracklets().
|
private |
Definition at line 222 of file QcdLowPtDQM.h.
Referenced by dqmBeginRun(), and QcdLowPtDQM().
|
private |
Definition at line 241 of file QcdLowPtDQM.h.
Referenced by book1D(), book2D(), bookHistograms(), create1D(), create2D(), dqmBeginRun(), and fillHltBits().
|
private |
Definition at line 242 of file QcdLowPtDQM.h.
Referenced by dqmBeginRun(), and fillHltBits().
|
private |
Definition at line 272 of file QcdLowPtDQM.h.
Referenced by bookHistograms(), and fillPixels().
|
private |
Definition at line 275 of file QcdLowPtDQM.h.
Referenced by bookHistograms(), and fillPixels().
|
private |
Definition at line 273 of file QcdLowPtDQM.h.
Referenced by bookHistograms(), and fillPixels().
|
private |
Definition at line 277 of file QcdLowPtDQM.h.
Referenced by bookHistograms(), and fillPixels().
|
private |
Definition at line 274 of file QcdLowPtDQM.h.
Referenced by bookHistograms(), and fillPixels().
|
private |
Definition at line 279 of file QcdLowPtDQM.h.
Referenced by bookHistograms(), and fillPixels().
|
private |
Definition at line 290 of file QcdLowPtDQM.h.
Referenced by bookHistograms(), and fillTracklets().
|
private |
Definition at line 292 of file QcdLowPtDQM.h.
Referenced by bookHistograms(), and fillTracklets().
|
private |
Definition at line 294 of file QcdLowPtDQM.h.
Referenced by bookHistograms(), and fillTracklets().
|
private |
Definition at line 298 of file QcdLowPtDQM.h.
Referenced by bookHistograms(), and fillTracklets().
|
private |
Definition at line 302 of file QcdLowPtDQM.h.
Referenced by bookHistograms(), and fillTracklets().
|
private |
Definition at line 306 of file QcdLowPtDQM.h.
Referenced by bookHistograms(), and fillTracklets().
|
private |
Definition at line 296 of file QcdLowPtDQM.h.
Referenced by bookHistograms(), and fillTracklets().
|
private |
Definition at line 300 of file QcdLowPtDQM.h.
Referenced by bookHistograms(), and fillTracklets().
|
private |
Definition at line 304 of file QcdLowPtDQM.h.
Referenced by bookHistograms(), and fillTracklets().
|
private |
Definition at line 299 of file QcdLowPtDQM.h.
Referenced by bookHistograms(), and fillTracklets().
|
private |
Definition at line 303 of file QcdLowPtDQM.h.
Referenced by bookHistograms(), and fillTracklets().
|
private |
Definition at line 307 of file QcdLowPtDQM.h.
Referenced by bookHistograms(), and fillTracklets().
|
private |
Definition at line 287 of file QcdLowPtDQM.h.
Referenced by bookHistograms(), and trackletVertexUnbinned().
|
private |
Definition at line 288 of file QcdLowPtDQM.h.
Referenced by bookHistograms(), and trackletVertexUnbinned().
|
private |
Definition at line 289 of file QcdLowPtDQM.h.
Referenced by bookHistograms(), and trackletVertexUnbinned().
|
private |
Definition at line 253 of file QcdLowPtDQM.h.
Referenced by dqmBeginRun(), dqmEndRun(), fillTracklets(), globalEndLuminosityBlock(), and ~QcdLowPtDQM().
|
private |
Definition at line 258 of file QcdLowPtDQM.h.
Referenced by dqmBeginRun(), dqmEndRun(), fillTracklets(), globalEndLuminosityBlock(), and ~QcdLowPtDQM().
|
private |
Definition at line 263 of file QcdLowPtDQM.h.
Referenced by dqmBeginRun(), dqmEndRun(), fillTracklets(), globalEndLuminosityBlock(), and ~QcdLowPtDQM().
|
private |
Definition at line 252 of file QcdLowPtDQM.h.
Referenced by dqmBeginRun(), dqmEndRun(), fillTracklets(), globalEndLuminosityBlock(), and ~QcdLowPtDQM().
|
private |
Definition at line 257 of file QcdLowPtDQM.h.
Referenced by dqmBeginRun(), dqmEndRun(), fillTracklets(), globalEndLuminosityBlock(), and ~QcdLowPtDQM().
|
private |
Definition at line 262 of file QcdLowPtDQM.h.
Referenced by dqmBeginRun(), dqmEndRun(), fillTracklets(), globalEndLuminosityBlock(), and ~QcdLowPtDQM().
|
private |
Definition at line 223 of file QcdLowPtDQM.h.
Referenced by fillPixels().
|
private |
Definition at line 235 of file QcdLowPtDQM.h.
Referenced by analyze(), bookHistograms(), and QcdLowPtDQM().
|
private |
Definition at line 269 of file QcdLowPtDQM.h.
Referenced by bookHistograms(), and globalEndLuminosityBlock().
|
private |
Definition at line 270 of file QcdLowPtDQM.h.
Referenced by bookHistograms(), and globalEndLuminosityBlock().
|
private |
Definition at line 230 of file QcdLowPtDQM.h.
Referenced by fillTracklets().
|
private |
Definition at line 231 of file QcdLowPtDQM.h.
Referenced by fillTracklets().
|
private |
Definition at line 268 of file QcdLowPtDQM.h.
Referenced by analyze(), and fillPixels().
|
private |
Definition at line 249 of file QcdLowPtDQM.h.
Referenced by fillTracklets(), and trackletVertexUnbinned().
|
private |
Definition at line 250 of file QcdLowPtDQM.h.
Referenced by fillTracklets(), and trackletVertexUnbinned().
|
private |
Definition at line 251 of file QcdLowPtDQM.h.
Referenced by trackletVertexUnbinned().
|
private |
Definition at line 238 of file QcdLowPtDQM.h.
Referenced by fillPixels().
|
private |
Definition at line 237 of file QcdLowPtDQM.h.
Referenced by fillPixels().
|
private |
Definition at line 234 of file QcdLowPtDQM.h.
Referenced by print().
|
private |
Definition at line 225 of file QcdLowPtDQM.h.
Referenced by bookHistograms(), and fillTracklets().
|
private |
Definition at line 226 of file QcdLowPtDQM.h.
Referenced by bookHistograms().
|
private |
Definition at line 227 of file QcdLowPtDQM.h.
Referenced by fillTracklets().