define MonitorEnsembple to be used More...
#include <TopSingleLeptonDQM.h>
Protected Member Functions | |
void | bookHistograms (DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override |
Protected Member Functions inherited from DQMOneEDAnalyzer<> | |
virtual void | dqmBeginRun (edm::Run const &, edm::EventSetup const &) |
virtual void | dqmEndRun (edm::Run const &, edm::EventSetup const &) |
Protected Member Functions inherited from edm::ProducerBase | |
template<Transition Tr = Transition::Event> | |
auto | produces (std::string instanceName) noexcept |
declare what type of product will make and with which optional label More... | |
template<Transition B> | |
BranchAliasSetter | produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true) |
template<BranchType B> | |
BranchAliasSetter | produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true) |
BranchAliasSetter | produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true) |
template<typename ProductType , Transition B> | |
BranchAliasSetterT< ProductType > | produces (std::string instanceName) |
template<class ProductType > | |
BranchAliasSetterT< ProductType > | produces () |
template<typename ProductType , BranchType B> | |
BranchAliasSetterT< ProductType > | produces (std::string instanceName) |
template<typename ProductType , BranchType B> | |
BranchAliasSetterT< ProductType > | produces () |
template<class ProductType > | |
BranchAliasSetterT< ProductType > | produces (std::string instanceName) |
template<typename ProductType , Transition B> | |
BranchAliasSetterT< ProductType > | produces () |
template<Transition Tr = Transition::Event> | |
auto | produces () noexcept |
ProducesCollector | producesCollector () |
Protected Member Functions inherited from edm::EDConsumerBase | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
template<BranchType B = InEvent> | |
EDConsumerBaseAdaptor< B > | consumes (edm::InputTag tag) noexcept |
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 ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes () |
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag const &tag) |
template<Transition Tr = Transition::Event> | |
constexpr auto | esConsumes () |
template<Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag tag) |
template<Transition Tr = Transition::Event> | |
ESGetTokenGeneric | esConsumes (eventsetup::EventSetupRecordKey const &iRecord, eventsetup::DataKey const &iKey) |
Used with EventSetupRecord::doGet. More... | |
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) |
void | resetItemsToGetFrom (BranchType iType) |
Private Member Functions | |
std::string | objectType (const std::string &label) |
std::string | selectionStep (const std::string &label) |
Additional Inherited Members | |
Public Types inherited from DQMOneEDAnalyzer<> | |
typedef dqm::reco::DQMStore | DQMStore |
typedef dqm::reco::MonitorElement | MonitorElement |
Public Types inherited from edm::one::EDProducerBase | |
typedef EDProducerBase | ModuleType |
Public Types inherited from edm::ProducerBase | |
using | ModuleToResolverIndicies = std::unordered_multimap< std::string, std::tuple< edm::TypeID const *, const char *, edm::ProductResolverIndex > > |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Static Public Member Functions inherited from edm::one::EDProducerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Protected Attributes inherited from DQMOneEDAnalyzer<> | |
edm::EDPutTokenT< DQMToken > | runToken_ |
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 266 of file TopSingleLeptonDQM.h.
TopSingleLeptonDQM::TopSingleLeptonDQM | ( | const edm::ParameterSet & | cfg | ) |
default constructor
Definition at line 698 of file TopSingleLeptonDQM.cc.
References beamspot_, beamspot__, beamspotSelect_, CaloJetSteps, looper::cfg, edm::EDConsumerBase::consumesCollector(), ElectronStep, edm::ParameterSet::existsAs(), 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__.
|
inlineoverride |
|
overridevirtual |
do this during the event loop
Reimplemented from DQMOneEDAnalyzer<>.
Definition at line 768 of file TopSingleLeptonDQM.cc.
References accept(), HLTObjectsMonitor_cfi::beamspot, beamspot__, beamspotSelect_, CaloJetSteps, ElectronStep, edm::EDGetTokenT< T >::isUninitialized(), JetSteps, crabWrapper::key, METStep, MuonStep, objectType(), TriggerAnalyzer::passed, PFJetSteps, PvStep, singleTopDQM_cfi::select, selection_, selectionOrder_, selectionStep(), singleTopDQM_cfi::setup, AlCaHLTBitMon_QueryRunRegistry::string, triggerPaths_, and triggerTable__.
|
overrideprotectedvirtual |
Implements DQMOneEDAnalyzer<>.
Definition at line 763 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 283 of file TopSingleLeptonDQM.h.
References label.
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 286 of file TopSingleLeptonDQM.h.
Referenced by analyze(), and TopSingleLeptonDQM().
|
private |
|
private |
Definition at line 298 of file TopSingleLeptonDQM.h.
Referenced by analyze(), and TopSingleLeptonDQM().
|
private |
string cut selector
Definition at line 300 of file TopSingleLeptonDQM.h.
Referenced by analyze(), and TopSingleLeptonDQM().
|
private |
Definition at line 316 of file TopSingleLeptonDQM.h.
Referenced by analyze(), and TopSingleLeptonDQM().
|
private |
Definition at line 312 of file TopSingleLeptonDQM.h.
Referenced by analyze(), and TopSingleLeptonDQM().
|
private |
Definition at line 315 of file TopSingleLeptonDQM.h.
Referenced by analyze(), and TopSingleLeptonDQM().
|
private |
Definition at line 314 of file TopSingleLeptonDQM.h.
Referenced by analyze(), and TopSingleLeptonDQM().
|
private |
Definition at line 311 of file TopSingleLeptonDQM.h.
Referenced by analyze(), and TopSingleLeptonDQM().
|
private |
Definition at line 317 of file TopSingleLeptonDQM.h.
Referenced by analyze(), and TopSingleLeptonDQM().
|
private |
Definition at line 313 of file TopSingleLeptonDQM.h.
Referenced by analyze(), and TopSingleLeptonDQM().
|
private |
Definition at line 319 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 310 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 304 of file TopSingleLeptonDQM.h.
Referenced by analyze(), and TopSingleLeptonDQM().
|
private |
Definition at line 320 of file TopSingleLeptonDQM.h.
Referenced by upgradeWorkflowComponents.UpgradeWorkflow::setup(), and TopSingleLeptonDQM().
|
private |
trigger paths
Definition at line 292 of file TopSingleLeptonDQM.h.
Referenced by analyze(), and TopSingleLeptonDQM().
|
private |
trigger table
Definition at line 286 of file TopSingleLeptonDQM.h.
Referenced by analyze(), and TopSingleLeptonDQM().
|
private |
string cut selector
Definition at line 294 of file TopSingleLeptonDQM.h.