CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Protected Member Functions | Private Member Functions | Private Attributes
TopDiLeptonOfflineDQM Class Reference

define MonitorEnsembple to be used More...

#include <TopDiLeptonOfflineDQM.h>

Inheritance diagram for TopDiLeptonOfflineDQM:
DQMEDAnalyzer edm::stream::EDAnalyzer< edm::RunSummaryCache< dqmDetails::NoCache >, edm::LuminosityBlockSummaryCache< dqmDetails::NoCache > > edm::stream::EDAnalyzerBase edm::EDConsumerBase

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 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< ConsumesInfoconsumesInfo () 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)
 

Private Attributes

edm::EDGetTokenT< reco::BeamSpotbeamspot_
 beamspot More...
 
std::unique_ptr
< StringCutObjectSelector
< reco::BeamSpot > > 
beamspotSelect_
 string cut selector More...
 
std::vector< std::unique_ptr
< SelectionStep< reco::CaloJet > > > 
CaloJetSteps
 
std::unique_ptr< SelectionStep
< reco::PFCandidate > > 
ElectronStep
 
std::vector< std::unique_ptr
< SelectionStep< reco::Jet > > > 
JetSteps
 
std::unique_ptr< SelectionStep
< reco::MET > > 
METStep
 
std::unique_ptr< SelectionStep
< reco::PFCandidate > > 
MuonStep
 
std::vector< std::unique_ptr
< SelectionStep< reco::PFJet > > > 
PFJetSteps
 
std::unique_ptr< SelectionStep
< reco::Vertex > > 
PvStep
 
std::vector< edm::ParameterSetsel_
 
std::map< std::string,
std::pair< edm::ParameterSet,
std::unique_ptr
< TopDiLeptonOffline::MonitorEnsemble > > > 
selection_
 
std::vector< std::string > selectionOrder_
 
edm::ParameterSet setup_
 
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)
 

Detailed Description

define MonitorEnsembple to be used

Module to apply a monitored selection of top like events in the di-leptonic channel.

"DQM/Physics/plugins/TopDiLeptonOfflineDQM.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 323 of file TopDiLeptonOfflineDQM.h.

Constructor & Destructor Documentation

TopDiLeptonOfflineDQM::TopDiLeptonOfflineDQM ( const edm::ParameterSet cfg)

default constructor

Definition at line 767 of file TopDiLeptonOfflineDQM.cc.

TopDiLeptonOfflineDQM::~TopDiLeptonOfflineDQM ( )
inline

default destructor

Definition at line 328 of file TopDiLeptonOfflineDQM.h.

Member Function Documentation

void TopDiLeptonOfflineDQM::analyze ( const edm::Event event,
const edm::EventSetup setup 
)
virtual

do this during the event loop

Implements edm::stream::EDAnalyzerBase.

Definition at line 863 of file TopDiLeptonOfflineDQM.cc.

void TopDiLeptonOfflineDQM::bookHistograms ( DQMStore::IBooker ibooker,
edm::Run const &  ,
edm::EventSetup const &   
)
overrideprotectedvirtual

Implements DQMEDAnalyzer.

Definition at line 856 of file TopDiLeptonOfflineDQM.cc.

std::string TopDiLeptonOfflineDQM::objectType ( const std::string &  label)
inlineprivate

deduce object type from ParameterSet label, the label is expected to be of type 'objectType:selectionStep'

Definition at line 341 of file TopDiLeptonOfflineDQM.h.

std::string TopDiLeptonOfflineDQM::selectionStep ( const std::string &  label)
inlineprivate

deduce selection step from ParameterSet label, the label is expected to be of type 'objectType:selectionStep'

Definition at line 346 of file TopDiLeptonOfflineDQM.h.

Member Data Documentation

edm::EDGetTokenT<reco::BeamSpot> TopDiLeptonOfflineDQM::beamspot_
private

beamspot

Definition at line 360 of file TopDiLeptonOfflineDQM.h.

std::unique_ptr<StringCutObjectSelector<reco::BeamSpot> > TopDiLeptonOfflineDQM::beamspotSelect_
private

string cut selector

Definition at line 362 of file TopDiLeptonOfflineDQM.h.

std::vector<std::unique_ptr<SelectionStep<reco::CaloJet> > > TopDiLeptonOfflineDQM::CaloJetSteps
private

Definition at line 380 of file TopDiLeptonOfflineDQM.h.

std::unique_ptr<SelectionStep<reco::PFCandidate> > TopDiLeptonOfflineDQM::ElectronStep
private

Definition at line 376 of file TopDiLeptonOfflineDQM.h.

std::vector<std::unique_ptr<SelectionStep<reco::Jet> > > TopDiLeptonOfflineDQM::JetSteps
private

Definition at line 379 of file TopDiLeptonOfflineDQM.h.

std::unique_ptr<SelectionStep<reco::MET> > TopDiLeptonOfflineDQM::METStep
private

Definition at line 378 of file TopDiLeptonOfflineDQM.h.

std::unique_ptr<SelectionStep<reco::PFCandidate> > TopDiLeptonOfflineDQM::MuonStep
private

Definition at line 375 of file TopDiLeptonOfflineDQM.h.

std::vector<std::unique_ptr<SelectionStep<reco::PFJet> > > TopDiLeptonOfflineDQM::PFJetSteps
private

Definition at line 381 of file TopDiLeptonOfflineDQM.h.

std::unique_ptr<SelectionStep<reco::Vertex> > TopDiLeptonOfflineDQM::PvStep
private

Definition at line 377 of file TopDiLeptonOfflineDQM.h.

std::vector<edm::ParameterSet> TopDiLeptonOfflineDQM::sel_
private

Definition at line 383 of file TopDiLeptonOfflineDQM.h.

std::map<std::string, std::pair<edm::ParameterSet, std::unique_ptr<TopDiLeptonOffline::MonitorEnsemble > > > TopDiLeptonOfflineDQM::selection_
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 374 of file TopDiLeptonOfflineDQM.h.

std::vector<std::string> TopDiLeptonOfflineDQM::selectionOrder_
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 366 of file TopDiLeptonOfflineDQM.h.

edm::ParameterSet TopDiLeptonOfflineDQM::setup_
private

Definition at line 384 of file TopDiLeptonOfflineDQM.h.

std::vector<std::string> TopDiLeptonOfflineDQM::triggerPaths_
private

trigger paths

Definition at line 354 of file TopDiLeptonOfflineDQM.h.

edm::EDGetTokenT<edm::TriggerResults> TopDiLeptonOfflineDQM::triggerTable_
private

trigger table

Definition at line 348 of file TopDiLeptonOfflineDQM.h.

edm::EDGetTokenT<std::vector<reco::Vertex> > TopDiLeptonOfflineDQM::vertex_
private

primary vertex

Definition at line 356 of file TopDiLeptonOfflineDQM.h.

std::unique_ptr<StringCutObjectSelector<reco::Vertex> > TopDiLeptonOfflineDQM::vertexSelect_
private

string cut selector

Definition at line 358 of file TopDiLeptonOfflineDQM.h.