CMS 3D CMS Logo

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

define MonitorEnsembple to be used More...

#include <SingleTopTChannelLeptonDQM.h>

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

Public Member Functions

void analyze (const edm::Event &event, const edm::EventSetup &setup) override
 do this during the event loop More...
 
 SingleTopTChannelLeptonDQM (const edm::ParameterSet &cfg)
 default constructor More...
 
 ~SingleTopTChannelLeptonDQM () override
 default destructor More...
 
- Public Member Functions inherited from DQMEDAnalyzer
void beginRun (edm::Run const &, edm::EventSetup const &) final
 
void beginStream (edm::StreamID id) final
 
virtual void dqmBeginRun (edm::Run const &, edm::EventSetup const &)
 
 DQMEDAnalyzer ()
 
void endLuminosityBlockSummary (edm::LuminosityBlock const &, edm::EventSetup const &, dqmDetails::NoCache *) const final
 
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
 
 ~EDAnalyzerBase () 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
 
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)
 
virtual ~EDConsumerBase () noexcept(false)
 

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::GsfElectron > > ElectronStep
 
std::vector< std::unique_ptr< SelectionStep< reco::Jet > > > JetSteps
 
std::unique_ptr< SelectionStep< reco::MET > > METStep
 
std::unique_ptr< SelectionStep< reco::Muon > > MuonStep
 
std::unique_ptr< SelectionStep< reco::PFCandidate > > PFElectronStep
 
std::vector< std::unique_ptr< SelectionStep< reco::PFJet > > > PFJetSteps
 
std::unique_ptr< SelectionStep< reco::PFCandidate > > PFMuonStep
 
std::unique_ptr< SelectionStep< reco::Vertex > > PvStep
 
std::vector< edm::ParameterSetsel
 
std::map< std::string, std::pair< edm::ParameterSet, std::unique_ptr< SingleTopTChannelLepton::MonitorEnsemble > > > selection_
 
std::vector< std::string > selectionOrder_
 
std::vector< std::string > triggerPaths_
 trigger paths More...
 
edm::EDGetTokenT< edm::TriggerResultstriggerTable__
 trigger table More...
 
edm::InputTag vertex_
 primary vertex More...
 
edm::EDGetTokenT< reco::Vertexvertex__
 
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, GlobalCacheLuminosityBlockContext
 
typedef CacheTypes::LuminosityBlockSummaryCache LuminosityBlockSummaryCache
 
typedef CacheTypes::RunCache RunCache
 
typedef RunContextT< RunCache, GlobalCacheRunContext
 
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::NoCacheglobalBeginLuminosityBlockSummary (edm::LuminosityBlock const &, edm::EventSetup const &, LuminosityBlockContext const *)
 
