#include <DQMExample_Step1.h>
Protected Member Functions | |
void | analyze (edm::Event const &e, edm::EventSetup const &eSetup) |
void | beginLuminosityBlock (edm::LuminosityBlock const &lumi, edm::EventSetup const &eSetup) |
void | bookHistograms (DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override |
void | dqmBeginRun (edm::Run const &, edm::EventSetup const &) override |
void | endLuminosityBlock (edm::LuminosityBlock const &lumi, edm::EventSetup const &eSetup) |
void | endRun (edm::Run const &run, edm::EventSetup const &eSetup) |
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 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) |
Private Member Functions | |
void | bookHistos (DQMStore::IBooker &) |
double | calcDeltaPhi (double phi1, double phi2) |
double | Distance (const reco::Candidate &c1, const reco::Candidate &c2) |
double | DistancePhi (const reco::Candidate &c1, const reco::Candidate &c2) |
bool | MediumEle (const edm::Event &iEvent, const edm::EventSetup &iESetup, const reco::GsfElectron &electron) |
Definition at line 48 of file DQMExample_Step1.h.
DQMExample_Step1::DQMExample_Step1 | ( | const edm::ParameterSet & | ps | ) |
Definition at line 22 of file DQMExample_Step1.cc.
References edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), ptThrJet_, ptThrL1_, ptThrL2_, ptThrMet_, AlCaHLTBitMon_QueryRunRegistry::string, theBSCollection_, theCaloJetCollection_, theConversionCollection_, theElectronCollection_, thePfMETCollection_, thePVCollection_, triggerEvent_, triggerFilter_, triggerPath_, and triggerResults_.
|
virtual |
Definition at line 50 of file DQMExample_Step1.cc.
|
protectedvirtual |
Implements edm::stream::EDAnalyzerBase.
Definition at line 85 of file DQMExample_Step1.cc.
References funct::abs(), deltaR(), Distance(), reco::Particle::eta(), reco::LeafCandidate::eta(), edm::HandleBase::failedToGet(), MonitorElement::Fill(), HcalObjRepresent::Fill(), edm::Event::getByToken(), h_eEta_leading, h_eEta_leading_HLT, h_eEta_leading_HLT_matched, h_eEta_leading_matched, h_eMultiplicity, h_eMultiplicity_HLT, h_ePhi_leading, h_ePhi_leading_HLT, h_ePhi_leading_HLT_matched, h_ePhi_leading_matched, h_ePt_diff, h_ePt_leading, h_ePt_leading_HLT, h_ePt_leading_HLT_matched, h_ePt_leading_matched, h_jEta_leading, h_jMultiplicity, h_jPhi_leading, h_jPt_leading, h_pfMet, h_vertex_number, edm::HandleBase::isValid(), j, relativeConstraints::keys, MediumEle(), NULL, trigger::TriggerObject::particle(), reco::Particle::pdgId(), reco::Particle::phi(), reco::LeafCandidate::phi(), reco::Particle::pt(), reco::LeafCandidate::pt(), ptThrJet_, ptThrL1_, ptThrL2_, PVPoint_, edm::TriggerNames::size(), theCaloJetCollection_, theElectronCollection_, thePfMETCollection_, thePVCollection_, triggerEvent_, triggerFilter_, edm::TriggerNames::triggerName(), edm::Event::triggerNames(), triggerPath_, triggerResults_, trigNames, funct::true, and findQualityFiles::v.
|
protectedvirtual |
Reimplemented from edm::stream::EDAnalyzerBase.
Definition at line 75 of file DQMExample_Step1.cc.
|
overrideprotectedvirtual |
Implements DQMEDAnalyzer.
Definition at line 65 of file DQMExample_Step1.cc.
References bookHistos().
|
private |
Definition at line 323 of file DQMExample_Step1.cc.
References DQMStore::IBooker::book1D(), DQMStore::IBooker::cd(), h_eEta_leading, h_eEta_leading_HLT, h_eEta_leading_HLT_matched, h_eEta_leading_matched, h_eMultiplicity, h_eMultiplicity_HLT, h_ePhi_leading, h_ePhi_leading_HLT, h_ePhi_leading_HLT_matched, h_ePhi_leading_matched, h_ePt_diff, h_ePt_leading, h_ePt_leading_HLT, h_ePt_leading_HLT_matched, h_ePt_leading_matched, h_jEta_leading, h_jMultiplicity, h_jPhi_leading, h_jPt_leading, h_pfMet, h_vertex_number, and DQMStore::IBooker::setCurrentFolder().
Referenced by bookHistograms().
|
private |
Definition at line 374 of file DQMExample_Step1.cc.
References SiPixelRawToDigiRegional_cfi::deltaPhi.
|
private |
Definition at line 365 of file DQMExample_Step1.cc.
References deltaR().
Referenced by analyze().
|
private |
Definition at line 369 of file DQMExample_Step1.cc.
References SiPixelRawToDigiRegional_cfi::deltaPhi, and reco::Candidate::p4().
|
overrideprotectedvirtual |
Reimplemented from DQMEDAnalyzer.
Definition at line 58 of file DQMExample_Step1.cc.
|
protectedvirtual |
Reimplemented from edm::stream::EDAnalyzerBase.
Definition at line 305 of file DQMExample_Step1.cc.
|
protectedvirtual |
Reimplemented from edm::stream::EDAnalyzerBase.
Definition at line 314 of file DQMExample_Step1.cc.
|
private |
Definition at line 386 of file DQMExample_Step1.cc.
References reco::GsfElectron::ambiguousGsfTracksSize(), reco::GsfElectron::deltaEtaSuperClusterTrackAtVtx(), reco::GsfElectron::deltaPhiSuperClusterTrackAtVtx(), reco::GsfElectron::ecalEnergy(), reco::GsfElectron::eSuperClusterOverP(), eta, reco::LeafCandidate::eta(), edm::Event::getByToken(), reco::GsfElectron::gsfTrack(), reco::GsfElectron::hadronicOverEm(), ConversionTools::hasMatchedConversion(), reco::GsfElectron::isEB(), reco::HitPattern::MISSING_INNER_HITS, reco::BeamSpot::position(), EnergyCorrector::pt, reco::LeafCandidate::pt(), PVPoint_, reco::GsfElectron::sigmaIetaIeta(), theBSCollection_, and theConversionCollection_.
Referenced by analyze().
|
private |
Definition at line 104 of file DQMExample_Step1.h.
Referenced by analyze(), and bookHistos().
|
private |
Definition at line 112 of file DQMExample_Step1.h.
Referenced by analyze(), and bookHistos().
|
private |
Definition at line 115 of file DQMExample_Step1.h.
Referenced by analyze(), and bookHistos().
|
private |
Definition at line 107 of file DQMExample_Step1.h.
Referenced by analyze(), and bookHistos().
|
private |
Definition at line 102 of file DQMExample_Step1.h.
Referenced by analyze(), and bookHistos().
|
private |
Definition at line 110 of file DQMExample_Step1.h.
Referenced by analyze(), and bookHistos().
|
private |
Definition at line 105 of file DQMExample_Step1.h.
Referenced by analyze(), and bookHistos().
|
private |
Definition at line 113 of file DQMExample_Step1.h.
Referenced by analyze(), and bookHistos().
|
private |
Definition at line 116 of file DQMExample_Step1.h.
Referenced by analyze(), and bookHistos().
|
private |
Definition at line 108 of file DQMExample_Step1.h.
Referenced by analyze(), and bookHistos().
|
private |
Definition at line 123 of file DQMExample_Step1.h.
Referenced by analyze(), and bookHistos().
|
private |
Definition at line 103 of file DQMExample_Step1.h.
Referenced by analyze(), and bookHistos().
|
private |
Definition at line 111 of file DQMExample_Step1.h.
Referenced by analyze(), and bookHistos().
|
private |
Definition at line 114 of file DQMExample_Step1.h.
Referenced by analyze(), and bookHistos().
|
private |
Definition at line 106 of file DQMExample_Step1.h.
Referenced by analyze(), and bookHistos().
|
private |
Definition at line 120 of file DQMExample_Step1.h.
Referenced by analyze(), and bookHistos().
|
private |
Definition at line 118 of file DQMExample_Step1.h.
Referenced by analyze(), and bookHistos().
|
private |
Definition at line 121 of file DQMExample_Step1.h.
Referenced by analyze(), and bookHistos().
|
private |
Definition at line 119 of file DQMExample_Step1.h.
Referenced by analyze(), and bookHistos().
|
private |
Definition at line 100 of file DQMExample_Step1.h.
Referenced by analyze(), and bookHistos().
|
private |
Definition at line 98 of file DQMExample_Step1.h.
Referenced by analyze(), and bookHistos().
|
private |
Definition at line 95 of file DQMExample_Step1.h.
|
private |
Definition at line 94 of file DQMExample_Step1.h.
|
private |
Definition at line 91 of file DQMExample_Step1.h.
Referenced by analyze(), and DQMExample_Step1().
|
private |
Definition at line 89 of file DQMExample_Step1.h.
Referenced by analyze(), and DQMExample_Step1().
|
private |
Definition at line 90 of file DQMExample_Step1.h.
Referenced by analyze(), and DQMExample_Step1().
|
private |
Definition at line 92 of file DQMExample_Step1.h.
Referenced by DQMExample_Step1().
|
private |
Definition at line 75 of file DQMExample_Step1.h.
Referenced by analyze(), and MediumEle().
|
private |
Definition at line 83 of file DQMExample_Step1.h.
Referenced by DQMExample_Step1(), and MediumEle().
|
private |
Definition at line 80 of file DQMExample_Step1.h.
Referenced by analyze(), and DQMExample_Step1().
|
private |
Definition at line 79 of file DQMExample_Step1.h.
Referenced by DQMExample_Step1(), and MediumEle().
|
private |
Definition at line 78 of file DQMExample_Step1.h.
Referenced by analyze(), and DQMExample_Step1().
|
private |
Definition at line 81 of file DQMExample_Step1.h.
Referenced by analyze(), and DQMExample_Step1().
|
private |
Definition at line 82 of file DQMExample_Step1.h.
Referenced by analyze(), and DQMExample_Step1().
|
private |
Definition at line 84 of file DQMExample_Step1.h.
Referenced by analyze(), and DQMExample_Step1().
|
private |
Definition at line 86 of file DQMExample_Step1.h.
Referenced by analyze(), and DQMExample_Step1().
|
private |
Definition at line 87 of file DQMExample_Step1.h.
Referenced by analyze(), and DQMExample_Step1().
|
private |
Definition at line 85 of file DQMExample_Step1.h.
Referenced by analyze(), and DQMExample_Step1().