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
TopSingleLeptonDQM Class Reference

define MonitorEnsembple to be used More...

#include <TopSingleLeptonDQM.h>

Inheritance diagram for TopSingleLeptonDQM:
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...
 
 TopSingleLeptonDQM (const edm::ParameterSet &cfg)
 default constructor More...
 
 ~TopSingleLeptonDQM ()
 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 (const std::string &iProcessName, std::vector< const char * > &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::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::TriggerResults
triggerTable__
 trigger table 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 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 279 of file TopSingleLeptonDQM.h.

Constructor & Destructor Documentation

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

default constructor

Definition at line 756 of file TopSingleLeptonDQM.cc.

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

757  : vertexSelect_(nullptr),
758  beamspot_(""),
759  beamspotSelect_(nullptr),
760  MuonStep(nullptr),
761  ElectronStep(nullptr),
762  PvStep(nullptr),
763  METStep(nullptr) {
764  JetSteps.clear();
765  CaloJetSteps.clear();
766  PFJetSteps.clear();
767  // configure preselection
768  edm::ParameterSet presel =
769  cfg.getParameter<edm::ParameterSet>("preselection");
770  if (presel.existsAs<edm::ParameterSet>("trigger")) {
771  edm::ParameterSet trigger =
772  presel.getParameter<edm::ParameterSet>("trigger");
773  triggerTable__ = consumes<edm::TriggerResults>(
774  trigger.getParameter<edm::InputTag>("src"));
775  triggerPaths_ = trigger.getParameter<std::vector<std::string> >("select");
776  }
777  if (presel.existsAs<edm::ParameterSet>("beamspot")) {
779  presel.getParameter<edm::ParameterSet>("beamspot");
780  beamspot_ = beamspot.getParameter<edm::InputTag>("src");
781  beamspot__ =
782  consumes<reco::BeamSpot>(beamspot.getParameter<edm::InputTag>("src"));
784  beamspot.getParameter<std::string>("select")));
785  }
786 
787  // conifgure the selection
788  sel_ = cfg.getParameter<std::vector<edm::ParameterSet> >("selection");
789  setup_ = cfg.getParameter<edm::ParameterSet>("setup");
790  for (unsigned int i = 0; i < sel_.size(); ++i) {
791  selectionOrder_.push_back(sel_.at(i).getParameter<std::string>("label"));
792  selection_[selectionStep(selectionOrder_.back())] = std::make_pair(
793  sel_.at(i),
794  std::unique_ptr<TopSingleLepton::MonitorEnsemble>(
796  selectionStep(selectionOrder_.back()).c_str(),
798  }
799  for (std::vector<std::string>::const_iterator selIt = selectionOrder_.begin();
800  selIt != selectionOrder_.end(); ++selIt) {
801  std::string key = selectionStep(*selIt), type = objectType(*selIt);
802  if (selection_.find(key) != selection_.end()) {
803  if (type == "muons") {
805  consumesCollector()));
806  }
807  if (type == "elecs") {
809  selection_[key].first, consumesCollector()));
810  }
811  if (type == "pvs") {
812  PvStep.reset(new SelectionStep<reco::Vertex>(selection_[key].first,
813  consumesCollector()));
814  }
815  if (type == "jets") {
816  JetSteps.push_back(std::unique_ptr<SelectionStep<reco::Jet>>(
818  }
819  if (type == "jets/pf") {
820  PFJetSteps.push_back(std::unique_ptr<SelectionStep<reco::PFJet>>(
822  }
823  if (type == "jets/calo") {
824  CaloJetSteps.push_back(std::unique_ptr<SelectionStep<reco::CaloJet>>(
826  }
827  if (type == "met") {
828  METStep.reset(new SelectionStep<reco::MET>(selection_[key].first,
829  consumesCollector()));
830  }
831  }
832  }
833 }
type
Definition: HCALResponse.h:21
T getParameter(std::string const &) const
int i
Definition: DBlmapReader.cc:9
bool existsAs(std::string const &parameterName, bool trackiness=true) const
checks if a parameter exists as a given type
Definition: ParameterSet.h:186
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
string key
FastSim: produces sample of signal events, overlayed with premixed minbias events.
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 ( )
inline

default destructor

Definition at line 284 of file TopSingleLeptonDQM.h.

284 {};

Member Function Documentation

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

do this during the event loop

Implements edm::stream::EDAnalyzerBase.

Definition at line 841 of file TopSingleLeptonDQM.cc.

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

842  {
843 
846  if (!event.getByToken(triggerTable__, triggerTable)) return;
847  if (!accept(event, *triggerTable, triggerPaths_)) return;
848  }
849  if (!beamspot__.isUninitialized()) {
851  if (!event.getByToken(beamspot__, beamspot)) return;
852  if (!(*beamspotSelect_)(*beamspot)) return;
853  }
854  // cout<<" apply selection steps"<<endl;
855  unsigned int passed = 0;
856  unsigned int nJetSteps = -1;
857  unsigned int nPFJetSteps = -1;
858  unsigned int nCaloJetSteps = -1;
859  for (std::vector<std::string>::const_iterator selIt = selectionOrder_.begin();
860  selIt != selectionOrder_.end(); ++selIt) {
861  std::string key = selectionStep(*selIt), type = objectType(*selIt);
862  if (selection_.find(key) != selection_.end()) {
863  if (type == "empty") {
864  selection_[key].second->fill(event, setup);
865  }
866  if (type == "muons" && MuonStep != 0) {
867  if (MuonStep->select(event)) {
868  ++passed;
869  // cout<<"selected event! "<<selection_[key].second<<endl;
870  selection_[key].second->fill(event, setup);
871  } else
872  break;
873  }
874  // cout<<" apply selection steps 2"<<endl;
875  if (type == "elecs" && ElectronStep != 0) {
876  // cout<<"In electrons ..."<<endl;
877  if (ElectronStep->select(event, "electron")) {
878  ++passed;
879  selection_[key].second->fill(event, setup);
880  } else
881  break;
882  }
883  // cout<<" apply selection steps 3"<<endl;
884  if (type == "pvs" && PvStep != 0) {
885  if (PvStep->selectVertex(event)) {
886  ++passed;
887  selection_[key].second->fill(event, setup);
888  } else
889  break;
890  }
891  // cout<<" apply selection steps 4"<<endl;
892  if (type == "jets") {
893  nJetSteps++;
894  if (JetSteps[nJetSteps] != NULL) {
895  if (JetSteps[nJetSteps]->select(event, setup)) {
896  ++passed;
897  selection_[key].second->fill(event, setup);
898  } else
899  break;
900  }
901  }
902  if (type == "jets/pf") {
903  nPFJetSteps++;
904  if (PFJetSteps[nPFJetSteps] != NULL) {
905  if (PFJetSteps[nPFJetSteps]->select(event, setup)) {
906  ++passed;
907  selection_[key].second->fill(event, setup);
908  } else
909  break;
910  }
911  }
912  if (type == "jets/calo") {
913  nCaloJetSteps++;
914  if (CaloJetSteps[nCaloJetSteps] != NULL) {
915  if (CaloJetSteps[nCaloJetSteps]->select(event, setup)) {
916  ++passed;
917  selection_[key].second->fill(event, setup);
918  } else
919  break;
920  }
921  }
922  if (type == "met" && METStep != 0) {
923  if (METStep->select(event)) {
924  ++passed;
925  selection_[key].second->fill(event, setup);
926  } else
927  break;
928  }
929  }
930  }
931 }
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:464
#define NULL
Definition: scimark2.h:8
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:24
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
string key
FastSim: produces sample of signal events, overlayed with premixed minbias events.
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)
bool isUninitialized() const
Definition: EDGetToken.h:73
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 834 of file TopSingleLeptonDQM.cc.

References selection_.

835  {
836 
837  for (auto selIt = selection_.begin(); selIt != selection_.end(); ++selIt) {
838  selIt->second.second->book(ibooker);
839  }
840 }
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 297 of file TopSingleLeptonDQM.h.

Referenced by analyze(), and TopSingleLeptonDQM().

297  {
298  return label.substr(0, label.find(':'));
299  };
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 302 of file TopSingleLeptonDQM.h.

Referenced by analyze(), and TopSingleLeptonDQM().

302  {
303  return label.substr(label.find(':') + 1);
304  };

Member Data Documentation

edm::InputTag TopSingleLeptonDQM::beamspot_
private

beamspot

Definition at line 315 of file TopSingleLeptonDQM.h.

Referenced by TopSingleLeptonDQM().

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

Definition at line 316 of file TopSingleLeptonDQM.h.

Referenced by analyze(), and TopSingleLeptonDQM().

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

string cut selector

Definition at line 318 of file TopSingleLeptonDQM.h.

Referenced by analyze(), and TopSingleLeptonDQM().

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

Definition at line 336 of file TopSingleLeptonDQM.h.

Referenced by analyze(), and TopSingleLeptonDQM().

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

Definition at line 332 of file TopSingleLeptonDQM.h.

Referenced by analyze(), and TopSingleLeptonDQM().

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

Definition at line 335 of file TopSingleLeptonDQM.h.

Referenced by analyze(), and TopSingleLeptonDQM().

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

Definition at line 334 of file TopSingleLeptonDQM.h.

Referenced by analyze(), and TopSingleLeptonDQM().

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

Definition at line 331 of file TopSingleLeptonDQM.h.

Referenced by analyze(), and TopSingleLeptonDQM().

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

Definition at line 337 of file TopSingleLeptonDQM.h.

Referenced by analyze(), and TopSingleLeptonDQM().

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

Definition at line 333 of file TopSingleLeptonDQM.h.

Referenced by analyze(), and TopSingleLeptonDQM().

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

Definition at line 339 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 330 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 322 of file TopSingleLeptonDQM.h.

Referenced by analyze(), and TopSingleLeptonDQM().

edm::ParameterSet TopSingleLeptonDQM::setup_
private

Definition at line 340 of file TopSingleLeptonDQM.h.

Referenced by TopSingleLeptonDQM().

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

trigger paths

Definition at line 310 of file TopSingleLeptonDQM.h.

Referenced by analyze(), and TopSingleLeptonDQM().

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

trigger table

Definition at line 304 of file TopSingleLeptonDQM.h.

Referenced by analyze(), and TopSingleLeptonDQM().

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

string cut selector

Definition at line 312 of file TopSingleLeptonDQM.h.