static std::shared_ptr< dqmDetails::NoCacheglobalBeginRunSummary (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/SingleTopTChannelLeptonDQM.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 298 of file SingleTopTChannelLeptonDQM.h.

Constructor & Destructor Documentation

SingleTopTChannelLeptonDQM::SingleTopTChannelLeptonDQM ( const edm::ParameterSet cfg)

default constructor

Definition at line 848 of file SingleTopTChannelLeptonDQM.cc.

References beamspot_, beamspot__, beamspotSelect_, CaloJetSteps, edm::EDConsumerBase::consumesCollector(), ElectronStep, edm::ParameterSet::existsAs(), plotBeamSpotDB::first, edm::ParameterSet::getParameter(), mps_fire::i, JetSteps, crabWrapper::key, METStep, MuonStep, objectType(), PFElectronStep, PFJetSteps, PFMuonStep, PvStep, sel, selection_, selectionOrder_, selectionStep(), AlCaHLTBitMon_QueryRunRegistry::string, triggerPaths_, triggerTable__, vertex_, vertex__, and vertexSelect_.

850  : vertexSelect_(nullptr),
851  beamspot_(""),
852  beamspotSelect_(nullptr),
853  MuonStep(nullptr),
854  PFMuonStep(nullptr),
855  ElectronStep(nullptr),
856  PFElectronStep(nullptr),
857  PvStep(nullptr),
858  METStep(nullptr) {
859  JetSteps.clear();
860  CaloJetSteps.clear();
861  PFJetSteps.clear();
862 
863  // configure preselection
864  edm::ParameterSet presel =
865  cfg.getParameter<edm::ParameterSet>("preselection");
866  if (presel.existsAs<edm::ParameterSet>("trigger")) {
868  presel.getParameter<edm::ParameterSet>("trigger");
869  triggerTable__ = consumes<edm::TriggerResults>(
870  trigger.getParameter<edm::InputTag>("src"));
871  triggerPaths_ = trigger.getParameter<std::vector<std::string>>("select");
872  }
873  if (presel.existsAs<edm::ParameterSet>("vertex")) {
874  edm::ParameterSet vertex = presel.getParameter<edm::ParameterSet>("vertex");
875  vertex_ = vertex.getParameter<edm::InputTag>("src");
876  vertex__ =
877  consumes<reco::Vertex>(vertex.getParameter<edm::InputTag>("src"));
879  vertex.getParameter<std::string>("select")));
880  }
881  if (presel.existsAs<edm::ParameterSet>("beamspot")) {
883  presel.getParameter<edm::ParameterSet>("beamspot");
884  beamspot_ = beamspot.getParameter<edm::InputTag>("src");
885  beamspot__ =
886  consumes<reco::BeamSpot>(beamspot.getParameter<edm::InputTag>("src"));
888  beamspot.getParameter<std::string>("select")));
889  }
890  // conifgure the selection
891  std::vector<edm::ParameterSet> sel =
892  cfg.getParameter<std::vector<edm::ParameterSet>>("selection");
893 
894  for (unsigned int i = 0; i < sel.size(); ++i) {
895  selectionOrder_.push_back(sel.at(i).getParameter<std::string>("label"));
896  selection_[selectionStep(selectionOrder_.back())] = std::make_pair(
897  sel.at(i),
898  std::unique_ptr<SingleTopTChannelLepton::MonitorEnsemble>(
900  selectionStep(selectionOrder_.back()).c_str(),
901  cfg.getParameter<edm::ParameterSet>("setup"),
902  cfg.getParameter<std::vector<edm::ParameterSet>>("selection"),
903  consumesCollector())));
904  }
905  for (std::vector<std::string>::const_iterator selIt = selectionOrder_.begin();
906  selIt != selectionOrder_.end(); ++selIt) {
907  std::string key = selectionStep(*selIt), type = objectType(*selIt);
908  if (selection_.find(key) != selection_.end()) {
909  using std::unique_ptr;
910 
911  if (type == "muons") {
913  consumesCollector()));
914  }
915  if (type == "muons/pf") {
917  selection_[key].first, consumesCollector()));
918  }
919  if (type == "elecs") {
921  selection_[key].first, consumesCollector()));
922  }
923  if (type == "elecs/pf") {
925  selection_[key].first, consumesCollector()));
926  }
927  if (type == "pvs") {
928  PvStep.reset(new SelectionStep<reco::Vertex>(selection_[key].first,
929  consumesCollector()));
930  }
931  if (type == "jets") {
932  JetSteps.push_back(std::unique_ptr<SelectionStep<reco::Jet>>(
933  new SelectionStep<reco::Jet>(selection_[key].first,
934  consumesCollector())));
935  }
936  if (type == "jets/pf") {
937  PFJetSteps.push_back(std::unique_ptr<SelectionStep<reco::PFJet>>(
938  new SelectionStep<reco::PFJet>(selection_[key].first,
939  consumesCollector())));
940  }
941  if (type == "jets/calo") {
942  CaloJetSteps.push_back(std::unique_ptr<SelectionStep<reco::CaloJet>>(
944  consumesCollector())));
945  }
946  if (type == "met") {
947  METStep.reset(new SelectionStep<reco::MET>(selection_[key].first,
948  consumesCollector()));
949  }
950  }
951  }
952 }
std::vector< std::string > selectionOrder_
type
Definition: HCALResponse.h:21
std::string objectType(const std::string &label)
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:186
std::vector< std::string > triggerPaths_
trigger paths
std::unique_ptr< SelectionStep< reco::Vertex > > PvStep
std::vector< std::unique_ptr< SelectionStep< reco::CaloJet > > > CaloJetSteps
std::vector< std::unique_ptr< SelectionStep< reco::Jet > > > JetSteps
edm::EDGetTokenT< edm::TriggerResults > triggerTable__
trigger table
edm::InputTag vertex_
primary vertex
std::vector< edm::ParameterSet > sel
ConsumesCollector consumesCollector()
Use a ConsumesCollector to gather consumes information from helper functions.
std::unique_ptr< SelectionStep< reco::PFCandidate > > PFElectronStep
std::string selectionStep(const std::string &label)
std::unique_ptr< SelectionStep< reco::GsfElectron > > ElectronStep
std::unique_ptr< SelectionStep< reco::MET > > METStep
Templated helper class to allow a selection on a certain object collection.
std::unique_ptr< StringCutObjectSelector< reco::Vertex > > vertexSelect_
string cut selector
edm::EDGetTokenT< reco::Vertex > vertex__
edm::EDGetTokenT< reco::BeamSpot > beamspot__
std::unique_ptr< StringCutObjectSelector< reco::BeamSpot > > beamspotSelect_
string cut selector
std::map< std::string, std::pair< edm::ParameterSet, std::unique_ptr< SingleTopTChannelLepton::MonitorEnsemble > > > selection_
std::vector< std::unique_ptr< SelectionStep< reco::PFJet > > > PFJetSteps
std::unique_ptr< SelectionStep< reco::Muon > > MuonStep
std::unique_ptr< SelectionStep< reco::PFCandidate > > PFMuonStep
SingleTopTChannelLeptonDQM::~SingleTopTChannelLeptonDQM ( )
inlineoverride

