#include <HLTriggerOfflineHeavyFlavor/src/HeavyFlavorValidation.cc>
Private Member Functions | |
virtual void | analyze (const edm::Event &, const edm::EventSetup &) override |
virtual void | beginRun (const Run &iRun, const EventSetup &iSetup) override |
virtual void | endJob () override |
int | getMotherId (const Candidate *p) |
void | match (MonitorElement *me, vector< LeafCandidate > &from, vector< LeafCandidate > &to, double deltaRMatchingCut, vector< int > &map) |
void | myBook1D (TString name, vector< double > &xBins, TString label, TString title) |
void | myBook1D (TString name, vector< double > &xBins, TString label) |
void | myBook2D (TString name, vector< double > &xBins, TString xLabel, vector< double > &yBins, TString yLabel, TString title) |
void | myBook2D (TString name, vector< double > &xBins, TString xLabel, vector< double > &yBins, TString yLabel) |
void | myBookProfile2D (TString name, vector< double > &xBins, TString xLabel, vector< double > &yBins, TString yLabel, TString title) |
void | myBookProfile2D (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 |
EDGetTokenT < GenParticleCollection > | genParticlesTag |
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 |
EDGetTokenT< MuonCollection > | recoMuonsTag |
string | triggerPathName |
string | triggerProcessName |
EDGetTokenT< TriggerResults > | triggerResultsTag |
EDGetTokenT< TriggerEvent > | triggerSummaryAODTag |
EDGetTokenT< TriggerEventWithRefs > | triggerSummaryRAWTag |
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 &) |
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) |
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 52 of file HeavyFlavorValidation.cc.
|
explicit |
Definition at line 103 of file HeavyFlavorValidation.cc.
References genParticlesTag, edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), recoMuonsTag, triggerProcessName, triggerResultsTag, triggerSummaryAODTag, and triggerSummaryRAWTag.
HeavyFlavorValidation::~HeavyFlavorValidation | ( | ) |
Definition at line 653 of file HeavyFlavorValidation.cc.
|
overrideprivatevirtual |
Implements edm::EDAnalyzer.
Definition at line 280 of file HeavyFlavorValidation.cc.
References funct::abs(), DeDxDiscriminatorTools::charge(), dqmStore, eta(), f, filterNamesLevels, spr::find(), first, genGlobDeltaRMatchingCut, genParticleCandidates2GenParticles_cfi::genParticles, genParticlesTag, edm::Event::getByToken(), getMotherId(), globL1DeltaRMatchingCut, globL2DeltaRMatchingCut, globL3DeltaRMatchingCut, i, getHLTprescales::index, edm::HandleBase::isValid(), j, relativeConstraints::keys, LogDebug, match(), motherIDs, muonMass, AlCaHLTBitMon_ParallelJobs::p, phi, RecoTauCleanerPlugins::pt, recoMuonsTag, edm::second(), edm::TriggerNames::size(), findQualityFiles::size, python.multivaluedict::sort(), trigger::TriggerL1Mu, trigger::TriggerMuon, edm::TriggerNames::triggerName(), edm::Event::triggerNames(), triggerPathName, triggerProcessName, triggerResults, triggerResultsTag, triggerSummaryAODTag, triggerSummaryRAWTag, x, detailsBasic3DVector::y, and detailsBasic3DVector::z.
|
overrideprivatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 130 of file HeavyFlavorValidation.cc.
References deltaEtaBins, deltaPhiBins, dimuonDRBins, dimuonEtaBins, dimuonPtBins, dqmFolder, dqmStore, filterNamesLevels, first, HltComparatorCreateWorkflow::hltConfig, i, HLTConfigProvider::init(), j, testEve_cfg::level, LogDebug, HLTConfigProvider::moduleLabels(), muonEtaBins, muonPhiBins, muonPtBins, myBook1D(), myBook2D(), myBookProfile2D(), mergeVDriftHistosByStation::name, cppFunctionSkipper::operator, DQMStore::setCurrentFolder(), DQMStore::setVerbose(), HLTConfigProvider::triggerNames(), triggerPathName, and triggerProcessName.
|
overrideprivatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 543 of file HeavyFlavorValidation.cc.
|
private |
Definition at line 546 of file HeavyFlavorValidation.cc.
References reco::Candidate::mother(), and reco::Candidate::pdgId().
Referenced by analyze().
|
private |
Definition at line 559 of file HeavyFlavorValidation.cc.
References PFRecoTauDiscriminationAgainstElectronDeadECAL_cfi::dR, eta(), MonitorElement::Fill(), i, j, gen::k, and phi.
Referenced by analyze().
|
private |
Definition at line 638 of file HeavyFlavorValidation.cc.
References DQMStore::book1D(), dqmStore, h, i, and mergeVDriftHistosByStation::name.
Referenced by beginRun().
|
inlineprivate |
Definition at line 71 of file HeavyFlavorValidation.cc.
|
private |
Definition at line 596 of file HeavyFlavorValidation.cc.
References DQMStore::book2D(), dqmStore, eta(), h, i, mergeVDriftHistosByStation::name, and RecoTauCleanerPlugins::pt.
Referenced by beginRun().
|
inlineprivate |
Definition at line 63 of file HeavyFlavorValidation.cc.
|
private |
Definition at line 617 of file HeavyFlavorValidation.cc.
References DQMStore::bookProfile2D(), dqmStore, eta(), h, i, mergeVDriftHistosByStation::name, and RecoTauCleanerPlugins::pt.
Referenced by beginRun().
|
inlineprivate |
Definition at line 67 of file HeavyFlavorValidation.cc.
|
private |
Definition at line 89 of file HeavyFlavorValidation.cc.
Referenced by beginRun().
|
private |
Definition at line 90 of file HeavyFlavorValidation.cc.
Referenced by beginRun().
|
private |
Definition at line 96 of file HeavyFlavorValidation.cc.
Referenced by beginRun().
|
private |
Definition at line 95 of file HeavyFlavorValidation.cc.
Referenced by beginRun().
|
private |
Definition at line 94 of file HeavyFlavorValidation.cc.
Referenced by beginRun().
|
private |
Definition at line 74 of file HeavyFlavorValidation.cc.
Referenced by beginRun().
|
private |
Definition at line 97 of file HeavyFlavorValidation.cc.
Referenced by analyze(), beginRun(), myBook1D(), myBook2D(), and myBookProfile2D().
|
private |
Definition at line 99 of file HeavyFlavorValidation.cc.
Referenced by analyze(), and beginRun().
|
private |
Definition at line 85 of file HeavyFlavorValidation.cc.
Referenced by analyze().
|
private |
Definition at line 82 of file HeavyFlavorValidation.cc.
Referenced by analyze(), and HeavyFlavorValidation().
|
private |
Definition at line 86 of file HeavyFlavorValidation.cc.
Referenced by analyze().
|
private |
Definition at line 87 of file HeavyFlavorValidation.cc.
Referenced by analyze().
|
private |
Definition at line 88 of file HeavyFlavorValidation.cc.
Referenced by analyze().
|
private |
Definition at line 98 of file HeavyFlavorValidation.cc.
|
private |
Definition at line 84 of file HeavyFlavorValidation.cc.
Referenced by analyze().
|
private |
Definition at line 92 of file HeavyFlavorValidation.cc.
Referenced by beginRun().
|
private |
Definition at line 100 of file HeavyFlavorValidation.cc.
Referenced by analyze().
|
private |
Definition at line 93 of file HeavyFlavorValidation.cc.
Referenced by beginRun().
|
private |
Definition at line 91 of file HeavyFlavorValidation.cc.
Referenced by beginRun().
|
private |
Definition at line 81 of file HeavyFlavorValidation.cc.
Referenced by analyze(), and HeavyFlavorValidation().
|
private |
Definition at line 76 of file HeavyFlavorValidation.cc.
Referenced by analyze(), and beginRun().
|
private |
Definition at line 75 of file HeavyFlavorValidation.cc.
Referenced by analyze(), beginRun(), and HeavyFlavorValidation().
|
private |
Definition at line 80 of file HeavyFlavorValidation.cc.
Referenced by analyze(), and HeavyFlavorValidation().
|
private |
Definition at line 79 of file HeavyFlavorValidation.cc.
Referenced by analyze(), and HeavyFlavorValidation().
|
private |
Definition at line 78 of file HeavyFlavorValidation.cc.
Referenced by analyze(), and HeavyFlavorValidation().