#include <TopDiLeptonOfflineDQM.h>
Public Types | |
enum | DecayChannel { NONE, DIMUON, DIELEC, ELECMU } |
different decay channels More... | |
enum | Level { STANDARD, VERBOSE, DEBUG } |
different verbosity levels More... | |
typedef reco::LeafCandidate::LorentzVector | LorentzVector |
Public Member Functions | |
void | book (DQMStore::IBooker &ibooker) |
book histograms in subdirectory directory More... | |
void | fill (const edm::Event &event, const edm::EventSetup &setup) |
fill monitor histograms with electronId and jetCorrections More... | |
MonitorEnsemble (const char *label, const edm::ParameterSet &cfg, edm::ConsumesCollector &&iC) | |
~MonitorEnsemble () | |
default destructor More... | |
Private Member Functions | |
bool | booked (const std::string histName) const |
check if histogram was booked More... | |
DecayChannel | decayChannel (const std::vector< const reco::PFCandidate *> &muons, const std::vector< const reco::PFCandidate *> &elecs) const |
determine dileptonic decay channel More... | |
void | fill (const edm::Event &event, const edm::TriggerResults &triggerTable, std::string channel, const std::vector< std::string > labels) const |
fill trigger monitoring histograms More... | |
void | fill (const std::string histName, double value) const |
fill histogram if it had been booked before More... | |
void | fill (const std::string histName, double xValue, double yValue) const |
fill histogram if it had been booked before (2-dim version) More... | |
void | fill (const std::string histName, double xValue, double yValue, double zValue) const |
fill histogram if it had been booked before (2-dim version) More... | |
void | loggerBinLabels (std::string hist) |
set labels for event logging histograms More... | |
std::string | monitorPath (const std::string &label) const |
std::string | selectionPath (const std::string &label) const |
void | triggerBinLabels (std::string channel, const std::vector< std::string > labels) |
set configurable labels for trigger monitoring histograms More... | |
Definition at line 52 of file TopDiLeptonOfflineDQM.h.
make clear which LorentzVector to use for jet, electrons and muon buffering
Definition at line 58 of file TopDiLeptonOfflineDQM.h.
different decay channels
Enumerator | |
---|---|
NONE | |
DIMUON | |
DIELEC | |
ELECMU |
Definition at line 60 of file TopDiLeptonOfflineDQM.h.
different verbosity levels
Enumerator | |
---|---|
STANDARD | |
VERBOSE | |
DEBUG |
Definition at line 55 of file TopDiLeptonOfflineDQM.h.
MonitorEnsemble::MonitorEnsemble | ( | const char * | label, |
const edm::ParameterSet & | cfg, | ||
edm::ConsumesCollector && | iC | ||
) |
default contructor MonitorEnsemble(const char* label, const edm::ParameterSet& cfg);
Definition at line 20 of file TopDiLeptonOfflineDQM.cc.
References looper::cfg, DEBUG, diMuonPaths_, directory_, eidCutValue_, singleTopDQM_cfi::elecExtras, elecIso_, elecMuPaths_, elecs_, elecSelect_, electronId_, edm::ParameterSet::getParameter(), ProducerED_cfi::InputTag, jetCorrector_, singleTopDQM_cfi::jetExtras, jetIDLabel_, jetIDSelect_, jets_, jetSelect_, lowerEdge_, singleTopDQM_cfi::massExtras, mets_, singleTopDQM_cfi::monitoring, singleTopDQM_cfi::muonExtras, muonIso_, muons_, muonSelect_, CalibrationSummaryClient_cfi::sources, STANDARD, AlCaHLTBitMon_QueryRunRegistry::string, makeGlobalPositionRcd_cfg::tag, triggerTable_, upperEdge_, VERBOSE, and verbosity_.
|
inline |
void MonitorEnsemble::book | ( | DQMStore::IBooker & | ibooker | ) |
book histograms in subdirectory directory
Definition at line 138 of file TopDiLeptonOfflineDQM.cc.
References dqm::implementation::IBooker::book1D(), dqm::implementation::IBooker::book2D(), diMuonPaths_, directory_, vertexPlots::e4, TrackValidation_cff::e5, elecMuPaths_, hists_, label_, loggerBinLabels(), dqm::implementation::NavigatorBase::setCurrentFolder(), STANDARD, AlCaHLTBitMon_QueryRunRegistry::string, triggerBinLabels(), VERBOSE, and verbosity_.
|
inlineprivate |
check if histogram was booked
Definition at line 96 of file TopDiLeptonOfflineDQM.h.
References hists_.
Referenced by fill().
|
inlineprivate |
determine dileptonic decay channel
Definition at line 231 of file TopDiLeptonOfflineDQM.h.
References DIELEC, DIMUON, ELECMU, singleTopDQM_cfi::elecs, PDWG_BPHSkim_cff::muons, and NONE.
Referenced by fill().
void MonitorEnsemble::fill | ( | const edm::Event & | event, |
const edm::EventSetup & | setup | ||
) |
fill monitor histograms with electronId and jetCorrections
Definition at line 293 of file TopDiLeptonOfflineDQM.cc.
References slimmedMETs_cfi::caloMET, ALCARECOTkAlJpsiMuMu_cff::charge, pfClustersFromHGC3DClusters_cfi::corrector, decayChannel(), reco::deltaPhi(), reco::deltaR(), DIELEC, diElecLogged_, DIMUON, diMuonLogged_, diMuonPaths_, eidCutValue_, elecIso_, ELECMU, elecMuLogged_, elecMuPaths_, singleTopDQM_cfi::elecs, elecs_, elecSelect_, topSingleLeptonDQM_PU_cfi::electronId, electronId_, PVValHelper::eta, hists_, heavyIonCSV_trainingSettings::idx, edm::EDGetTokenT< T >::isUninitialized(), edm::HandleBase::isValid(), metsig::jet, jetCorrector_, jetIDLabel_, jetIDSelect_, PDWG_EXODelayedJetMET_cff::jets, jets_, jetSelect_, lowerEdge_, EgHLTOffHistBins_cfi::mass, SiStripPI::max, BTaggingMonitor_cfi::met, mets_, VarParsing::mult, muonIso_, PDWG_BPHSkim_cff::muons, muons_, muonSelect_, hltL1SingleMuFiltered5_cfi::overlap, edm::Handle< T >::product(), DiDispStaMuonMonitor_cfi::pt, reco::LeafCandidate::pt(), reco::Jet::scaleEnergy(), EgammaValidation_Wenu_cff::sel, triggerTable_, funct::true, upperEdge_, and trackerHitRTTI::vector.
Referenced by fill().
|
inlineprivate |
fill trigger monitoring histograms
Definition at line 215 of file TopDiLeptonOfflineDQM.h.
References accept(), fill(), hists_, heavyIonCSV_trainingSettings::idx, SummaryClient_cfi::labels, monitorPath(), and selectionPath().
|
inlineprivate |
fill histogram if it had been booked before
Definition at line 98 of file TopDiLeptonOfflineDQM.h.
References booked(), and hists_.
|
inlineprivate |
fill histogram if it had been booked before (2-dim version)
Definition at line 103 of file TopDiLeptonOfflineDQM.h.
References booked(), and hists_.
|
inlineprivate |
fill histogram if it had been booked before (2-dim version)
Definition at line 108 of file TopDiLeptonOfflineDQM.h.
References booked(), and hists_.
|
inlineprivate |
set labels for event logging histograms
Definition at line 182 of file TopDiLeptonOfflineDQM.h.
References gpuVertexFinder::hist, and hists_.
Referenced by book().
|
inlineprivate |
deduce monitorPath from label, the label is expected to be of type 'selectionPath:monitorPath'
Definition at line 77 of file TopDiLeptonOfflineDQM.h.
References label.
Referenced by fill(), and triggerBinLabels().
|
inlineprivate |
deduce selectionPath from label, the label is expected to be of type 'selectionPath:monitorPath'
Definition at line 80 of file TopDiLeptonOfflineDQM.h.
References label.
Referenced by fill(), and triggerBinLabels().
|
inlineprivate |
set configurable labels for trigger monitoring histograms
Definition at line 207 of file TopDiLeptonOfflineDQM.h.
References hists_, heavyIonCSV_trainingSettings::idx, SummaryClient_cfi::labels, monitorPath(), and selectionPath().
Referenced by book().
|
private |
Definition at line 174 of file TopDiLeptonOfflineDQM.h.
Referenced by fill().
|
private |
Definition at line 174 of file TopDiLeptonOfflineDQM.h.
Referenced by fill().
|
private |
trigger paths for di muon channel
Definition at line 132 of file TopDiLeptonOfflineDQM.h.
Referenced by book(), fill(), and MonitorEnsemble().
|
private |
Definition at line 179 of file TopDiLeptonOfflineDQM.h.
Referenced by book(), and MonitorEnsemble().
|
private |
electronId pattern we expect the following pattern: 0: fails 1: passes electron ID only 2: passes electron Isolation only 3: passes electron ID and Isolation only 4: passes conversion rejection 5: passes conversion rejection and ID 6: passes conversion rejection and Isolation 7: passes the whole selection As described on https://twiki.cern.ch/twiki/bin/view/CMS/SimpleCutBasedEleID
Definition at line 149 of file TopDiLeptonOfflineDQM.h.
Referenced by fill(), and MonitorEnsemble().
|
private |
extra isolation criterion on electron
Definition at line 151 of file TopDiLeptonOfflineDQM.h.
Referenced by fill(), and MonitorEnsemble().
|
private |
number of logged interesting events
Definition at line 174 of file TopDiLeptonOfflineDQM.h.
Referenced by fill().
|
private |
trigger paths for monitoring, expected to be of form signalPath:MonitorPath
Definition at line 130 of file TopDiLeptonOfflineDQM.h.
Referenced by book(), fill(), and MonitorEnsemble().
|
private |
Definition at line 121 of file TopDiLeptonOfflineDQM.h.
Referenced by fill(), and MonitorEnsemble().
|
private |
extra selection on electrons
Definition at line 153 of file TopDiLeptonOfflineDQM.h.
Referenced by fill(), and MonitorEnsemble().
|
private |
electronId label
Definition at line 135 of file TopDiLeptonOfflineDQM.h.
Referenced by fill(), and MonitorEnsemble().
|
private |
storage manager histogram container
Definition at line 177 of file TopDiLeptonOfflineDQM.h.
Referenced by book(), booked(), fill(), loggerBinLabels(), and triggerBinLabels().
|
private |
jetCorrector
Definition at line 162 of file TopDiLeptonOfflineDQM.h.
Referenced by fill(), and MonitorEnsemble().
|
private |
jetID as an extra selection type
Definition at line 164 of file TopDiLeptonOfflineDQM.h.
Referenced by fill(), and MonitorEnsemble().
|
private |
extra jetID selection on calo jets
Definition at line 166 of file TopDiLeptonOfflineDQM.h.
Referenced by fill(), and MonitorEnsemble().
|
private |
input sources for monitoring
Definition at line 119 of file TopDiLeptonOfflineDQM.h.
Referenced by fill(), and MonitorEnsemble().
|
private |
extra selection on jets (here given as std::string as it depends on the the jet type, which selections are valid and which not)
Definition at line 169 of file TopDiLeptonOfflineDQM.h.
Referenced by fill(), and MonitorEnsemble().
|
private |
instance label
Definition at line 117 of file TopDiLeptonOfflineDQM.h.
Referenced by Modules.SwitchProducer::__addParameter(), SequenceTypes.DummyModule::__repr__(), Modules.SwitchProducer::__setattr__(), Mixins._Labelable::_findDependencies(), book(), and Mixins._Labelable::setLabel().
|
private |
mass window upper and lower edge
Definition at line 171 of file TopDiLeptonOfflineDQM.h.
Referenced by fill(), and MonitorEnsemble().
|
private |
considers a vector of METs
Definition at line 124 of file TopDiLeptonOfflineDQM.h.
Referenced by fill(), and MonitorEnsemble().
|
private |
extra isolation criterion on muon
Definition at line 156 of file TopDiLeptonOfflineDQM.h.
Referenced by fill(), and MonitorEnsemble().
|
private |
Definition at line 120 of file TopDiLeptonOfflineDQM.h.
Referenced by fill(), and MonitorEnsemble().
|
private |
extra selection on muons
Definition at line 159 of file TopDiLeptonOfflineDQM.h.
Referenced by fill(), and MonitorEnsemble().
|
private |
trigger table
Definition at line 127 of file TopDiLeptonOfflineDQM.h.
Referenced by fill(), and MonitorEnsemble().
|
private |
Definition at line 171 of file TopDiLeptonOfflineDQM.h.
Referenced by fill(), and MonitorEnsemble().
|
private |
verbosity level for booking
Definition at line 111 of file TopDiLeptonOfflineDQM.h.
Referenced by book(), and MonitorEnsemble().