define MonitorEnsembple to be used More...
#include "DQM/Physics/plugins/TopDiLeptonOfflineDQM.h"
Public Member Functions | |
virtual void | analyze (const edm::Event &event, const edm::EventSetup &setup) |
do this during the event loop More... | |
TopDiLeptonOfflineDQM (const edm::ParameterSet &cfg) | |
default constructor More... | |
~TopDiLeptonOfflineDQM () | |
default destructor More... | |
Public Member Functions inherited from edm::EDAnalyzer | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
EDAnalyzer () | |
ModuleDescription const & | moduleDescription () const |
std::string | workerType () const |
virtual | ~EDAnalyzer () |
Public Member Functions inherited from edm::EDConsumerBase | |
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 (const std::string &iProcessName, std::vector< const char * > &oModuleLabels) const |
bool | registeredToConsume (ProductHolderIndex, bool, BranchType) const |
bool | registeredToConsumeMany (TypeID const &, BranchType) const |
void | updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &) |
virtual | ~EDConsumerBase () |
Private Member Functions | |
std::string | objectType (const std::string &label) |
std::string | selectionStep (const std::string &label) |
Private Attributes | |
edm::EDGetTokenT< reco::BeamSpot > | beamspot_ |
beamspot More... | |
StringCutObjectSelector < reco::BeamSpot > * | beamspotSelect_ |
string cut selector More... | |
std::vector< SelectionStep < reco::CaloJet > * > | CaloJetSteps |
SelectionStep < reco::GsfElectron > * | ElectronStep |
std::vector< SelectionStep < reco::Jet > * > | JetSteps |
SelectionStep< reco::MET > * | METStep |
SelectionStep< reco::Muon > * | MuonStep |
std::vector< SelectionStep < reco::PFJet > * > | PFJetSteps |
SelectionStep< reco::Vertex > * | PvStep |
std::map< std::string, std::pair< edm::ParameterSet, TopDiLeptonOffline::MonitorEnsemble * > > | selection_ |
std::vector< std::string > | selectionOrder_ |
std::vector< std::string > | triggerPaths_ |
trigger paths More... | |
edm::EDGetTokenT < edm::TriggerResults > | triggerTable_ |
trigger table More... | |
edm::EDGetTokenT< std::vector < reco::Vertex > > | vertex_ |
primary vertex More... | |
StringCutObjectSelector < reco::Vertex > * | vertexSelect_ |
string cut selector More... | |
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 di-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 258 of file TopDiLeptonOfflineDQM.h.
TopDiLeptonOfflineDQM::TopDiLeptonOfflineDQM | ( | const edm::ParameterSet & | cfg | ) |
default constructor
Definition at line 587 of file TopDiLeptonOfflineDQM.cc.
References beamspot_, beamspotSelect_, CaloJetSteps, edm::EDConsumerBase::consumesCollector(), ElectronStep, edm::ParameterSet::existsAs(), first, edm::ParameterSet::getParameter(), i, JetSteps, combine::key, METStep, MuonStep, objectType(), PFJetSteps, PvStep, EgammaValidation_Wenu_cff::sel, selection_, selectionOrder_, selectionStep(), AlCaHLTBitMon_QueryRunRegistry::string, triggerPaths_, triggerTable_, vertex_, and vertexSelect_.
|
inline |
default destructor
Definition at line 263 of file TopDiLeptonOfflineDQM.h.
References beamspotSelect_, CaloJetSteps, ElectronStep, i, JetSteps, METStep, MuonStep, PFJetSteps, PvStep, and vertexSelect_.
|
virtual |
do this during the event loop
Implements edm::EDAnalyzer.
Definition at line 646 of file TopDiLeptonOfflineDQM.cc.
References accept(), beamspot_, beamspotSelect_, CaloJetSteps, ElectronStep, edm::Event::getByToken(), edm::EDGetTokenT< T >::isUninitialized(), JetSteps, combine::key, METStep, MuonStep, NULL, objectType(), PFJetSteps, benchmark_cfg::select, SelectionStep< Object >::select(), selection_, selectionOrder_, selectionStep(), AlCaHLTBitMon_QueryRunRegistry::string, triggerPaths_, triggerTable_, and vertex_.
|
inlineprivate |
deduce object type from ParameterSet label, the label is expected to be of type 'objectType:selectionStep'
Definition at line 294 of file TopDiLeptonOfflineDQM.h.
Referenced by analyze(), and TopDiLeptonOfflineDQM().
|
inlineprivate |
deduce selection step from ParameterSet label, the label is expected to be of type 'objectType:selectionStep'
Definition at line 297 of file TopDiLeptonOfflineDQM.h.
Referenced by analyze(), and TopDiLeptonOfflineDQM().
|
private |
beamspot
Definition at line 312 of file TopDiLeptonOfflineDQM.h.
Referenced by analyze(), and TopDiLeptonOfflineDQM().
|
private |
string cut selector
Definition at line 314 of file TopDiLeptonOfflineDQM.h.
Referenced by analyze(), TopDiLeptonOfflineDQM(), and ~TopDiLeptonOfflineDQM().
|
private |
Definition at line 330 of file TopDiLeptonOfflineDQM.h.
Referenced by analyze(), TopDiLeptonOfflineDQM(), and ~TopDiLeptonOfflineDQM().
|
private |
Definition at line 326 of file TopDiLeptonOfflineDQM.h.
Referenced by analyze(), TopDiLeptonOfflineDQM(), and ~TopDiLeptonOfflineDQM().
|
private |
Definition at line 329 of file TopDiLeptonOfflineDQM.h.
Referenced by analyze(), TopDiLeptonOfflineDQM(), and ~TopDiLeptonOfflineDQM().
|
private |
Definition at line 328 of file TopDiLeptonOfflineDQM.h.
Referenced by analyze(), TopDiLeptonOfflineDQM(), and ~TopDiLeptonOfflineDQM().
|
private |
Definition at line 325 of file TopDiLeptonOfflineDQM.h.
Referenced by analyze(), TopDiLeptonOfflineDQM(), and ~TopDiLeptonOfflineDQM().
|
private |
Definition at line 331 of file TopDiLeptonOfflineDQM.h.
Referenced by analyze(), TopDiLeptonOfflineDQM(), and ~TopDiLeptonOfflineDQM().
|
private |
Definition at line 327 of file TopDiLeptonOfflineDQM.h.
Referenced by TopDiLeptonOfflineDQM(), and ~TopDiLeptonOfflineDQM().
|
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 324 of file TopDiLeptonOfflineDQM.h.
Referenced by analyze(), and TopDiLeptonOfflineDQM().
|
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 318 of file TopDiLeptonOfflineDQM.h.
Referenced by analyze(), and TopDiLeptonOfflineDQM().
|
private |
trigger paths
Definition at line 304 of file TopDiLeptonOfflineDQM.h.
Referenced by analyze(), and TopDiLeptonOfflineDQM().
|
private |
trigger table
Definition at line 297 of file TopDiLeptonOfflineDQM.h.
Referenced by analyze(), and TopDiLeptonOfflineDQM().
|
private |
primary vertex
Definition at line 307 of file TopDiLeptonOfflineDQM.h.
Referenced by analyze(), and TopDiLeptonOfflineDQM().
|
private |
string cut selector
Definition at line 309 of file TopDiLeptonOfflineDQM.h.
Referenced by TopDiLeptonOfflineDQM(), and ~TopDiLeptonOfflineDQM().