define MonitorEnsembple to be used More...
#include <TopSingleLeptonDQM.h>
Public Member Functions | |
virtual void | analyze (const edm::Event &event, const edm::EventSetup &setup) |
do this during the event loop More... | |
TopSingleLeptonDQM (const edm::ParameterSet &cfg) | |
default constructor More... | |
~TopSingleLeptonDQM () | |
default destructor More... | |
Public Member Functions inherited from DQMEDAnalyzer | |
virtual void | beginRun (edm::Run const &, edm::EventSetup const &) final |
virtual void | beginStream (edm::StreamID id) final |
virtual void | dqmBeginRun (edm::Run const &, edm::EventSetup const &) |
DQMEDAnalyzer (void) | |
virtual void | endLuminosityBlockSummary (edm::LuminosityBlock const &, edm::EventSetup const &, dqmDetails::NoCache *) const final |
virtual void | endRunSummary (edm::Run const &, edm::EventSetup const &, dqmDetails::NoCache *) const final |
uint32_t | streamId () const |
Public Member Functions inherited from edm::stream::EDAnalyzer< edm::RunSummaryCache< dqmDetails::NoCache >, edm::LuminosityBlockSummaryCache< dqmDetails::NoCache > > | |
EDAnalyzer ()=default | |
Public Member Functions inherited from edm::stream::EDAnalyzerBase | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
EDAnalyzerBase () | |
ModuleDescription const & | moduleDescription () const |
virtual | ~EDAnalyzerBase () |
Public Member Functions inherited from edm::EDConsumerBase | |
std::vector< ConsumesInfo > | consumesInfo () const |
EDConsumerBase () | |
ProductHolderIndexAndSkipBit | indexFrom (EDGetToken, BranchType, TypeID const &) const |
void | itemsMayGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
void | itemsToGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
std::vector < ProductHolderIndexAndSkipBit > const & | itemsToGetFromEvent () const |
void | labelsForToken (EDGetToken iToken, Labels &oLabels) const |
void | modulesDependentUpon (std::string const &iProcessName, std::string const &iModuleLabel, bool iPrint, std::vector< char const * > &oModuleLabels) const |
void | modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const |
bool | registeredToConsume (ProductHolderIndex, bool, BranchType) const |
bool | registeredToConsumeMany (TypeID const &, BranchType) const |
void | updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &) |
virtual | ~EDConsumerBase () |
Protected Member Functions | |
void | bookHistograms (DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override |
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) |
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 279 of file TopSingleLeptonDQM.h.
TopSingleLeptonDQM::TopSingleLeptonDQM | ( | const edm::ParameterSet & | cfg | ) |
default constructor
Definition at line 718 of file TopSingleLeptonDQM.cc.
References HLT_25ns10e33_v2_cff::beamspot, beamspot_, beamspot__, beamspotSelect_, CaloJetSteps, edm::EDConsumerBase::consumesCollector(), ElectronStep, edm::ParameterSet::existsAs(), plotBeamSpotDB::first, edm::ParameterSet::getParameter(), i, JetSteps, relval_steps::key, METStep, MuonStep, objectType(), PFJetSteps, PvStep, sel_, selection_, selectionOrder_, selectionStep(), setup_, AlCaHLTBitMon_QueryRunRegistry::string, triggerPaths_, and triggerTable__.
|
inline |
|
virtual |
do this during the event loop
Implements edm::stream::EDAnalyzerBase.
Definition at line 803 of file TopSingleLeptonDQM.cc.
References accept(), HLT_25ns10e33_v2_cff::beamspot, beamspot__, beamspotSelect_, CaloJetSteps, ElectronStep, edm::Event::getByToken(), edm::EDGetTokenT< T >::isUninitialized(), JetSteps, relval_steps::key, METStep, MuonStep, NULL, objectType(), PFJetSteps, PvStep, benchmark_cfg::select, selection_, selectionOrder_, selectionStep(), AlCaHLTBitMon_QueryRunRegistry::string, triggerPaths_, and triggerTable__.
|
overrideprotectedvirtual |
Implements DQMEDAnalyzer.
Definition at line 796 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 297 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 302 of file TopSingleLeptonDQM.h.
Referenced by analyze(), and TopSingleLeptonDQM().
|
private |
|
private |
Definition at line 316 of file TopSingleLeptonDQM.h.
Referenced by analyze(), and TopSingleLeptonDQM().
|
private |
string cut selector
Definition at line 318 of file TopSingleLeptonDQM.h.
Referenced by analyze(), and TopSingleLeptonDQM().
|
private |
Definition at line 336 of file TopSingleLeptonDQM.h.
Referenced by analyze(), and TopSingleLeptonDQM().
|
private |
Definition at line 332 of file TopSingleLeptonDQM.h.
Referenced by analyze(), and TopSingleLeptonDQM().
|
private |
Definition at line 335 of file TopSingleLeptonDQM.h.
Referenced by analyze(), and TopSingleLeptonDQM().
|
private |
Definition at line 334 of file TopSingleLeptonDQM.h.
Referenced by analyze(), and TopSingleLeptonDQM().
|
private |
Definition at line 331 of file TopSingleLeptonDQM.h.
Referenced by analyze(), and TopSingleLeptonDQM().
|
private |
Definition at line 337 of file TopSingleLeptonDQM.h.
Referenced by analyze(), and TopSingleLeptonDQM().
|
private |
Definition at line 333 of file TopSingleLeptonDQM.h.
Referenced by analyze(), and TopSingleLeptonDQM().
|
private |
Definition at line 339 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 330 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 322 of file TopSingleLeptonDQM.h.
Referenced by analyze(), and TopSingleLeptonDQM().
|
private |
Definition at line 340 of file TopSingleLeptonDQM.h.
Referenced by TopSingleLeptonDQM().
|
private |
trigger paths
Definition at line 310 of file TopSingleLeptonDQM.h.
Referenced by analyze(), and TopSingleLeptonDQM().
|
private |
trigger table
Definition at line 304 of file TopSingleLeptonDQM.h.
Referenced by analyze(), and TopSingleLeptonDQM().
|
private |
string cut selector
Definition at line 312 of file TopSingleLeptonDQM.h.