#include <DQMExample_Step1.h>
Protected Member Functions | |
void | analyze (edm::Event const &e, edm::EventSetup const &eSetup) override |
void | bookHistograms (DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override |
void | dqmBeginRun (edm::Run const &, edm::EventSetup const &) override |
void | endRun (edm::Run const &run, edm::EventSetup const &eSetup) override |
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) |
Additional Inherited Members | |
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 Attributes inherited from DQMEDAnalyzer | |
edm::EDPutTokenT< DQMToken > | lumiToken_ |
edm::EDPutTokenT< DQMToken > | runToken_ |
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_.
|
override |
Definition at line 50 of file DQMExample_Step1.cc.
|
overrideprotectedvirtual |
Reimplemented from DQMEDAnalyzer.
Definition at line 75 of file DQMExample_Step1.cc.
References funct::abs(), edm::HLTGlobalStatus::accept(), deltaR(), Distance(), ElectronMcFakeValidator_cfi::electronCollection, reco::Particle::eta(), reco::LeafCandidate::eta(), edm::HandleBase::failedToGet(), MonitorElement::Fill(), HcalObjRepresent::Fill(), trigger::TriggerEvent::filterIndex(), trigger::TriggerEvent::filterKeys(), edm::Event::getByToken(), trigger::TriggerEvent::getObjects(), 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(), relativeConstraints::keys, MediumEle(), 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(), trigger::TriggerEvent::sizeFilters(), theCaloJetCollection_, theElectronCollection_, thePfMETCollection_, thePVCollection_, triggerEvent_, triggerFilter_, edm::TriggerNames::triggerName(), edm::Event::triggerNames(), TriggerAnalyzer::triggerObjects, triggerPath_, triggerResults_, trigNames, funct::true, findQualityFiles::v, and edm::HLTGlobalStatus::wasrun().
|
overrideprotectedvirtual |
Implements DQMEDAnalyzer.
Definition at line 65 of file DQMExample_Step1.cc.
References bookHistos().
|
private |
Definition at line 305 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 |
|
private |
Definition at line 347 of file DQMExample_Step1.cc.
References deltaR().
Referenced by analyze().
|
private |
Definition at line 351 of file DQMExample_Step1.cc.
References hiPixelPairStep_cff::deltaPhi, and reco::Candidate::p4().
|
overrideprotectedvirtual |
Reimplemented from DQMEDAnalyzer.
Definition at line 58 of file DQMExample_Step1.cc.
|
overrideprotected |
Definition at line 296 of file DQMExample_Step1.cc.
|
private |
Definition at line 368 of file DQMExample_Step1.cc.
References reco::GsfElectron::ambiguousGsfTracksSize(), reco::GsfElectron::deltaEtaSuperClusterTrackAtVtx(), reco::GsfElectron::deltaPhiSuperClusterTrackAtVtx(), PVValHelper::dxy, PVValHelper::dz, reco::GsfElectron::ecalEnergy(), reco::GsfElectron::eSuperClusterOverP(), PVValHelper::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 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 113 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 100 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 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 121 of file DQMExample_Step1.h.
Referenced by analyze(), and bookHistos().
|
private |
Definition at line 101 of file DQMExample_Step1.h.
Referenced by analyze(), and bookHistos().
|
private |
Definition at line 109 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 104 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 116 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 117 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 96 of file DQMExample_Step1.h.
Referenced by analyze(), and bookHistos().
|
private |
Definition at line 93 of file DQMExample_Step1.h.
|
private |
Definition at line 92 of file DQMExample_Step1.h.
|
private |
Definition at line 89 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 88 of file DQMExample_Step1.h.
Referenced by analyze(), and DQMExample_Step1().
|
private |
Definition at line 90 of file DQMExample_Step1.h.
Referenced by DQMExample_Step1().
|
private |
Definition at line 73 of file DQMExample_Step1.h.
Referenced by analyze(), and MediumEle().
|
private |
Definition at line 81 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 77 of file DQMExample_Step1.h.
Referenced by DQMExample_Step1(), and MediumEle().
|
private |
Definition at line 76 of file DQMExample_Step1.h.
Referenced by analyze(), and DQMExample_Step1().
|
private |
Definition at line 79 of file DQMExample_Step1.h.
Referenced by analyze(), and DQMExample_Step1().
|
private |
Definition at line 80 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 85 of file DQMExample_Step1.h.
Referenced by analyze(), and DQMExample_Step1().
|
private |
Definition at line 83 of file DQMExample_Step1.h.
Referenced by analyze(), and DQMExample_Step1().