default destructor

Definition at line 303 of file SingleTopTChannelLeptonDQM.h.

References Vispa.Share.Profiling::analyze(), bookHistograms(), and GeneralSetup::setup().

303 {};

Member Function Documentation

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

do this during the event loop

Definition at line 960 of file SingleTopTChannelLeptonDQM.cc.

References accept(), hiMultiTrackSelector_cfi::beamspot, beamspot__, beamspotSelect_, CaloJetSteps, ElectronStep, edm::Event::getByToken(), edm::EDGetTokenT< T >::isUninitialized(), JetSteps, crabWrapper::key, METStep, MuonStep, objectType(), TriggerAnalyzer::passed, PFElectronStep, PFJetSteps, PFMuonStep, MetAnalyzer::pv(), TauGenJetsDecayModeSelectorAllHadrons_cfi::select, selection_, selectionOrder_, selectionStep(), AlCaHLTBitMon_QueryRunRegistry::string, triggerPaths_, triggerTable__, vertex__, and vertexSelect_.

961  {
964  if (!event.getByToken(triggerTable__, triggerTable)) return;
965  if (!accept(event, *triggerTable, triggerPaths_)) return;
966  }
967  if (!beamspot__.isUninitialized()) {
969  if (!event.getByToken(beamspot__, beamspot)) return;
970  if (!(*beamspotSelect_)(*beamspot)) return;
971  }
972 
973  if (!vertex__.isUninitialized()) {
975  if (!event.getByToken(vertex__, vertex)) return;
977  if (!(*vertexSelect_)(*pv)) return;
978  }
979 
980  // apply selection steps
981  unsigned int passed = 0;
982  unsigned int nJetSteps = -1;
983  unsigned int nPFJetSteps = -1;
984  unsigned int nCaloJetSteps = -1;
985  for (std::vector<std::string>::const_iterator selIt = selectionOrder_.begin();
986  selIt != selectionOrder_.end(); ++selIt) {
987  std::string key = selectionStep(*selIt), type = objectType(*selIt);
988  if (selection_.find(key) != selection_.end()) {
989  if (type == "empty") {
990  selection_[key].second->fill(event, setup);
991  }
992  if (type == "presel") {
993  selection_[key].second->fill(event, setup);
994  }
995  if (type == "elecs" && ElectronStep != nullptr) {
996  if (ElectronStep->select(event)) {
997  ++passed;
998  selection_[key].second->fill(event, setup);
999  } else
1000  break;
1001  }
1002  if (type == "elecs/pf" && PFElectronStep != nullptr) {
1003 
1004  if (PFElectronStep->select(event, "electron")) {
1005  ++passed;
1006 
1007  selection_[key].second->fill(event, setup);
1008 
1009  } else
1010  break;
1011  }
1012  if (type == "muons" && MuonStep != nullptr) {
1013  if (MuonStep->select(event)) {
1014  ++passed;
1015  selection_[key].second->fill(event, setup);
1016  } else
1017  break;
1018  }
1019  if (type == "muons/pf" && PFMuonStep != nullptr) {
1020  if (PFMuonStep->select(event, "muon")) {
1021  ++passed;
1022  selection_[key].second->fill(event, setup);
1023  } else
1024  break;
1025  }
1026  if (type == "jets") {
1027  nJetSteps++;
1028  if (JetSteps[nJetSteps]) {
1029  if (JetSteps[nJetSteps]->select(event, setup)) {
1030  ++passed;
1031  selection_[key].second->fill(event, setup);
1032  } else
1033  break;
1034  }
1035  }
1036  if (type == "jets/pf") {
1037  nPFJetSteps++;
1038  if (PFJetSteps[nPFJetSteps]) {
1039  if (PFJetSteps[nPFJetSteps]->select(event, setup)) {
1040  ++passed;
1041  selection_[key].second->fill(event, setup);
1042  } else
1043  break;
1044  }
1045  }
1046  if (type == "jets/calo") {
1047  nCaloJetSteps++;
1048  if (CaloJetSteps[nCaloJetSteps]) {
1049  if (CaloJetSteps[nCaloJetSteps]->select(event, setup)) {
1050  ++passed;
1051  selection_[key].second->fill(event, setup);
1052  } else
1053  break;
1054  }
1055  }
1056  if (type == "met" && METStep != nullptr) {
1057  if (METStep->select(event)) {
1058  ++passed;
1059  selection_[key].second->fill(event, setup);
1060  } else
1061  break;
1062  }
1063  }
1064  }
1065 }
std::vector< std::string > selectionOrder_
type
Definition: HCALResponse.h:21
std::string objectType(const std::string &label)
std::vector< std::string > triggerPaths_
trigger paths
bool getByToken(EDGetToken token, Handle< PROD > &result) const
Definition: Event.h:519
std::vector< std::unique_ptr< SelectionStep< reco::CaloJet > > > CaloJetSteps
std::vector< std::unique_ptr< SelectionStep< reco::Jet > > > JetSteps
edm::EDGetTokenT< edm::TriggerResults > triggerTable__
trigger table
bool accept(const edm::Event &event, const edm::TriggerResults &triggerTable, const std::string &triggerPath)
Definition: TopDQMHelpers.h:30
def pv(vc)
Definition: MetAnalyzer.py:6
std::unique_ptr< SelectionStep< reco::PFCandidate > > PFElectronStep
std::string selectionStep(const std::string &label)
std::unique_ptr< SelectionStep< reco::GsfElectron > > ElectronStep
std::unique_ptr< SelectionStep< reco::MET > > METStep
std::unique_ptr< StringCutObjectSelector< reco::Vertex > > vertexSelect_
string cut selector
boost::indirect_iterator< typename seq_t::const_iterator > const_iterator
Definition: View.h:86
edm::EDGetTokenT< reco::Vertex > vertex__
edm::EDGetTokenT< reco::BeamSpot > beamspot__
std::unique_ptr< StringCutObjectSelector< reco::BeamSpot > > beamspotSelect_
string cut selector
std::map< std::string, std::pair< edm::ParameterSet, std::unique_ptr< SingleTopTChannelLepton::MonitorEnsemble > > > selection_
bool isUninitialized() const
Definition: EDGetToken.h:73
std::vector< std::unique_ptr< SelectionStep< reco::PFJet > > > PFJetSteps
std::unique_ptr< SelectionStep< reco::Muon > > MuonStep
std::unique_ptr< SelectionStep< reco::PFCandidate > > PFMuonStep
void SingleTopTChannelLeptonDQM::bookHistograms ( DQMStore::IBooker ibooker,
edm::Run const &  ,
edm::EventSetup const &   
)
overrideprotectedvirtual

