define MonitorSingleLepton to be used More...
#include <TopSingleLeptonHLTOfflineDQM.h>
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... | |
std::unique_ptr< StringCutObjectSelector< reco::BeamSpot > > | beamspotSelect_ |
string cut selector More... | |
HLTConfigProvider | hltConfig_ |
std::map< std::string, std::pair< edm::ParameterSet, std::unique_ptr< HLTOfflineDQMTopSingleLepton::MonitorSingleLepton > > > | selection_ |
std::vector< std::string > | selectionOrder_ |
std::map< std::string, std::unique_ptr< SelectionStepHLTBase > > | selectmap_ |
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... | |
std::unique_ptr< StringCutObjectSelector< reco::Vertex > > | vertexSelect_ |
string cut selector More... | |
Additional Inherited Members | |
Public Types inherited from edm::stream::EDAnalyzer< edm::RunSummaryCache< dqmDetails::NoCache >, edm::LuminosityBlockSummaryCache< dqmDetails::NoCache > > | |
typedef CacheContexts< T... > | CacheTypes |
typedef CacheTypes::GlobalCache | GlobalCache |
typedef AbilityChecker< T... > | HasAbility |
typedef CacheTypes::LuminosityBlockCache | LuminosityBlockCache |
typedef LuminosityBlockContextT< LuminosityBlockCache, RunCache, GlobalCache > | LuminosityBlockContext |
typedef CacheTypes::LuminosityBlockSummaryCache | LuminosityBlockSummaryCache |
typedef CacheTypes::RunCache | RunCache |
typedef RunContextT< RunCache, GlobalCache > | RunContext |
typedef CacheTypes::RunSummaryCache | RunSummaryCache |
Public Types inherited from edm::stream::EDAnalyzerBase | |
typedef EDAnalyzerAdaptorBase | ModuleType |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Static Public Member Functions inherited from DQMEDAnalyzer | |
static std::shared_ptr< dqmDetails::NoCache > | globalBeginLuminosityBlockSummary (edm::LuminosityBlock const &, edm::EventSetup const &, LuminosityBlockContext const *) |
static std::shared_ptr< dqmDetails::NoCache > | globalBeginRunSummary (edm::Run const &, edm::EventSetup const &, RunContext const *) |
static void | globalEndLuminosityBlockSummary (edm::LuminosityBlock const &, edm::EventSetup const &, LuminosityBlockContext const *, dqmDetails::NoCache *) |
static void | globalEndRunSummary (edm::Run const &, edm::EventSetup const &, RunContext const *, dqmDetails::NoCache *) |
Static Public Member Functions inherited from edm::stream::EDAnalyzerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
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 MonitorSingleLepton 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 MonitorSingleLepton 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 MonitorSingleLepton 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 MonitorSingleLepton 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 231 of file TopSingleLeptonHLTOfflineDQM.h.
TopSingleLeptonHLTOfflineDQM::TopSingleLeptonHLTOfflineDQM | ( | const edm::ParameterSet & | cfg | ) |
default constructor
===========================================================================================================
Definition at line 742 of file TopSingleLeptonHLTOfflineDQM.cc.
References beamspot_, beamspotSelect_, edm::EDConsumerBase::consumesCollector(), edm::ParameterSet::existsAs(), edm::ParameterSet::getParameter(), mps_fire::i, crabWrapper::key, objectType(), alignCSCRings::s, triggerObjects_cff::sel, selection_, selectionOrder_, selectionStep(), selectmap_, AlCaHLTBitMon_QueryRunRegistry::string, triggerPaths_, triggerTable_, vertex_, and vertexSelect_.
|
override |
Definition at line 813 of file TopSingleLeptonHLTOfflineDQM.cc.
References acceptHLT(), hiMultiTrackSelector_cfi::beamspot, beamspot_, beamspotSelect_, edm::Event::getByToken(), hltConfig_, edm::EDGetTokenT< T >::isUninitialized(), crabWrapper::key, objectType(), TauGenJetsDecayModeSelectorAllHadrons_cfi::select, selection_, selectionOrder_, selectionStep(), selectmap_, AlCaHLTBitMon_QueryRunRegistry::string, triggerPaths_, triggerTable_, and vertex_.
|
overridevirtual |
Implements DQMEDAnalyzer.
Definition at line 865 of file TopSingleLeptonHLTOfflineDQM.cc.
References triggerObjects_cff::sel, and selection_.
|
override |
do this during the event loop
Definition at line 797 of file TopSingleLeptonHLTOfflineDQM.cc.
References hltConfig_, HLTConfigProvider::init(), and HLTConfigProvider::processName().
|
inlineprivate |
deduce object type from ParameterSet label, the label is expected to be of type 'objectType:selectionStep'
Definition at line 244 of file TopSingleLeptonHLTOfflineDQM.h.
Referenced by analyze(), and TopSingleLeptonHLTOfflineDQM().
|
inlineprivate |
deduce selection step from ParameterSet label, the label is expected to be of type 'objectType:selectionStep'
Definition at line 247 of file TopSingleLeptonHLTOfflineDQM.h.
Referenced by analyze(), and TopSingleLeptonHLTOfflineDQM().
|
private |
beamspot
Definition at line 260 of file TopSingleLeptonHLTOfflineDQM.h.
Referenced by analyze(), and TopSingleLeptonHLTOfflineDQM().
|
private |
string cut selector
Definition at line 262 of file TopSingleLeptonHLTOfflineDQM.h.
Referenced by analyze(), and TopSingleLeptonHLTOfflineDQM().
|
private |
Definition at line 264 of file TopSingleLeptonHLTOfflineDQM.h.
Referenced by analyze(), and dqmBeginRun().
|
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 MonitorSingleLepton class to be filled after each selection step
Definition at line 276 of file TopSingleLeptonHLTOfflineDQM.h.
Referenced by analyze(), bookHistograms(), and TopSingleLeptonHLTOfflineDQM().
|
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 270 of file TopSingleLeptonHLTOfflineDQM.h.
Referenced by analyze(), and TopSingleLeptonHLTOfflineDQM().
|
private |
Definition at line 278 of file TopSingleLeptonHLTOfflineDQM.h.
Referenced by analyze(), and TopSingleLeptonHLTOfflineDQM().
|
private |
trigger paths
Definition at line 253 of file TopSingleLeptonHLTOfflineDQM.h.
Referenced by analyze(), and TopSingleLeptonHLTOfflineDQM().
|
private |
trigger table
Definition at line 247 of file TopSingleLeptonHLTOfflineDQM.h.
Referenced by analyze(), and TopSingleLeptonHLTOfflineDQM().
|
private |
primary vertex
Definition at line 255 of file TopSingleLeptonHLTOfflineDQM.h.
Referenced by analyze(), and TopSingleLeptonHLTOfflineDQM().
|
private |
string cut selector
Definition at line 257 of file TopSingleLeptonHLTOfflineDQM.h.
Referenced by TopSingleLeptonHLTOfflineDQM().