CMS 3D CMS Logo

List of all members | Public Member Functions | Protected Member Functions | Private Member Functions | Private Attributes
TopSingleLeptonDQM Class Reference

define MonitorEnsembple to be used More...

#include <TopSingleLeptonDQM.h>

Inheritance diagram for TopSingleLeptonDQM:
DQMEDAnalyzer edm::one::EDProducer< edm::EndRunProducer, edm::one::WatchRuns, edm::EndLuminosityBlockProducer, edm::one::WatchLuminosityBlocks, edm::Accumulator > edm::one::EDProducerBase edm::ProducerBase edm::EDConsumerBase edm::ProductRegistryHelper

Public Member Functions

void analyze (const edm::Event &event, const edm::EventSetup &setup) override
 do this during the event loop More...
 
 TopSingleLeptonDQM (const edm::ParameterSet &cfg)
 default constructor More...
 
 ~TopSingleLeptonDQM () override
 default destructor More...
 
- Public Member Functions inherited from DQMEDAnalyzer
void accumulate (edm::Event const &event, edm::EventSetup const &setup) final
 
virtual void analyze (edm::Event const &, edm::EventSetup const &)
 
void beginLuminosityBlock (edm::LuminosityBlock const &lumi, edm::EventSetup const &setup) final
 
void beginRun (edm::Run const &run, edm::EventSetup const &setup) final
 
virtual void dqmBeginLuminosityBlock (edm::LuminosityBlock const &, edm::EventSetup const &)
 
virtual void dqmBeginRun (edm::Run const &, edm::EventSetup const &)
 
 DQMEDAnalyzer ()
 
virtual void dqmEndLuminosityBlock (edm::LuminosityBlock const &, edm::EventSetup const &)
 
virtual void dqmEndRun (edm::Run const &, edm::EventSetup const &)
 
void endLuminosityBlock (edm::LuminosityBlock const &, edm::EventSetup const &) final
 
void endLuminosityBlockProduce (edm::LuminosityBlock &lumi, edm::EventSetup const &setup) final
 
void endRun (edm::Run const &, edm::EventSetup const &) final
 
void endRunProduce (edm::Run &run, edm::EventSetup const &setup) final
 
virtual bool getCanSaveByLumi ()
 
- Public Member Functions inherited from edm::one::EDProducer< edm::EndRunProducer, edm::one::WatchRuns, edm::EndLuminosityBlockProducer, edm::one::WatchLuminosityBlocks, edm::Accumulator >
 EDProducer ()=default
 
SerialTaskQueueglobalLuminosityBlocksQueue () final
 
SerialTaskQueueglobalRunsQueue () final
 
bool hasAbilityToProduceInBeginLumis () const final
 
bool hasAbilityToProduceInBeginRuns () const final
 
bool hasAbilityToProduceInEndLumis () const final
 
bool hasAbilityToProduceInEndRuns () const final
 
bool wantsGlobalLuminosityBlocks () const final
 
bool wantsGlobalRuns () const final
 
- Public Member Functions inherited from edm::one::EDProducerBase
 EDProducerBase ()
 
ModuleDescription const & moduleDescription () const
 
bool wantsStreamLuminosityBlocks () const
 
bool wantsStreamRuns () const
 
 ~EDProducerBase () override
 
- Public Member Functions inherited from edm::ProducerBase
void callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func)
 
std::vector< edm::ProductResolverIndex > const & indiciesForPutProducts (BranchType iBranchType) const
 
 ProducerBase ()
 
std::vector< edm::ProductResolverIndex > const & putTokenIndexToProductResolverIndex () const
 
void registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &)
 
std::function< void(BranchDescription const &)> registrationCallback () const
 used by the fwk to register list of products More...
 
void resolvePutIndicies (BranchType iBranchType, ModuleToResolverIndicies const &iIndicies, std::string const &moduleLabel)
 
 ~ProducerBase () noexcept(false) override
 
- Public Member Functions inherited from edm::EDConsumerBase
std::vector< ConsumesInfoconsumesInfo () const
 
void convertCurrentProcessAlias (std::string const &processName)
 Convert "@currentProcess" in InputTag process names to the actual current process name. More...
 
 EDConsumerBase ()
 
 EDConsumerBase (EDConsumerBase const &)=delete
 
 EDConsumerBase (EDConsumerBase &&)=default
 
ESProxyIndex const * esGetTokenIndices (edm::Transition iTrans) const
 
ProductResolverIndexAndSkipBit indexFrom (EDGetToken, BranchType, TypeID const &) const
 
void itemsMayGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const
 
void itemsToGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const
 
std::vector< ProductResolverIndexAndSkipBit > const & itemsToGetFrom (BranchType iType) const
 
void labelsForToken (EDGetToken iToken, Labels &oLabels) const
 
void modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const
 
EDConsumerBase const & operator= (EDConsumerBase const &)=delete
 
EDConsumerBaseoperator= (EDConsumerBase &&)=default
 
bool registeredToConsume (ProductResolverIndex, bool, BranchType) const
 
bool registeredToConsumeMany (TypeID const &, BranchType) const
 
ProductResolverIndexAndSkipBit uncheckedIndexFrom (EDGetToken) const
 
void updateLookup (BranchType iBranchType, ProductResolverIndexHelper const &, bool iPrefetchMayGet)
 
void updateLookup (eventsetup::ESRecordsToProxyIndices const &)
 
virtual ~EDConsumerBase () noexcept(false)
 

Protected Member Functions

void bookHistograms (DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override
 
- Protected Member Functions inherited from edm::ProducerBase
ProducesCollector producesCollector ()
 
- 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 ESProduct , typename ESRecord , Transition Tr = Transition::Event>
auto esConsumes ()
 
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event>
auto esConsumes (ESInputTag const &tag)
 
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::InputTag beamspot_
 beamspot More...
 
edm::EDGetTokenT< reco::BeamSpotbeamspot__
 
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< TopSingleLepton::MonitorEnsemble > > > selection_
 
std::vector< std::string > selectionOrder_
 
edm::ParameterSet setup_
 
std::vector< std::string > triggerPaths_
 trigger paths More...
 
edm::EDGetTokenT< edm::TriggerResultstriggerTable__
 trigger table More...
 
std::unique_ptr< StringCutObjectSelector< reco::Vertex > > vertexSelect_
 string cut selector More...
 

Additional Inherited Members

- Public Types inherited from DQMEDAnalyzer
typedef dqm::reco::DQMStore DQMStore
 
typedef dqm::reco::MonitorElement MonitorElement
 
- Public Types inherited from edm::one::EDProducerBase
typedef EDProducerBase ModuleType
 
- Public Types inherited from edm::ProducerBase
using ModuleToResolverIndicies = std::unordered_multimap< std::string, std::tuple< edm::TypeID const *, const char *, edm::ProductResolverIndex >>
 
typedef ProductRegistryHelper::TypeLabelList TypeLabelList
 
- Public Types inherited from edm::EDConsumerBase
typedef ProductLabels Labels
 
- Static Public Member Functions inherited from edm::one::EDProducerBase
static const std::string & baseType ()
 
static void fillDescriptions (ConfigurationDescriptions &descriptions)
 
static void prevalidate (ConfigurationDescriptions &descriptions)
 
- Protected Attributes inherited from DQMEDAnalyzer
edm::EDPutTokenT< DQMTokenlumiToken_
 
edm::EDPutTokenT< DQMTokenrunToken_
 

Detailed Description

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 269 of file TopSingleLeptonDQM.h.

Constructor & Destructor Documentation

TopSingleLeptonDQM::TopSingleLeptonDQM ( const edm::ParameterSet cfg)

default constructor

Definition at line 668 of file TopSingleLeptonDQM.cc.

References beamspot_, beamspot__, beamspotSelect_, CaloJetSteps, edm::EDConsumerBase::consumesCollector(), ElectronStep, edm::ParameterSet::existsAs(), dqmdumpme::first, edm::ParameterSet::getParameter(), mps_fire::i, JetSteps, crabWrapper::key, METStep, MuonStep, objectType(), PFJetSteps, PvStep, sel_, selection_, selectionOrder_, selectionStep(), setup_, AlCaHLTBitMon_QueryRunRegistry::string, triggerPaths_, and triggerTable__.

669  : vertexSelect_(nullptr),
670  beamspot_(""),
671  beamspotSelect_(nullptr),
672  MuonStep(nullptr),
673  ElectronStep(nullptr),
674  PvStep(nullptr),
675  METStep(nullptr) {
676  JetSteps.clear();
677  CaloJetSteps.clear();
678  PFJetSteps.clear();
679  // configure preselection
680  edm::ParameterSet presel = cfg.getParameter<edm::ParameterSet>("preselection");
681  if (presel.existsAs<edm::ParameterSet>("trigger")) {
683  triggerTable__ = consumes<edm::TriggerResults>(trigger.getParameter<edm::InputTag>("src"));
684  triggerPaths_ = trigger.getParameter<std::vector<std::string>>("select");
685  }
686  if (presel.existsAs<edm::ParameterSet>("beamspot")) {
688  beamspot_ = beamspot.getParameter<edm::InputTag>("src");
689  beamspot__ = consumes<reco::BeamSpot>(beamspot.getParameter<edm::InputTag>("src"));
691  }
692 
693  // configure the selection
694  sel_ = cfg.getParameter<std::vector<edm::ParameterSet>>("selection");
695  setup_ = cfg.getParameter<edm::ParameterSet>("setup");
696  for (unsigned int i = 0; i < sel_.size(); ++i) {
697  selectionOrder_.push_back(sel_.at(i).getParameter<std::string>("label"));
699  std::make_pair(sel_.at(i),
700  std::unique_ptr<TopSingleLepton::MonitorEnsemble>(new TopSingleLepton::MonitorEnsemble(
701  selectionStep(selectionOrder_.back()).c_str(), setup_, consumesCollector())));
702  }
703  for (std::vector<std::string>::const_iterator selIt = selectionOrder_.begin(); selIt != selectionOrder_.end();
704  ++selIt) {
705  std::string key = selectionStep(*selIt), type = objectType(*selIt);
706  if (selection_.find(key) != selection_.end()) {
707  if (type == "muons") {
709  }
710  if (type == "elecs") {
712  }
713  if (type == "pvs") {
715  }
716  if (type == "jets") {
717  JetSteps.push_back(std::unique_ptr<SelectionStep<reco::Jet>>(
719  }
720  if (type == "jets/pf") {
721  PFJetSteps.push_back(std::unique_ptr<SelectionStep<reco::PFJet>>(
723  }
724  if (type == "jets/calo") {
725  CaloJetSteps.push_back(std::unique_ptr<SelectionStep<reco::CaloJet>>(
727  }
728  if (type == "met") {
730  }
731  }
732  }
733 }
type
Definition: HCALResponse.h:21
T getParameter(std::string const &) const
bool existsAs(std::string const &parameterName, bool trackiness=true) const
checks if a parameter exists as a given type
Definition: ParameterSet.h:160
std::unique_ptr< SelectionStep< reco::PFCandidate > > ElectronStep
std::unique_ptr< StringCutObjectSelector< reco::BeamSpot > > beamspotSelect_
string cut selector
edm::EDGetTokenT< reco::BeamSpot > beamspot__
std::map< std::string, std::pair< edm::ParameterSet, std::unique_ptr< TopSingleLepton::MonitorEnsemble > > > selection_
std::vector< std::string > triggerPaths_
trigger paths
std::vector< std::string > selectionOrder_
std::string selectionStep(const std::string &label)
std::vector< std::unique_ptr< SelectionStep< reco::Jet > > > JetSteps
std::unique_ptr< StringCutObjectSelector< reco::Vertex > > vertexSelect_
string cut selector
ConsumesCollector consumesCollector()
Use a ConsumesCollector to gather consumes information from helper functions.
edm::InputTag beamspot_
beamspot
edm::EDGetTokenT< edm::TriggerResults > triggerTable__
trigger table
std::unique_ptr< SelectionStep< reco::PFCandidate > > MuonStep
std::unique_ptr< SelectionStep< reco::MET > > METStep
Templated helper class to allow a selection on a certain object collection.
std::string objectType(const std::string &label)
std::vector< edm::ParameterSet > sel_
edm::ParameterSet setup_
std::vector< std::unique_ptr< SelectionStep< reco::PFJet > > > PFJetSteps
std::unique_ptr< SelectionStep< reco::Vertex > > PvStep
std::vector< std::unique_ptr< SelectionStep< reco::CaloJet > > > CaloJetSteps
TopSingleLeptonDQM::~TopSingleLeptonDQM ( )
inlineoverride

default destructor

Definition at line 274 of file TopSingleLeptonDQM.h.

References analyze(), bookHistograms(), and singleTopDQM_cfi::setup.

274 {};

Member Function Documentation

void TopSingleLeptonDQM::analyze ( const edm::Event event,
const edm::EventSetup setup 
)
override

do this during the event loop

Definition at line 739 of file TopSingleLeptonDQM.cc.

References accept(), HLTObjectsMonitor_cfi::beamspot, beamspot__, beamspotSelect_, CaloJetSteps, ElectronStep, edm::Event::getByToken(), edm::EDGetTokenT< T >::isUninitialized(), JetSteps, crabWrapper::key, METStep, MuonStep, objectType(), TriggerAnalyzer::passed, PFJetSteps, PvStep, singleTopDQM_cfi::select, selection_, selectionOrder_, selectionStep(), AlCaHLTBitMon_QueryRunRegistry::string, triggerPaths_, and triggerTable__.

739  {
742  if (!event.getByToken(triggerTable__, triggerTable))
743  return;
744  if (!accept(event, *triggerTable, triggerPaths_))
745  return;
746  }
747  if (!beamspot__.isUninitialized()) {
749  if (!event.getByToken(beamspot__, beamspot))
750  return;
751  if (!(*beamspotSelect_)(*beamspot))
752  return;
753  }
754  // cout<<" apply selection steps"<<endl;
755  unsigned int passed = 0;
756  unsigned int nJetSteps = -1;
757  unsigned int nPFJetSteps = -1;
758  unsigned int nCaloJetSteps = -1;
759  for (std::vector<std::string>::const_iterator selIt = selectionOrder_.begin(); selIt != selectionOrder_.end();
760  ++selIt) {
761  std::string key = selectionStep(*selIt), type = objectType(*selIt);
762  if (selection_.find(key) != selection_.end()) {
763  if (type == "empty") {
764  selection_[key].second->fill(event, setup);
765  }
766  if (type == "muons" && MuonStep != nullptr) {
767  if (MuonStep->select(event)) {
768  ++passed;
769  // cout<<"selected event! "<<selection_[key].second<<endl;
770  selection_[key].second->fill(event, setup);
771  } else
772  break;
773  }
774  // cout<<" apply selection steps 2"<<endl;
775  if (type == "elecs" && ElectronStep != nullptr) {
776  // cout<<"In electrons ..."<<endl;
777  if (ElectronStep->select(event, "electron")) {
778  ++passed;
779  selection_[key].second->fill(event, setup);
780  } else
781  break;
782  }
783  // cout<<" apply selection steps 3"<<endl;
784  if (type == "pvs" && PvStep != nullptr) {
785  if (PvStep->selectVertex(event)) {
786  ++passed;
787  selection_[key].second->fill(event, setup);
788  } else
789  break;
790  }
791  // cout<<" apply selection steps 4"<<endl;
792  if (type == "jets") {
793  nJetSteps++;
794  if (JetSteps[nJetSteps] != nullptr) {
795  if (JetSteps[nJetSteps]->select(event, setup)) {
796  ++passed;
797  selection_[key].second->fill(event, setup);
798  } else
799  break;
800  }
801  }
802  if (type == "jets/pf") {
803  nPFJetSteps++;
804  if (PFJetSteps[nPFJetSteps] != nullptr) {
805  if (PFJetSteps[nPFJetSteps]->select(event, setup)) {
806  ++passed;
807  selection_[key].second->fill(event, setup);
808  } else
809  break;
810  }
811  }
812  if (type == "jets/calo") {
813  nCaloJetSteps++;
814  if (CaloJetSteps[nCaloJetSteps] != nullptr) {
815  if (CaloJetSteps[nCaloJetSteps]->select(event, setup)) {
816  ++passed;
817  selection_[key].second->fill(event, setup);
818  } else
819  break;
820  }
821  }
822  if (type == "met" && METStep != nullptr) {
823  if (METStep->select(event)) {
824  ++passed;
825  selection_[key].second->fill(event, setup);
826  } else
827  break;
828  }
829  }
830  }
831 }
type
Definition: HCALResponse.h:21
std::unique_ptr< SelectionStep< reco::PFCandidate > > ElectronStep
std::unique_ptr< StringCutObjectSelector< reco::BeamSpot > > beamspotSelect_
string cut selector
bool getByToken(EDGetToken token, Handle< PROD > &result) const
Definition: Event.h:525
edm::EDGetTokenT< reco::BeamSpot > beamspot__
std::map< std::string, std::pair< edm::ParameterSet, std::unique_ptr< TopSingleLepton::MonitorEnsemble > > > selection_
bool accept(const edm::Event &event, const edm::TriggerResults &triggerTable, const std::string &triggerPath)
Definition: TopDQMHelpers.h:30
std::vector< std::string > triggerPaths_
trigger paths
std::vector< std::string > selectionOrder_
std::string selectionStep(const std::string &label)
std::vector< std::unique_ptr< SelectionStep< reco::Jet > > > JetSteps
edm::EDGetTokenT< edm::TriggerResults > triggerTable__
trigger table
std::unique_ptr< SelectionStep< reco::PFCandidate > > MuonStep
std::unique_ptr< SelectionStep< reco::MET > > METStep
std::string objectType(const std::string &label)
select
when omitted electron plots will be filled w/o cut on electronId electronId = cms.PSet( src = cms.InputTag("mvaTrigV0"), cutValue = cms.double(0.5) ), when omitted electron plots will be filled w/o additional pre- selection of the electron candidates
bool isUninitialized() const
Definition: EDGetToken.h:70
std::vector< std::unique_ptr< SelectionStep< reco::PFJet > > > PFJetSteps
std::unique_ptr< SelectionStep< reco::Vertex > > PvStep
std::vector< std::unique_ptr< SelectionStep< reco::CaloJet > > > CaloJetSteps
void TopSingleLeptonDQM::bookHistograms ( DQMStore::IBooker ibooker,
edm::Run const &  ,
edm::EventSetup const &   
)
overrideprotectedvirtual

Implements DQMEDAnalyzer.

Definition at line 734 of file TopSingleLeptonDQM.cc.

References selection_.

734  {
735  for (auto selIt = selection_.begin(); selIt != selection_.end(); ++selIt) {
736  selIt->second.second->book(ibooker);
737  }
738 }
std::map< std::string, std::pair< edm::ParameterSet, std::unique_ptr< TopSingleLepton::MonitorEnsemble > > > selection_
std::string TopSingleLeptonDQM::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 286 of file TopSingleLeptonDQM.h.

Referenced by analyze(), and TopSingleLeptonDQM().

286 { return label.substr(0, label.find(':')); };
char const * label
std::string TopSingleLeptonDQM::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 289 of file TopSingleLeptonDQM.h.

Referenced by analyze(), and TopSingleLeptonDQM().

289 { return label.substr(label.find(':') + 1); };
char const * label

Member Data Documentation

edm::InputTag TopSingleLeptonDQM::beamspot_
private

beamspot

Definition at line 300 of file TopSingleLeptonDQM.h.

Referenced by TopSingleLeptonDQM().

edm::EDGetTokenT<reco::BeamSpot> TopSingleLeptonDQM::beamspot__
private

Definition at line 301 of file TopSingleLeptonDQM.h.

Referenced by analyze(), and TopSingleLeptonDQM().

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

string cut selector

Definition at line 303 of file TopSingleLeptonDQM.h.

Referenced by analyze(), and TopSingleLeptonDQM().

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

Definition at line 319 of file TopSingleLeptonDQM.h.

Referenced by analyze(), and TopSingleLeptonDQM().

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

Definition at line 315 of file TopSingleLeptonDQM.h.

Referenced by analyze(), and TopSingleLeptonDQM().

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

Definition at line 318 of file TopSingleLeptonDQM.h.

Referenced by analyze(), and TopSingleLeptonDQM().

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

Definition at line 317 of file TopSingleLeptonDQM.h.

Referenced by analyze(), and TopSingleLeptonDQM().

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

Definition at line 314 of file TopSingleLeptonDQM.h.

Referenced by analyze(), and TopSingleLeptonDQM().

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

Definition at line 320 of file TopSingleLeptonDQM.h.

Referenced by analyze(), and TopSingleLeptonDQM().

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

Definition at line 316 of file TopSingleLeptonDQM.h.

Referenced by analyze(), and TopSingleLeptonDQM().

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

Definition at line 322 of file TopSingleLeptonDQM.h.

Referenced by TopSingleLeptonDQM().

std::map<std::string, std::pair<edm::ParameterSet, std::unique_ptr<TopSingleLepton::MonitorEnsemble> > > TopSingleLeptonDQM::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 313 of file TopSingleLeptonDQM.h.

Referenced by analyze(), bookHistograms(), and TopSingleLeptonDQM().

std::vector<std::string> TopSingleLeptonDQM::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 307 of file TopSingleLeptonDQM.h.

Referenced by analyze(), and TopSingleLeptonDQM().

edm::ParameterSet TopSingleLeptonDQM::setup_
private
std::vector<std::string> TopSingleLeptonDQM::triggerPaths_
private

trigger paths

Definition at line 295 of file TopSingleLeptonDQM.h.

Referenced by analyze(), and TopSingleLeptonDQM().

edm::EDGetTokenT<edm::TriggerResults> TopSingleLeptonDQM::triggerTable__
private

trigger table

Definition at line 289 of file TopSingleLeptonDQM.h.

Referenced by analyze(), and TopSingleLeptonDQM().

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

string cut selector

Definition at line 297 of file TopSingleLeptonDQM.h.