Implements DQMEDAnalyzer.

Definition at line 953 of file SingleTopTChannelLeptonDQM.cc.

References selection_.

954  {
955 
956  for (auto selIt = selection_.begin(); selIt != selection_.end(); ++selIt) {
957  selIt->second.second->book(ibooker);
958  }
959 }
std::map< std::string, std::pair< edm::ParameterSet, std::unique_ptr< SingleTopTChannelLepton::MonitorEnsemble > > > selection_
std::string SingleTopTChannelLeptonDQM::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 316 of file SingleTopTChannelLeptonDQM.h.

Referenced by analyze(), and SingleTopTChannelLeptonDQM().

316  {
317  return label.substr(0, label.find(':'));
318  };
std::string SingleTopTChannelLeptonDQM::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 321 of file SingleTopTChannelLeptonDQM.h.

Referenced by analyze(), and SingleTopTChannelLeptonDQM().

321  {
322  return label.substr(label.find(':') + 1);
323  };

Member Data Documentation

edm::InputTag SingleTopTChannelLeptonDQM::beamspot_
private

beamspot

Definition at line 338 of file SingleTopTChannelLeptonDQM.h.

Referenced by SingleTopTChannelLeptonDQM().

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

Definition at line 339 of file SingleTopTChannelLeptonDQM.h.

