#include <HLTriggerOfflineHeavyFlavor/src/HeavyFlavorValidation.cc>
Protected Member Functions | |
virtual void | analyze (const edm::Event &, const edm::EventSetup &) override |
void | bookHistograms (DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override |
void | dqmBeginRun (const edm::Run &, const edm::EventSetup &) |
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 | |
int | getMotherId (const Candidate *p) |
void | match (MonitorElement *me, vector< LeafCandidate > &from, vector< LeafCandidate > &to, double deltaRMatchingCut, vector< int > &map) |
void | myBook1D (DQMStore::IBooker &ibooker, TString name, vector< double > &xBins, TString label, TString title) |
void | myBook1D (DQMStore::IBooker &ibooker, TString name, vector< double > &xBins, TString label) |
void | myBook2D (DQMStore::IBooker &ibooker, TString name, vector< double > &xBins, TString xLabel, vector< double > &yBins, TString yLabel, TString title) |
void | myBook2D (DQMStore::IBooker &ibooker, TString name, vector< double > &xBins, TString xLabel, vector< double > &yBins, TString yLabel) |
void | myBookProfile2D (DQMStore::IBooker &ibooker, TString name, vector< double > &xBins, TString xLabel, vector< double > &yBins, TString yLabel, TString title) |
void | myBookProfile2D (DQMStore::IBooker &ibooker, TString name, vector< double > &xBins, TString xLabel, vector< double > &yBins, TString yLabel) |
Private Attributes | |
vector< double > | deltaEtaBins |
vector< double > | deltaPhiBins |
vector< double > | dimuonDRBins |
vector< double > | dimuonEtaBins |
vector< double > | dimuonPtBins |
string | dqmFolder |
DQMStore * | dqmStore |
vector< pair< string, int > > | filterNamesLevels |
double | genGlobDeltaRMatchingCut |
InputTag | genParticlesTag |
EDGetTokenT < GenParticleCollection > | genParticlesToken |
double | globL1DeltaRMatchingCut |
double | globL2DeltaRMatchingCut |
double | globL3DeltaRMatchingCut |
map< TString, MonitorElement * > | ME |
vector< int > | motherIDs |
vector< double > | muonEtaBins |
const double | muonMass |
vector< double > | muonPhiBins |
vector< double > | muonPtBins |
InputTag | recoMuonsTag |
EDGetTokenT< MuonCollection > | recoMuonsToken |
string | triggerPathName |
string | triggerProcessName |
InputTag | triggerResultsTag |
EDGetTokenT< TriggerResults > | triggerResultsToken |
EDGetTokenT< TriggerEvent > | triggerSummaryAODTag |
EDGetTokenT< TriggerEventWithRefs > | triggerSummaryRAWTag |
Description: Analyzer to fill Monitoring Elements for muon, dimuon and trigger path efficiency studies (HLT/RECO, RECO/GEN)
Implementation: matching is based on closest in delta R, no duplicates allowed. Generated to Global based on momentum at IP; L1, L2, L2v to Global based on position in muon system, L3 to Global based on momentum at IP.
Definition at line 53 of file HeavyFlavorValidation.cc.
|
explicit |
Definition at line 108 of file HeavyFlavorValidation.cc.
References genParticlesTag, genParticlesToken, edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), HLT_FULL_cff::InputTag, recoMuonsTag, recoMuonsToken, triggerProcessName, triggerResultsTag, triggerResultsToken, triggerSummaryAODTag, and triggerSummaryRAWTag.
HeavyFlavorValidation::~HeavyFlavorValidation | ( | ) |
Definition at line 648 of file HeavyFlavorValidation.cc.
|
overrideprotectedvirtual |
Implements edm::stream::EDAnalyzerBase.
Definition at line 284 of file HeavyFlavorValidation.cc.
References funct::abs(), RecoTauCleanerPlugins::charge, eta, f, filterNamesLevels, spr::find(), plotBeamSpotDB::first, genGlobDeltaRMatchingCut, genParticleCandidates2GenParticles_cfi::genParticles, genParticlesTag, genParticlesToken, edm::Event::getByToken(), getMotherId(), globL1DeltaRMatchingCut, globL2DeltaRMatchingCut, globL3DeltaRMatchingCut, i, cmsHarvester::index, HLT_FULL_cff::InputTag, edm::HandleBase::isValid(), j, relativeConstraints::keys, LogDebug, match(), motherIDs, muonMass, AlCaHLTBitMon_ParallelJobs::p, phi, EnergyCorrector::pt, recoMuonsTag, recoMuonsToken, edm::second(), edm::TriggerNames::size(), findQualityFiles::size, trigger::TriggerL1Mu, trigger::TriggerMuon, edm::TriggerNames::triggerName(), edm::Event::triggerNames(), triggerPathName, triggerProcessName, triggerResults, triggerResultsTag, triggerResultsToken, triggerSummaryAODTag, triggerSummaryRAWTag, x, y, and z.
|
overrideprotectedvirtual |
Implements DQMEDAnalyzer.
Definition at line 185 of file HeavyFlavorValidation.cc.
References DQMStore::IBooker::cd(), deltaEtaBins, deltaPhiBins, dimuonDRBins, dimuonEtaBins, dimuonPtBins, dqmFolder, filterNamesLevels, plotBeamSpotDB::first, i, muonEtaBins, muonPhiBins, muonPtBins, myBook1D(), myBook2D(), myBookProfile2D(), DQMStore::IBooker::setCurrentFolder(), triggerPathName, and triggerProcessName.
|
protectedvirtual |
Reimplemented from DQMEDAnalyzer.
Definition at line 138 of file HeavyFlavorValidation.cc.
References filterNamesLevels, HltComparatorCreateWorkflow::hltConfig, i, HLTConfigProvider::init(), j, testEve_cfg::level, LogDebug, HLTConfigProvider::moduleLabels(), mergeVDriftHistosByStation::name, HLTConfigProvider::triggerNames(), triggerPathName, and triggerProcessName.
|
private |
Definition at line 541 of file HeavyFlavorValidation.cc.
References reco::Candidate::mother(), and reco::Candidate::pdgId().
Referenced by analyze().
|
private |
Definition at line 554 of file HeavyFlavorValidation.cc.
References PFRecoTauDiscriminationAgainstElectronDeadECAL_cfi::dR, eta, MonitorElement::Fill(), i, j, relval_2017::k, and phi.
Referenced by analyze().
|
private |
Definition at line 633 of file HeavyFlavorValidation.cc.
References DQMStore::IBooker::book1D(), h, i, and mergeVDriftHistosByStation::name.
Referenced by bookHistograms().
|
inlineprivate |
Definition at line 73 of file HeavyFlavorValidation.cc.
|
private |
Definition at line 591 of file HeavyFlavorValidation.cc.
References DQMStore::IBooker::book2D(), eta, h, i, mergeVDriftHistosByStation::name, and EnergyCorrector::pt.
Referenced by bookHistograms().
|
inlineprivate |
Definition at line 65 of file HeavyFlavorValidation.cc.
|
private |
Definition at line 612 of file HeavyFlavorValidation.cc.
References DQMStore::IBooker::bookProfile2D(), eta, h, i, mergeVDriftHistosByStation::name, and EnergyCorrector::pt.
Referenced by bookHistograms().
|
inlineprivate |
Definition at line 69 of file HeavyFlavorValidation.cc.
|
private |
Definition at line 94 of file HeavyFlavorValidation.cc.
Referenced by bookHistograms().
|
private |
Definition at line 95 of file HeavyFlavorValidation.cc.
Referenced by bookHistograms().
|
private |
Definition at line 101 of file HeavyFlavorValidation.cc.
Referenced by bookHistograms().
|
private |
Definition at line 100 of file HeavyFlavorValidation.cc.
Referenced by bookHistograms().
|
private |
Definition at line 99 of file HeavyFlavorValidation.cc.
Referenced by bookHistograms().
|
private |
Definition at line 76 of file HeavyFlavorValidation.cc.
Referenced by bookHistograms().
|
private |
Definition at line 102 of file HeavyFlavorValidation.cc.
|
private |
Definition at line 104 of file HeavyFlavorValidation.cc.
Referenced by analyze(), bookHistograms(), and dqmBeginRun().
|
private |
Definition at line 90 of file HeavyFlavorValidation.cc.
Referenced by analyze().
|
private |
Definition at line 86 of file HeavyFlavorValidation.cc.
Referenced by analyze(), and HeavyFlavorValidation().
|
private |
Definition at line 87 of file HeavyFlavorValidation.cc.
Referenced by analyze(), and HeavyFlavorValidation().
|
private |
Definition at line 91 of file HeavyFlavorValidation.cc.
Referenced by analyze().
|
private |
Definition at line 92 of file HeavyFlavorValidation.cc.
Referenced by analyze().
|
private |
Definition at line 93 of file HeavyFlavorValidation.cc.
Referenced by analyze().
|
private |
Definition at line 103 of file HeavyFlavorValidation.cc.
|
private |
Definition at line 89 of file HeavyFlavorValidation.cc.
Referenced by analyze().
|
private |
Definition at line 97 of file HeavyFlavorValidation.cc.
Referenced by bookHistograms().
|
private |
Definition at line 105 of file HeavyFlavorValidation.cc.
Referenced by analyze().
|
private |
Definition at line 98 of file HeavyFlavorValidation.cc.
Referenced by bookHistograms().
|
private |
Definition at line 96 of file HeavyFlavorValidation.cc.
Referenced by bookHistograms().
|
private |
Definition at line 84 of file HeavyFlavorValidation.cc.
Referenced by analyze(), and HeavyFlavorValidation().
|
private |
Definition at line 85 of file HeavyFlavorValidation.cc.
Referenced by analyze(), and HeavyFlavorValidation().
|
private |
Definition at line 78 of file HeavyFlavorValidation.cc.
Referenced by analyze(), bookHistograms(), and dqmBeginRun().
|
private |
Definition at line 77 of file HeavyFlavorValidation.cc.
Referenced by analyze(), bookHistograms(), dqmBeginRun(), and HeavyFlavorValidation().
|
private |
Definition at line 82 of file HeavyFlavorValidation.cc.
Referenced by analyze(), and HeavyFlavorValidation().
|
private |
Definition at line 83 of file HeavyFlavorValidation.cc.
Referenced by analyze(), and HeavyFlavorValidation().
|
private |
Definition at line 81 of file HeavyFlavorValidation.cc.
Referenced by analyze(), and HeavyFlavorValidation().
|
private |
Definition at line 80 of file HeavyFlavorValidation.cc.
Referenced by analyze(), and HeavyFlavorValidation().