#include <QcdLowPtDQM.h>
Classes | |
class | Pixel |
class | Tracklet |
class | Vertex |
Public Member Functions | |
void | analyze (const edm::Event &iEvent, const edm::EventSetup &iSetup) |
void | beginJob (void) |
void | beginLuminosityBlock (const edm::LuminosityBlock &l, const edm::EventSetup &iSetup) |
void | beginRun (const edm::Run &r, const edm::EventSetup &iSetup) |
void | endJob (void) |
void | endLuminosityBlock (const edm::LuminosityBlock &l, const edm::EventSetup &iSetup) |
void | endRun (const edm::Run &r, const edm::EventSetup &iSetup) |
QcdLowPtDQM (const edm::ParameterSet ¶meters) | |
virtual | ~QcdLowPtDQM () |
Public Member Functions inherited from edm::EDAnalyzer | |
EDAnalyzer () | |
std::string | workerType () const |
virtual | ~EDAnalyzer () |
Private Member Functions | |
void | book1D (std::vector< MonitorElement * > &mes, const std::string &name, const std::string &title, int nx, double x1, double x2, bool sumw2=1, bool sbox=1) |
void | book2D (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=1, bool sbox=1) |
void | create1D (std::vector< TH1F * > &mes, const std::string &name, const std::string &title, int nx, double x1, double x2, bool sumw2=1, bool sbox=1) |
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=1, bool sbox=1) |
void | createHistos () |
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) |
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) |
Additional Inherited Members | |
Public Types inherited from edm::EDAnalyzer | |
typedef EDAnalyzer | ModuleType |
typedef WorkerT< EDAnalyzer > | WorkerType |
Static Public Member Functions inherited from edm::EDAnalyzer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
Protected Member Functions inherited from edm::EDAnalyzer | |
CurrentProcessingContext const * | currentContext () const |
Definition at line 24 of file QcdLowPtDQM.h.
QcdLowPtDQM::QcdLowPtDQM | ( | const edm::ParameterSet & | parameters | ) |
Definition at line 48 of file QcdLowPtDQM.cc.
References edm::ParameterSet::exists(), edm::ParameterSet::getUntrackedParameter(), hltProcNames_, hltTrgNames_, pixLayers_, and print().
|
virtual |
Definition at line 95 of file QcdLowPtDQM.cc.
References AlphaTracklets12_, AlphaTracklets13_, AlphaTracklets23_, NbkgTracklets12_, NbkgTracklets13_, NbkgTracklets23_, NsigTracklets12_, NsigTracklets13_, and NsigTracklets23_.
|
virtual |
Implements edm::EDAnalyzer.
Definition at line 111 of file QcdLowPtDQM.cc.
References clusLayers_, fillHltBits(), fillPixelClusterInfos(), fillPixels(), fillTracklets(), edm::EventSetup::get(), pixLayers_, print(), edm::ESHandle< class >::product(), tgeo_, and trackletVertexUnbinned().
|
virtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 130 of file QcdLowPtDQM.cc.
References cmsCodeRules.cppFunctionSkipper::operator, pixLayers_, print(), DQMStore::setCurrentFolder(), theDbe_, and yieldAlphaHistogram().
|
virtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 143 of file QcdLowPtDQM.cc.
|
virtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 150 of file QcdLowPtDQM.cc.
References AlphaTracklets12_, AlphaTracklets13_, AlphaTracklets23_, CP, createHistos(), newFWLiteAna::found, hltConfig_, hltProcNames_, hltResName_, hltTrgBits_, hltTrgDeci_, hltTrgNames_, hltTrgUsedNames_, hltUsedResName_, i, HLTConfigProvider::init(), j, NbkgTracklets12_, NbkgTracklets13_, NbkgTracklets23_, NsigTracklets12_, NsigTracklets13_, NsigTracklets23_, print(), HLTConfigProvider::size(), and HLTConfigProvider::triggerName().
|
private |
Definition at line 251 of file QcdLowPtDQM.cc.
References DQMStore::book1D(), MonitorElement::getTH1(), hltTrgUsedNames_, i, and theDbe_.
Referenced by createHistos().
|
private |
Definition at line 270 of file QcdLowPtDQM.cc.
References DQMStore::book2D(), MonitorElement::getTH1(), hltTrgUsedNames_, i, and theDbe_.
Referenced by createHistos().
|
private |
Definition at line 290 of file QcdLowPtDQM.cc.
References hltTrgUsedNames_, and i.
Referenced by createHistos().
|
private |
Definition at line 308 of file QcdLowPtDQM.cc.
References hltTrgUsedNames_, and i.
|
private |
Definition at line 327 of file QcdLowPtDQM.cc.
References AlphaTracklets12_, AlphaTracklets13_, AlphaTracklets23_, book1D(), book2D(), DQMStore::book2D(), DQMStore::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_, i, pixLayers_, repSumMap_, repSummary_, MonitorElement::setBinLabel(), DQMStore::setCurrentFolder(), theDbe_, ZVCut_, and ZVEtaRegion_.
Referenced by beginRun().
|
virtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 568 of file QcdLowPtDQM.cc.
|
virtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 673 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_.
|
virtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 690 of file QcdLowPtDQM.cc.
References i, NbkgTracklets12_, NbkgTracklets13_, NbkgTracklets23_, NsigTracklets12_, NsigTracklets13_, and NsigTracklets23_.
|
private |
Definition at line 709 of file QcdLowPtDQM.cc.
References hltTrgDeci_, and i.
Referenced by fillPixelClusterInfos(), fillPixels(), fillTracklets(), and trackletVertexUnbinned().
|
private |
|
private |
Definition at line 733 of file QcdLowPtDQM.cc.
References hltTrgDeci_, and i.
Referenced by fillPixelClusterInfos(), and fillTracklets().
|
private |
|
private |
Definition at line 757 of file QcdLowPtDQM.cc.
References hltTrgDeci_, and i.
Referenced by fillTracklets().
|
private |
Definition at line 574 of file QcdLowPtDQM.cc.
References alpha, CP, patZpeak::events, i, lumiNorm::norm, print(), MonitorElement::Reset(), MonitorElement::setBinContent(), MonitorElement::setBinError(), and ZVVtxRegion_.
Referenced by endLuminosityBlock().
|
private |
Definition at line 769 of file QcdLowPtDQM.cc.
References MonitorElement::Fill(), getProduct(), h2TrigCorr_, hltTrgBits_, hltTrgDeci_, hltTrgUsedNames_, hltUsedResName_, i, j, print(), and findQualityFiles::size.
Referenced by analyze().
|
private |
Definition at line 891 of file QcdLowPtDQM.cc.
References bpix1_, bpix2_, bpix3_, clusterVtxName_, CP, fill1D(), getProductSafe(), hClusterADC1_, hClusterADC2_, hClusterADC3_, hClusterVertexZ_, hClusterYSize1_, hClusterYSize2_, hClusterYSize3_, print(), edm::Handle< T >::product(), and vertexZFromClusters().
Referenced by analyze().
|
private |
Definition at line 929 of file QcdLowPtDQM.cc.
References fill2D(), i, L1TEmulatorMonitor_cff::p, and tmp.
|
private |
Definition at line 804 of file QcdLowPtDQM.cc.
References ecalMGPA::adc(), bpix1_, bpix2_, bpix3_, CP, edmNew::DetSetVector< T >::data(), end, QcdLowPtDQM::Pixel::eta(), fill1D(), getProductSafe(), hdNdEtaHitsL1_, hdNdEtaHitsL2_, hdNdEtaHitsL3_, hdNdPhiHitsL1_, hdNdPhiHitsL2_, hdNdPhiHitsL3_, hNhitsL1_, hNhitsL1z_, hNhitsL2_, hNhitsL2z_, hNhitsL3_, hNhitsL3z_, TrackerGeometry::idToDet(), PixelTopology::isItEdgePixelInX(), PixelTopology::isItEdgePixelInY(), PXBDetId::layer(), QcdLowPtDQM::Pixel::phi(), evf::utils::pid, PixelSubdetector::PixelBarrel, pixelName_, print(), edm::Handle< T >::product(), PixelGeomDetUnit::specificTopology(), tgeo_, GeomDet::toGlobal(), usePixelQ_, useRecHitQ_, hit::x, hit::y, and hit::z.
Referenced by analyze().
|
private |
Definition at line 945 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 970 of file QcdLowPtDQM.cc.
References compareTracklets(), i, QcdLowPtDQM::Tracklet::i2(), j, gen::k, p1, p2, QcdLowPtDQM::Tracklet::seti1(), QcdLowPtDQM::Tracklet::seti2(), python.multivaluedict::sort(), QcdLowPtDQM::Vertex::z(), and ZVCut_.
|
private |
Definition at line 1016 of file QcdLowPtDQM.cc.
References bkgEtaCut_, bkgPhiCut_, fill1D(), fill2D(), fill3D(), h, hltTrgDeci_, i, gen::k, sigEtaCut_, sigPhiCut_, QcdLowPtDQM::Vertex::z(), and ZVVtxRegion_.
|
inlineprivate |
Definition at line 268 of file QcdLowPtDQM.h.
References edm::errors::Configuration, and edm::HandleBase::isValid().
Referenced by fillHltBits().
|
inlineprivate |
Definition at line 282 of file QcdLowPtDQM.h.
References edm::HandleBase::isValid().
Referenced by fillPixelClusterInfos(), and fillPixels().
|
inlineprivate |
Definition at line 302 of file QcdLowPtDQM.h.
References reallyPrint(), and verbose_.
Referenced by analyze(), beginJob(), beginRun(), filldNdeta(), fillHltBits(), fillPixelClusterInfos(), fillPixels(), print(), and QcdLowPtDQM().
|
inlineprivate |
|
private |
Definition at line 1073 of file QcdLowPtDQM.cc.
References edm::errors::Configuration, and edm::hlt::Exception.
Referenced by print().
|
private |
Definition at line 1090 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 1109 of file QcdLowPtDQM.cc.
References Geom::deltaPhi(), dPhiVc_, dZVc_, i, j, plotscripts::mean(), p1, p2, indexGen::s2, QcdLowPtDQM::Vertex::set(), and python.multivaluedict::sort().
|
private |
Definition at line 1179 of file QcdLowPtDQM.cc.
References i, L1TEmulatorMonitor_cff::p, QcdLowPtDQM::Pixel::rho(), QcdLowPtDQM::Pixel::sizey(), and QcdLowPtDQM::Pixel::z().
Referenced by fillPixelClusterInfos().
|
private |
Definition at line 1219 of file QcdLowPtDQM.cc.
References AlphaTracklets12_, AlphaTracklets13_, AlphaTracklets23_, and i.
Referenced by beginJob().
|
private |
Definition at line 206 of file QcdLowPtDQM.h.
Referenced by beginRun(), createHistos(), endLuminosityBlock(), fillTracklets(), yieldAlphaHistogram(), and ~QcdLowPtDQM().
|
private |
Definition at line 210 of file QcdLowPtDQM.h.
Referenced by beginRun(), createHistos(), endLuminosityBlock(), fillTracklets(), yieldAlphaHistogram(), and ~QcdLowPtDQM().
|
private |
Definition at line 214 of file QcdLowPtDQM.h.
Referenced by beginRun(), createHistos(), endLuminosityBlock(), fillTracklets(), yieldAlphaHistogram(), and ~QcdLowPtDQM().
|
private |
Definition at line 183 of file QcdLowPtDQM.h.
Referenced by fillTracklets().
|
private |
Definition at line 184 of file QcdLowPtDQM.h.
Referenced by fillTracklets().
|
private |
Definition at line 194 of file QcdLowPtDQM.h.
Referenced by fillPixelClusterInfos(), fillPixels(), fillTracklets(), and trackletVertexUnbinned().
|
private |
Definition at line 195 of file QcdLowPtDQM.h.
Referenced by fillPixelClusterInfos(), fillPixels(), fillTracklets(), and trackletVertexUnbinned().
|
private |
Definition at line 196 of file QcdLowPtDQM.h.
Referenced by fillPixelClusterInfos(), fillPixels(), fillTracklets(), and trackletVertexUnbinned().
|
private |
Definition at line 197 of file QcdLowPtDQM.h.
Referenced by fillTracklets().
|
private |
Definition at line 198 of file QcdLowPtDQM.h.
Referenced by fillTracklets().
|
private |
Definition at line 199 of file QcdLowPtDQM.h.
Referenced by fillTracklets().
|
private |
Definition at line 187 of file QcdLowPtDQM.h.
Referenced by analyze(), and createHistos().
|
private |
Definition at line 175 of file QcdLowPtDQM.h.
Referenced by fillPixelClusterInfos().
|
private |
Definition at line 179 of file QcdLowPtDQM.h.
Referenced by trackletVertexUnbinned().
|
private |
Definition at line 180 of file QcdLowPtDQM.h.
Referenced by trackletVertexUnbinned().
|
private |
Definition at line 220 of file QcdLowPtDQM.h.
Referenced by createHistos(), and fillHltBits().
|
private |
Definition at line 261 of file QcdLowPtDQM.h.
Referenced by createHistos(), and fillPixelClusterInfos().
|
private |
Definition at line 262 of file QcdLowPtDQM.h.
Referenced by createHistos(), and fillPixelClusterInfos().
|
private |
Definition at line 263 of file QcdLowPtDQM.h.
Referenced by createHistos(), and fillPixelClusterInfos().
|
private |
Definition at line 257 of file QcdLowPtDQM.h.
Referenced by createHistos(), and fillPixelClusterInfos().
|
private |
Definition at line 258 of file QcdLowPtDQM.h.
Referenced by createHistos(), and fillPixelClusterInfos().
|
private |
Definition at line 259 of file QcdLowPtDQM.h.
Referenced by createHistos(), and fillPixelClusterInfos().
|
private |
Definition at line 260 of file QcdLowPtDQM.h.
Referenced by createHistos(), and fillPixelClusterInfos().
|
private |
Definition at line 227 of file QcdLowPtDQM.h.
Referenced by createHistos(), and fillPixels().
|
private |
Definition at line 228 of file QcdLowPtDQM.h.
Referenced by createHistos(), and fillPixels().
|
private |
Definition at line 229 of file QcdLowPtDQM.h.
Referenced by createHistos(), and fillPixels().
|
private |
Definition at line 248 of file QcdLowPtDQM.h.
Referenced by createHistos(), and endLuminosityBlock().
|
private |
Definition at line 251 of file QcdLowPtDQM.h.
Referenced by createHistos(), and endLuminosityBlock().
|
private |
Definition at line 254 of file QcdLowPtDQM.h.
Referenced by createHistos(), and endLuminosityBlock().
|
private |
Definition at line 249 of file QcdLowPtDQM.h.
Referenced by createHistos(), and endLuminosityBlock().
|
private |
Definition at line 252 of file QcdLowPtDQM.h.
Referenced by createHistos(), and endLuminosityBlock().
|
private |
Definition at line 255 of file QcdLowPtDQM.h.
Referenced by createHistos(), and endLuminosityBlock().
|
private |
Definition at line 250 of file QcdLowPtDQM.h.
Referenced by createHistos(), and endLuminosityBlock().
|
private |
Definition at line 253 of file QcdLowPtDQM.h.
Referenced by createHistos(), and endLuminosityBlock().
|
private |
Definition at line 256 of file QcdLowPtDQM.h.
Referenced by createHistos(), and endLuminosityBlock().
|
private |
Definition at line 230 of file QcdLowPtDQM.h.
Referenced by createHistos(), and fillPixels().
|
private |
Definition at line 231 of file QcdLowPtDQM.h.
Referenced by createHistos(), and fillPixels().
|
private |
Definition at line 232 of file QcdLowPtDQM.h.
Referenced by createHistos(), and fillPixels().
|
private |
Definition at line 205 of file QcdLowPtDQM.h.
Referenced by createHistos(), endLuminosityBlock(), and fillTracklets().
|
private |
Definition at line 209 of file QcdLowPtDQM.h.
Referenced by createHistos(), endLuminosityBlock(), and fillTracklets().
|
private |
Definition at line 213 of file QcdLowPtDQM.h.
Referenced by createHistos(), endLuminosityBlock(), and fillTracklets().
|
private |
Definition at line 215 of file QcdLowPtDQM.h.
Referenced by beginRun().
|
private |
Definition at line 172 of file QcdLowPtDQM.h.
Referenced by beginRun(), and QcdLowPtDQM().
|
private |
Definition at line 171 of file QcdLowPtDQM.h.
Referenced by beginRun().
|
private |
Definition at line 190 of file QcdLowPtDQM.h.
Referenced by beginRun(), and fillHltBits().
|
private |
Definition at line 191 of file QcdLowPtDQM.h.
Referenced by beginRun(), fill1D(), fill2D(), fill3D(), fillHltBits(), and fillTracklets().
|
private |
Definition at line 173 of file QcdLowPtDQM.h.
Referenced by beginRun(), and QcdLowPtDQM().
|
private |
Definition at line 192 of file QcdLowPtDQM.h.
Referenced by beginRun(), book1D(), book2D(), create1D(), create2D(), createHistos(), and fillHltBits().
|
private |
Definition at line 193 of file QcdLowPtDQM.h.
Referenced by beginRun(), and fillHltBits().
|
private |
Definition at line 221 of file QcdLowPtDQM.h.
Referenced by createHistos(), and fillPixels().
|
private |
Definition at line 224 of file QcdLowPtDQM.h.
Referenced by createHistos(), and fillPixels().
|
private |
Definition at line 222 of file QcdLowPtDQM.h.
Referenced by createHistos(), and fillPixels().
|
private |
Definition at line 225 of file QcdLowPtDQM.h.
Referenced by createHistos(), and fillPixels().
|
private |
Definition at line 223 of file QcdLowPtDQM.h.
Referenced by createHistos(), and fillPixels().
|
private |
Definition at line 226 of file QcdLowPtDQM.h.
Referenced by createHistos(), and fillPixels().
|
private |
Definition at line 236 of file QcdLowPtDQM.h.
Referenced by createHistos(), and fillTracklets().
|
private |
Definition at line 237 of file QcdLowPtDQM.h.
Referenced by createHistos(), and fillTracklets().
|
private |
Definition at line 238 of file QcdLowPtDQM.h.
Referenced by createHistos(), and fillTracklets().
|
private |
Definition at line 240 of file QcdLowPtDQM.h.
Referenced by createHistos(), and fillTracklets().
|
private |
Definition at line 243 of file QcdLowPtDQM.h.
Referenced by createHistos(), and fillTracklets().
|
private |
Definition at line 246 of file QcdLowPtDQM.h.
Referenced by createHistos(), and fillTracklets().
|
private |
Definition at line 239 of file QcdLowPtDQM.h.
Referenced by createHistos(), and fillTracklets().
|
private |
Definition at line 242 of file QcdLowPtDQM.h.
Referenced by createHistos(), and fillTracklets().
|
private |
Definition at line 245 of file QcdLowPtDQM.h.
Referenced by createHistos(), and fillTracklets().
|
private |
Definition at line 241 of file QcdLowPtDQM.h.
Referenced by createHistos(), and fillTracklets().
|
private |
Definition at line 244 of file QcdLowPtDQM.h.
Referenced by createHistos(), and fillTracklets().
|
private |
Definition at line 247 of file QcdLowPtDQM.h.
Referenced by createHistos(), and fillTracklets().
|
private |
Definition at line 233 of file QcdLowPtDQM.h.
Referenced by createHistos(), and trackletVertexUnbinned().
|
private |
Definition at line 234 of file QcdLowPtDQM.h.
Referenced by createHistos(), and trackletVertexUnbinned().
|
private |
Definition at line 235 of file QcdLowPtDQM.h.
Referenced by createHistos(), and trackletVertexUnbinned().
|
private |
Definition at line 204 of file QcdLowPtDQM.h.
Referenced by beginRun(), endLuminosityBlock(), endRun(), fillTracklets(), and ~QcdLowPtDQM().
|
private |
Definition at line 208 of file QcdLowPtDQM.h.
Referenced by beginRun(), endLuminosityBlock(), endRun(), fillTracklets(), and ~QcdLowPtDQM().
|
private |
Definition at line 212 of file QcdLowPtDQM.h.
Referenced by beginRun(), endLuminosityBlock(), endRun(), fillTracklets(), and ~QcdLowPtDQM().
|
private |
Definition at line 203 of file QcdLowPtDQM.h.
Referenced by beginRun(), endLuminosityBlock(), endRun(), fillTracklets(), and ~QcdLowPtDQM().
|
private |
Definition at line 207 of file QcdLowPtDQM.h.
Referenced by beginRun(), endLuminosityBlock(), endRun(), fillTracklets(), and ~QcdLowPtDQM().
|
private |
Definition at line 211 of file QcdLowPtDQM.h.
Referenced by beginRun(), endLuminosityBlock(), endRun(), fillTracklets(), and ~QcdLowPtDQM().
|
private |
Definition at line 174 of file QcdLowPtDQM.h.
Referenced by fillPixels().
|
private |
Definition at line 186 of file QcdLowPtDQM.h.
Referenced by analyze(), beginJob(), createHistos(), and QcdLowPtDQM().
|
private |
Definition at line 218 of file QcdLowPtDQM.h.
Referenced by createHistos(), and endLuminosityBlock().
|
private |
Definition at line 219 of file QcdLowPtDQM.h.
Referenced by createHistos(), and endLuminosityBlock().
|
private |
Definition at line 181 of file QcdLowPtDQM.h.
Referenced by fillTracklets().
|
private |
Definition at line 182 of file QcdLowPtDQM.h.
Referenced by fillTracklets().
|
private |
Definition at line 216 of file QcdLowPtDQM.h.
Referenced by analyze(), and fillPixels().
|
private |
Definition at line 217 of file QcdLowPtDQM.h.
Referenced by beginJob(), book1D(), book2D(), and createHistos().
|
private |
Definition at line 200 of file QcdLowPtDQM.h.
Referenced by fillTracklets(), and trackletVertexUnbinned().
|
private |
Definition at line 201 of file QcdLowPtDQM.h.
Referenced by fillTracklets(), and trackletVertexUnbinned().
|
private |
Definition at line 202 of file QcdLowPtDQM.h.
Referenced by trackletVertexUnbinned().
|
private |
Definition at line 189 of file QcdLowPtDQM.h.
Referenced by fillPixels().
|
private |
Definition at line 188 of file QcdLowPtDQM.h.
Referenced by fillPixels().
|
private |
Definition at line 185 of file QcdLowPtDQM.h.
Referenced by print().
|
private |
Definition at line 176 of file QcdLowPtDQM.h.
Referenced by createHistos(), and fillTracklets().
|
private |
Definition at line 177 of file QcdLowPtDQM.h.
Referenced by createHistos().
|
private |
Definition at line 178 of file QcdLowPtDQM.h.
Referenced by filldNdeta(), and fillTracklets().