Referenced by analyze(), and SingleTopTChannelLeptonDQM().

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

string cut selector

Definition at line 341 of file SingleTopTChannelLeptonDQM.h.

Referenced by analyze(), and SingleTopTChannelLeptonDQM().

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

Definition at line 364 of file SingleTopTChannelLeptonDQM.h.

Referenced by analyze(), and SingleTopTChannelLeptonDQM().

std::unique_ptr<SelectionStep<reco::GsfElectron> > SingleTopTChannelLeptonDQM::ElectronStep
private

Definition at line 359 of file SingleTopTChannelLeptonDQM.h.

Referenced by analyze(), and SingleTopTChannelLeptonDQM().

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

Definition at line 363 of file SingleTopTChannelLeptonDQM.h.

Referenced by analyze(), and SingleTopTChannelLeptonDQM().

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

Definition at line 367 of file SingleTopTChannelLeptonDQM.h.

Referenced by analyze(), and SingleTopTChannelLeptonDQM().

std::unique_ptr<SelectionStep<reco::Muon> > SingleTopTChannelLeptonDQM::MuonStep
private

Definition at line 357 of file SingleTopTChannelLeptonDQM.h.

Referenced by analyze(), and SingleTopTChannelLeptonDQM().

std::unique_ptr<SelectionStep<reco::PFCandidate> > SingleTopTChannelLeptonDQM::PFElectronStep
private

Definition at line 360 of file SingleTopTChannelLeptonDQM.h.

Referenced by analyze(), and SingleTopTChannelLeptonDQM().

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

Definition at line 365 of file SingleTopTChannelLeptonDQM.h.

Referenced by analyze(), and SingleTopTChannelLeptonDQM().

std::unique_ptr<SelectionStep<reco::PFCandidate> > SingleTopTChannelLeptonDQM::PFMuonStep
private

Definition at line 358 of file SingleTopTChannelLeptonDQM.h.

Referenced by analyze(), and SingleTopTChannelLeptonDQM().

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

Definition at line 361 of file SingleTopTChannelLeptonDQM.h.

Referenced by SingleTopTChannelLeptonDQM().

std::vector<edm::ParameterSet> SingleTopTChannelLeptonDQM::sel
private

Definition at line 368 of file SingleTopTChannelLeptonDQM.h.

Referenced by SingleTopTChannelLeptonDQM().

std::map< std::string, std::pair<edm::ParameterSet, std::unique_ptr<SingleTopTChannelLepton::MonitorEnsemble> > > SingleTopTChannelLeptonDQM::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 355 of file SingleTopTChannelLeptonDQM.h.

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

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

Referenced by analyze(), and SingleTopTChannelLeptonDQM().

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

trigger paths

Definition at line 330 of file SingleTopTChannelLeptonDQM.h.

Referenced by analyze(), and SingleTopTChannelLeptonDQM().

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

trigger table

Definition at line 323 of file SingleTopTChannelLeptonDQM.h.

Referenced by analyze(), and SingleTopTChannelLeptonDQM().

edm::InputTag SingleTopTChannelLeptonDQM::vertex_
private

primary vertex

Definition at line 332 of file SingleTopTChannelLeptonDQM.h.

Referenced by SingleTopTChannelLeptonDQM().

edm::EDGetTokenT<reco::Vertex> SingleTopTChannelLeptonDQM::vertex__
private

Definition at line 333 of file SingleTopTChannelLeptonDQM.h.

Referenced by analyze(), and SingleTopTChannelLeptonDQM().

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

string cut selector

Definition at line 335 of file SingleTopTChannelLeptonDQM.h.

Referenced by analyze(), and SingleTopTChannelLeptonDQM().