define MonitorEnsembple to be used More...
#include "DQM/Physics/plugins/SingleTopTChannelLeptonDQM.h"
Private Member Functions | |
std::string | objectType (const std::string &label) |
std::string | selectionStep (const std::string &label) |
Additional Inherited Members | |
Public Types inherited from edm::EDAnalyzer | |
typedef EDAnalyzer | ModuleType |
Static Public Member Functions inherited from edm::EDAnalyzer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &) |
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) |
define MonitorEnsembple to be used
Module to apply a monitored selection of top like events in the semi-leptonic channel.
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 235 of file SingleTopTChannelLeptonDQM.h.
SingleTopTChannelLeptonDQM::SingleTopTChannelLeptonDQM | ( | const edm::ParameterSet & | cfg | ) |
default constructor
Definition at line 797 of file SingleTopTChannelLeptonDQM.cc.
References beamspot_, beamspot__, beamspotSelect_, CaloJetSteps, edm::EDConsumerBase::consumesCollector(), ElectronStep, edm::ParameterSet::existsAs(), first, edm::ParameterSet::getParameter(), i, JetSteps, combine::key, METStep, MuonStep, objectType(), PFElectronStep, PFJetSteps, PFMuonStep, PvStep, EgammaValidation_Wenu_cff::sel, selection_, selectionOrder_, selectionStep(), AlCaHLTBitMon_QueryRunRegistry::string, triggerPaths_, triggerTable__, vertex_, vertex__, and vertexSelect_.
|
inline |
default destructor
Definition at line 240 of file SingleTopTChannelLeptonDQM.h.
References beamspotSelect_, CaloJetSteps, ElectronStep, i, JetSteps, METStep, MuonStep, PFElectronStep, PFJetSteps, PFMuonStep, PvStep, and vertexSelect_.
|
virtual |
do this during the event loop
Implements edm::EDAnalyzer.
Definition at line 866 of file SingleTopTChannelLeptonDQM.cc.
References accept(), beamspot__, beamspotSelect_, CaloJetSteps, ElectronStep, edm::Event::getByToken(), edm::EDGetTokenT< T >::isUninitialized(), JetSteps, combine::key, METStep, MuonStep, NULL, objectType(), PFElectronStep, PFJetSteps, PFMuonStep, benchmark_cfg::select, SelectionStep< Object >::select(), selection_, selectionOrder_, selectionStep(), AlCaHLTBitMon_QueryRunRegistry::string, triggerPaths_, triggerTable__, vertex__, and vertexSelect_.
|
inlineprivate |
deduce object type from ParameterSet label, the label is expected to be of type 'objectType:selectionStep'
Definition at line 269 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 272 of file SingleTopTChannelLeptonDQM.h.
Referenced by analyze(), and SingleTopTChannelLeptonDQM().
|
private |
beamspot
Definition at line 288 of file SingleTopTChannelLeptonDQM.h.
Referenced by SingleTopTChannelLeptonDQM().
|
private |
Definition at line 289 of file SingleTopTChannelLeptonDQM.h.
Referenced by analyze(), and SingleTopTChannelLeptonDQM().
|
private |
string cut selector
Definition at line 291 of file SingleTopTChannelLeptonDQM.h.
Referenced by analyze(), SingleTopTChannelLeptonDQM(), and ~SingleTopTChannelLeptonDQM().
|
private |
Definition at line 308 of file SingleTopTChannelLeptonDQM.h.
Referenced by analyze(), SingleTopTChannelLeptonDQM(), and ~SingleTopTChannelLeptonDQM().
|
private |
Definition at line 304 of file SingleTopTChannelLeptonDQM.h.
Referenced by analyze(), SingleTopTChannelLeptonDQM(), and ~SingleTopTChannelLeptonDQM().
|
private |
Definition at line 307 of file SingleTopTChannelLeptonDQM.h.
Referenced by analyze(), SingleTopTChannelLeptonDQM(), and ~SingleTopTChannelLeptonDQM().
|
private |
Definition at line 310 of file SingleTopTChannelLeptonDQM.h.
Referenced by analyze(), SingleTopTChannelLeptonDQM(), and ~SingleTopTChannelLeptonDQM().
|
private |
Definition at line 302 of file SingleTopTChannelLeptonDQM.h.
Referenced by analyze(), SingleTopTChannelLeptonDQM(), and ~SingleTopTChannelLeptonDQM().
|
private |
Definition at line 305 of file SingleTopTChannelLeptonDQM.h.
Referenced by analyze(), SingleTopTChannelLeptonDQM(), and ~SingleTopTChannelLeptonDQM().
|
private |
Definition at line 309 of file SingleTopTChannelLeptonDQM.h.
Referenced by analyze(), SingleTopTChannelLeptonDQM(), and ~SingleTopTChannelLeptonDQM().
|
private |
Definition at line 303 of file SingleTopTChannelLeptonDQM.h.
Referenced by analyze(), SingleTopTChannelLeptonDQM(), and ~SingleTopTChannelLeptonDQM().
|
private |
Definition at line 306 of file SingleTopTChannelLeptonDQM.h.
Referenced by SingleTopTChannelLeptonDQM(), and ~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 301 of file SingleTopTChannelLeptonDQM.h.
Referenced by analyze(), 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 295 of file SingleTopTChannelLeptonDQM.h.
Referenced by analyze(), and SingleTopTChannelLeptonDQM().
|
private |
trigger paths
Definition at line 280 of file SingleTopTChannelLeptonDQM.h.
Referenced by analyze(), and SingleTopTChannelLeptonDQM().
|
private |
trigger table
Definition at line 272 of file SingleTopTChannelLeptonDQM.h.
Referenced by analyze(), and SingleTopTChannelLeptonDQM().
|
private |
primary vertex
Definition at line 282 of file SingleTopTChannelLeptonDQM.h.
Referenced by SingleTopTChannelLeptonDQM().
|
private |
Definition at line 283 of file SingleTopTChannelLeptonDQM.h.
Referenced by analyze(), and SingleTopTChannelLeptonDQM().
|
private |
string cut selector
Definition at line 285 of file SingleTopTChannelLeptonDQM.h.
Referenced by analyze(), SingleTopTChannelLeptonDQM(), and ~SingleTopTChannelLeptonDQM().