define MonitorEnsembple to be used More...
#include <SingleTopTChannelLeptonDQM.h>
Public Member Functions | |
void | analyze (const edm::Event &event, const edm::EventSetup &setup) override |
do this during the event loop More... | |
SingleTopTChannelLeptonDQM (const edm::ParameterSet &cfg) | |
default constructor More... | |
~SingleTopTChannelLeptonDQM () override | |
default destructor More... | |
Public Member Functions inherited from one::DQMEDAnalyzer< T > | |
DQMEDAnalyzer ()=default | |
DQMEDAnalyzer (DQMEDAnalyzer< T... > const &)=delete | |
DQMEDAnalyzer (DQMEDAnalyzer< T... > &&)=delete | |
~DQMEDAnalyzer () override=default | |
Protected Member Functions | |
void | bookHistograms (DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override |
Private Member Functions | |
std::string | objectType (const std::string &label) |
std::string | selectionStep (const std::string &label) |
define MonitorEnsembple to be used
Module to apply a monitored selection of top like events in the semi-leptonic channel.
"DQM/Physics/plugins/SingleTopTChannelLeptonDQM.h"
Plugin to apply a monitored selection of top like events with some minimal flexibility in the number and definition of the selection steps. To achieve this flexibility it employes the SelectionStep class. The MonitorEnsemble class is used to provide a well defined set of histograms to be monitored after each selection step. The SelectionStep class provides a flexible and intuitive selection via the StringCutParser. SelectionStep and MonitorEnsemble classes are interleaved. The monitoring starts after a preselection step (which is not monitored in the context of this module) with an instance of the MonitorEnsemble class. The following objects are supported for selection:
These types have to be present as prefix of the selection step paramter label separated from the rest of the label by a ':' (e.g. in the form "jets:step0"). The class expects selection labels of this type. They will be disentangled by the private helper functions objectType and seletionStep as declared below.
Definition at line 299 of file SingleTopTChannelLeptonDQM.h.
SingleTopTChannelLeptonDQM::SingleTopTChannelLeptonDQM | ( | const edm::ParameterSet & | cfg | ) |
default constructor
Definition at line 727 of file SingleTopTChannelLeptonDQM.cc.
References beamspot_, beamspot__, beamspotSelect_, CaloJetSteps, ElectronStep, edm::ParameterSet::existsAs(), plotBeamSpotDB::first, edm::ParameterSet::getParameter(), mps_fire::i, JetSteps, crabWrapper::key, METStep, MuonStep, objectType(), PFElectronStep, PFJetSteps, PFMuonStep, PvStep, sel, selection_, selectionOrder_, selectionStep(), AlCaHLTBitMon_QueryRunRegistry::string, triggerPaths_, and triggerTable__.
|
inlineoverride |
default destructor
Definition at line 304 of file SingleTopTChannelLeptonDQM.h.
References analyze(), bookHistograms(), and GeneralSetup::setup().
|
override |
do this during the event loop
Definition at line 829 of file SingleTopTChannelLeptonDQM.cc.
References accept(), egammaObjectModificationsInMiniAOD_cff::beamspot, beamspot__, beamspotSelect_, CaloJetSteps, ElectronStep, edm::Event::getByToken(), edm::EDGetTokenT< T >::isUninitialized(), JetSteps, crabWrapper::key, METStep, MuonStep, objectType(), TriggerAnalyzer::passed, PFElectronStep, PFJetSteps, PFMuonStep, TauGenJetsDecayModeSelectorAllHadrons_cfi::select, selection_, selectionOrder_, selectionStep(), AlCaHLTBitMon_QueryRunRegistry::string, triggerPaths_, and triggerTable__.
|
overrideprotected |
Definition at line 823 of file SingleTopTChannelLeptonDQM.cc.
References selection_.
|
inlineprivate |
deduce object type from ParameterSet label, the label is expected to be of type 'objectType:selectionStep'
Definition at line 317 of file SingleTopTChannelLeptonDQM.h.
Referenced by analyze(), and SingleTopTChannelLeptonDQM().
|
inlineprivate |
deduce selection step from ParameterSet label, the label is expected to be of type 'objectType:selectionStep'
Definition at line 322 of file SingleTopTChannelLeptonDQM.h.
Referenced by analyze(), and SingleTopTChannelLeptonDQM().
|
private |
beamspot
Definition at line 339 of file SingleTopTChannelLeptonDQM.h.
Referenced by SingleTopTChannelLeptonDQM().
|
private |
Definition at line 340 of file SingleTopTChannelLeptonDQM.h.
Referenced by analyze(), and SingleTopTChannelLeptonDQM().
|
private |
string cut selector
Definition at line 342 of file SingleTopTChannelLeptonDQM.h.
Referenced by analyze(), and SingleTopTChannelLeptonDQM().
|
private |
Definition at line 365 of file SingleTopTChannelLeptonDQM.h.
Referenced by analyze(), and SingleTopTChannelLeptonDQM().
|
private |
Definition at line 360 of file SingleTopTChannelLeptonDQM.h.
Referenced by analyze(), and SingleTopTChannelLeptonDQM().
|
private |
Definition at line 364 of file SingleTopTChannelLeptonDQM.h.
Referenced by analyze(), and SingleTopTChannelLeptonDQM().
|
private |
Definition at line 368 of file SingleTopTChannelLeptonDQM.h.
Referenced by analyze(), and SingleTopTChannelLeptonDQM().
|
private |
Definition at line 358 of file SingleTopTChannelLeptonDQM.h.
Referenced by analyze(), and SingleTopTChannelLeptonDQM().
|
private |
Definition at line 361 of file SingleTopTChannelLeptonDQM.h.
Referenced by analyze(), and SingleTopTChannelLeptonDQM().
|
private |
Definition at line 366 of file SingleTopTChannelLeptonDQM.h.
Referenced by analyze(), and SingleTopTChannelLeptonDQM().
|
private |
Definition at line 359 of file SingleTopTChannelLeptonDQM.h.
Referenced by analyze(), and SingleTopTChannelLeptonDQM().
|
private |
Definition at line 362 of file SingleTopTChannelLeptonDQM.h.
Referenced by SingleTopTChannelLeptonDQM().
|
private |
Definition at line 369 of file SingleTopTChannelLeptonDQM.h.
Referenced by SingleTopTChannelLeptonDQM().
|
private |
this is the heart component of the plugin; std::string keeps a label the selection step for later identification, edm::ParameterSet keeps the configuration of the selection for the SelectionStep class, MonitoringEnsemble keeps an instance of the MonitorEnsemble class to be filled after each selection step
Definition at line 356 of file SingleTopTChannelLeptonDQM.h.
Referenced by analyze(), bookHistograms(), and SingleTopTChannelLeptonDQM().
|
private |
needed to guarantee the selection order as defined by the order of ParameterSets in the selection vector as defined in the config
Definition at line 346 of file SingleTopTChannelLeptonDQM.h.
Referenced by analyze(), and SingleTopTChannelLeptonDQM().
|
private |
trigger paths
Definition at line 331 of file SingleTopTChannelLeptonDQM.h.
Referenced by analyze(), and SingleTopTChannelLeptonDQM().
|
private |
trigger table
Definition at line 324 of file SingleTopTChannelLeptonDQM.h.
Referenced by analyze(), and SingleTopTChannelLeptonDQM().
|
private |
primary vertex
Definition at line 333 of file SingleTopTChannelLeptonDQM.h.
|
private |
Definition at line 334 of file SingleTopTChannelLeptonDQM.h.
|
private |
string cut selector
Definition at line 336 of file SingleTopTChannelLeptonDQM.h.