define MonitorEnsembple to be used More...
#include <TopSingleLeptonDQM.h>
Public Member Functions | |
virtual void | analyze (const edm::Event &event, const edm::EventSetup &setup) override |
do this during the event loop More... | |
TopSingleLeptonDQM (const edm::ParameterSet &cfg) | |
default constructor More... | |
~TopSingleLeptonDQM () | |
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/TopSingleLeptonDQM.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 289 of file TopSingleLeptonDQM.h.
TopSingleLeptonDQM::TopSingleLeptonDQM | ( | const edm::ParameterSet & | cfg | ) |
default constructor
Definition at line 680 of file TopSingleLeptonDQM.cc.
References beamspot_, beamspot__, beamspotSelect_, CaloJetSteps, ElectronStep, edm::ParameterSet::existsAs(), plotBeamSpotDB::first, edm::ParameterSet::getParameter(), mps_fire::i, JetSteps, crabWrapper::key, METStep, MuonStep, objectType(), PFJetSteps, PvStep, sel_, selection_, selectionOrder_, selectionStep(), setup_, AlCaHLTBitMon_QueryRunRegistry::string, triggerPaths_, and triggerTable__.
|
inline |
default destructor
Definition at line 294 of file TopSingleLeptonDQM.h.
References analyze(), bookHistograms(), and GeneralSetup::setup().
|
overridevirtual |
do this during the event loop
Definition at line 765 of file TopSingleLeptonDQM.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, PFJetSteps, PvStep, TauGenJetsDecayModeSelectorAllHadrons_cfi::select, selection_, selectionOrder_, selectionStep(), AlCaHLTBitMon_QueryRunRegistry::string, triggerPaths_, and triggerTable__.
|
overrideprotected |
Definition at line 758 of file TopSingleLeptonDQM.cc.
References selection_.
|
inlineprivate |
deduce object type from ParameterSet label, the label is expected to be of type 'objectType:selectionStep'
Definition at line 307 of file TopSingleLeptonDQM.h.
Referenced by analyze(), and TopSingleLeptonDQM().
|
inlineprivate |
deduce selection step from ParameterSet label, the label is expected to be of type 'objectType:selectionStep'
Definition at line 312 of file TopSingleLeptonDQM.h.
Referenced by analyze(), and TopSingleLeptonDQM().
|
private |
|
private |
Definition at line 326 of file TopSingleLeptonDQM.h.
Referenced by analyze(), and TopSingleLeptonDQM().
|
private |
string cut selector
Definition at line 328 of file TopSingleLeptonDQM.h.
Referenced by analyze(), and TopSingleLeptonDQM().
|
private |
Definition at line 346 of file TopSingleLeptonDQM.h.
Referenced by analyze(), and TopSingleLeptonDQM().
|
private |
Definition at line 342 of file TopSingleLeptonDQM.h.
Referenced by analyze(), and TopSingleLeptonDQM().
|
private |
Definition at line 345 of file TopSingleLeptonDQM.h.
Referenced by analyze(), and TopSingleLeptonDQM().
|
private |
Definition at line 344 of file TopSingleLeptonDQM.h.
Referenced by analyze(), and TopSingleLeptonDQM().
|
private |
Definition at line 341 of file TopSingleLeptonDQM.h.
Referenced by analyze(), and TopSingleLeptonDQM().
|
private |
Definition at line 347 of file TopSingleLeptonDQM.h.
Referenced by analyze(), and TopSingleLeptonDQM().
|
private |
Definition at line 343 of file TopSingleLeptonDQM.h.
Referenced by analyze(), and TopSingleLeptonDQM().
|
private |
Definition at line 349 of file TopSingleLeptonDQM.h.
Referenced by TopSingleLeptonDQM().
|
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 340 of file TopSingleLeptonDQM.h.
Referenced by analyze(), bookHistograms(), and TopSingleLeptonDQM().
|
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 332 of file TopSingleLeptonDQM.h.
Referenced by analyze(), and TopSingleLeptonDQM().
|
private |
Definition at line 350 of file TopSingleLeptonDQM.h.
Referenced by TopSingleLeptonDQM().
|
private |
trigger paths
Definition at line 320 of file TopSingleLeptonDQM.h.
Referenced by analyze(), and TopSingleLeptonDQM().
|
private |
trigger table
Definition at line 314 of file TopSingleLeptonDQM.h.
Referenced by analyze(), and TopSingleLeptonDQM().
|
private |
string cut selector
Definition at line 322 of file TopSingleLeptonDQM.h.