#include <DQMExample_Step1.h>
Protected Member Functions | |
void | analyze (edm::Event const &e, edm::EventSetup const &eSetup) |
void | beginJob () |
void | beginLuminosityBlock (edm::LuminosityBlock const &lumi, edm::EventSetup const &eSetup) |
void | beginRun (edm::Run const &run, edm::EventSetup const &eSetup) |
void | endJob () |
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 *dbe_) |
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::EDAnalyzer | |
typedef EDAnalyzer | ModuleType |
Static Public Member Functions inherited from edm::EDAnalyzer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &) |
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 dbe_, edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), cppFunctionSkipper::operator, ptThrJet_, ptThrL1_, ptThrL2_, ptThrMet_, AlCaHLTBitMon_QueryRunRegistry::string, theBSCollection_, theCaloJetCollection_, theConversionCollection_, theElectronCollection_, thePfMETCollection_, thePVCollection_, triggerEvent_, triggerFilter_, triggerPath_, and triggerResults_.
|
virtual |
Definition at line 52 of file DQMExample_Step1.cc.
|
protectedvirtual |
Implements edm::EDAnalyzer.
Definition at line 87 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::EDAnalyzer.
Definition at line 60 of file DQMExample_Step1.cc.
|
protectedvirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 77 of file DQMExample_Step1.cc.
|
protectedvirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 67 of file DQMExample_Step1.cc.
References bookHistos(), and dbe_.
|
private |
Definition at line 333 of file DQMExample_Step1.cc.
References DQMStore::book1D(), DQMStore::cd(), dbe_, 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::setCurrentFolder().
Referenced by beginRun().
|
private |
Definition at line 384 of file DQMExample_Step1.cc.
References SiPixelRawToDigiRegional_cfi::deltaPhi.
|
private |
Definition at line 375 of file DQMExample_Step1.cc.
References deltaR().
Referenced by analyze().
|
private |
Definition at line 379 of file DQMExample_Step1.cc.
References SiPixelRawToDigiRegional_cfi::deltaPhi, and reco::Candidate::p4().
|
protectedvirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 324 of file DQMExample_Step1.cc.
|
protectedvirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 307 of file DQMExample_Step1.cc.
|
protectedvirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 316 of file DQMExample_Step1.cc.
|
private |
Definition at line 396 of file DQMExample_Step1.cc.
References reco::GsfElectron::ambiguousGsfTracksSize(), reco::GsfElectron::deltaEtaSuperClusterTrackAtVtx(), reco::GsfElectron::deltaPhiSuperClusterTrackAtVtx(), reco::GsfElectron::ecalEnergy(), reco::GsfElectron::eSuperClusterOverP(), reco::LeafCandidate::eta(), eta(), edm::Event::getByToken(), reco::GsfElectron::gsfTrack(), reco::GsfElectron::hadronicOverEm(), ConversionTools::hasMatchedConversion(), reco::GsfElectron::isEB(), reco::BeamSpot::position(), RecoTauCleanerPlugins::pt, reco::LeafCandidate::pt(), PVPoint_, reco::GsfElectron::sigmaIetaIeta(), theBSCollection_, and theConversionCollection_.
Referenced by analyze().
|
private |
Definition at line 76 of file DQMExample_Step1.h.
Referenced by beginRun(), bookHistos(), and DQMExample_Step1().
|
private |
Definition at line 106 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 117 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 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 107 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 118 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 125 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 122 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 123 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 102 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 97 of file DQMExample_Step1.h.
|
private |
Definition at line 96 of file DQMExample_Step1.h.
|
private |
Definition at line 93 of file DQMExample_Step1.h.
Referenced by analyze(), and DQMExample_Step1().
|
private |
Definition at line 91 of file DQMExample_Step1.h.
Referenced by analyze(), and DQMExample_Step1().
|
private |
Definition at line 92 of file DQMExample_Step1.h.
Referenced by analyze(), and DQMExample_Step1().
|
private |
Definition at line 94 of file DQMExample_Step1.h.
Referenced by DQMExample_Step1().
|
private |
Definition at line 77 of file DQMExample_Step1.h.
Referenced by analyze(), and MediumEle().
|
private |
Definition at line 85 of file DQMExample_Step1.h.
Referenced by DQMExample_Step1(), and MediumEle().
|
private |
Definition at line 82 of file DQMExample_Step1.h.
Referenced by analyze(), and DQMExample_Step1().
|
private |
Definition at line 81 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 83 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 88 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 87 of file DQMExample_Step1.h.
Referenced by analyze(), and DQMExample_Step1().