CMS 3D CMS Logo

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

define MonitorEnsembple to be used More...

#include <SingleTopTChannelLeptonDQM.h>

Inheritance diagram for SingleTopTChannelLeptonDQM:
edm::EDAnalyzer edm::EDConsumerBase

Public Member Functions

virtual void analyze (const edm::Event &event, const edm::EventSetup &setup)
 do this during the event loop More...
 
 SingleTopTChannelLeptonDQM (const edm::ParameterSet &cfg)
 default constructor More...
 
 ~SingleTopTChannelLeptonDQM ()
 default destructor More...
 
- Public Member Functions inherited from edm::EDAnalyzer
void callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func)
 
 EDAnalyzer ()
 
ModuleDescription const & moduleDescription () const
 
std::string workerType () const
 
virtual ~EDAnalyzer ()
 
- Public Member Functions inherited from edm::EDConsumerBase
 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
 
bool registeredToConsume (ProductHolderIndex, bool, BranchType) const
 
bool registeredToConsumeMany (TypeID const &, BranchType) const
 
void updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &)
 
virtual ~EDConsumerBase ()
 

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::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::TriggerResults
triggerTable__
 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::EDAnalyzer
typedef EDAnalyzer ModuleType
 
- Static Public Member Functions inherited from edm::EDAnalyzer
static const std::string & baseType ()
 
static void fillDescriptions (ConfigurationDescriptions &descriptions)
 
static void prevalidate (ConfigurationDescriptions &)
 
- 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)
 

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 285 of file SingleTopTChannelLeptonDQM.h.

Constructor & Destructor Documentation

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

default constructor

Definition at line 898 of file SingleTopTChannelLeptonDQM.cc.

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

900  : vertexSelect_(nullptr),
901  beamspot_(""),
902  beamspotSelect_(nullptr),
903  MuonStep(nullptr),
904  PFMuonStep(nullptr),
905  ElectronStep(nullptr),
906  PFElectronStep(nullptr),
907  PvStep(nullptr),
908  METStep(nullptr) {
909  JetSteps.clear();
910  CaloJetSteps.clear();
911  PFJetSteps.clear();
912 
913  // configure preselection
914  edm::ParameterSet presel =
915  cfg.getParameter<edm::ParameterSet>("preselection");
916  if (presel.existsAs<edm::ParameterSet>("trigger")) {
917  edm::ParameterSet trigger =
918  presel.getParameter<edm::ParameterSet>("trigger");
919  triggerTable__ = consumes<edm::TriggerResults>(
920  trigger.getParameter<edm::InputTag>("src"));
921  triggerPaths_ = trigger.getParameter<std::vector<std::string>>("select");
922  }
923  if (presel.existsAs<edm::ParameterSet>("vertex")) {
924  edm::ParameterSet vertex = presel.getParameter<edm::ParameterSet>("vertex");
925  vertex_ = vertex.getParameter<edm::InputTag>("src");
926  vertex__ =
927  consumes<reco::Vertex>(vertex.getParameter<edm::InputTag>("src"));
929  vertex.getParameter<std::string>("select")));
930  }
931  if (presel.existsAs<edm::ParameterSet>("beamspot")) {
932  edm::ParameterSet beamspot =
933  presel.getParameter<edm::ParameterSet>("beamspot");
934  beamspot_ = beamspot.getParameter<edm::InputTag>("src");
935  beamspot__ =
936  consumes<reco::BeamSpot>(beamspot.getParameter<edm::InputTag>("src"));
938  beamspot.getParameter<std::string>("select")));
939  }
940  // conifgure the selection
941  std::vector<edm::ParameterSet> sel =
942  cfg.getParameter<std::vector<edm::ParameterSet>>("selection");
943  for (unsigned int i = 0; i < sel.size(); ++i) {
944  selectionOrder_.push_back(sel.at(i).getParameter<std::string>("label"));
945 
946  selection_[selectionStep(selectionOrder_.back())] = std::make_pair(
947  sel.at(i),
948  std::unique_ptr<SingleTopTChannelLepton::MonitorEnsemble>(
950  selectionStep(selectionOrder_.back()).c_str(),
951  cfg.getParameter<edm::ParameterSet>("setup"),
952  cfg.getParameter<std::vector<edm::ParameterSet>>("selection"),
953  consumesCollector())));
954  }
955  for (std::vector<std::string>::const_iterator selIt = selectionOrder_.begin();
956  selIt != selectionOrder_.end(); ++selIt) {
957  std::string key = selectionStep(*selIt), type = objectType(*selIt);
958  if (selection_.find(key) != selection_.end()) {
959  using std::unique_ptr;
960 
961  if (type == "muons") {
963  consumesCollector()));
964  }
965  if (type == "muons/pf") {
967  selection_[key].first, consumesCollector()));
968  }
969  if (type == "elecs") {
971  selection_[key].first, consumesCollector()));
972  }
973  if (type == "elecs/pf") {
975  selection_[key].first, consumesCollector()));
976  }
977  if (type == "pvs") {
978  PvStep.reset(new SelectionStep<reco::Vertex>(selection_[key].first,
979  consumesCollector()));
980  }
981  if (type == "jets") {
982  JetSteps.push_back(std::unique_ptr<SelectionStep<reco::Jet>>(
983  new SelectionStep<reco::Jet>(selection_[key].first,
984  consumesCollector())));
985  }
986  if (type == "jets/pf") {
987  PFJetSteps.push_back(std::unique_ptr<SelectionStep<reco::PFJet>>(
988  new SelectionStep<reco::PFJet>(selection_[key].first,
989  consumesCollector())));
990  }
991  if (type == "jets/calo") {
992  CaloJetSteps.push_back(std::unique_ptr<SelectionStep<reco::CaloJet>>(
994  consumesCollector())));
995  }
996  if (type == "met") {
997  METStep.reset(new SelectionStep<reco::MET>(selection_[key].first,
998  consumesCollector()));
999  }
1000  }
1001  }
1002 }
std::vector< std::string > selectionOrder_
type
Definition: HCALResponse.h:21
std::string objectType(const std::string &label)
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:184
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
ConsumesCollector consumesCollector()
Use a ConsumesCollector to gather consumes information from helper functions.
bool first
Definition: L1TdeRCT.cc:75
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
list key
Definition: combine.py:13
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 ( )
inline

default destructor

Definition at line 290 of file SingleTopTChannelLeptonDQM.h.

290 {};

Member Function Documentation

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

do this during the event loop

Implements edm::EDAnalyzer.

Definition at line 1004 of file SingleTopTChannelLeptonDQM.cc.

References accept(), beamspot__, beamspotSelect_, CaloJetSteps, ElectronStep, edm::Event::getByToken(), edm::EDGetTokenT< T >::isUninitialized(), JetSteps, combine::key, METStep, MuonStep, objectType(), PFElectronStep, PFJetSteps, PFMuonStep, benchmark_cfg::select, selection_, selectionOrder_, selectionStep(), AlCaHLTBitMon_QueryRunRegistry::string, triggerPaths_, triggerTable__, vertex__, and vertexSelect_.

1005  {
1007  edm::Handle<edm::TriggerResults> triggerTable;
1008  if (!event.getByToken(triggerTable__, triggerTable)) return;
1009  if (!accept(event, *triggerTable, triggerPaths_)) return;
1010  }
1011  if (!beamspot__.isUninitialized()) {
1012  edm::Handle<reco::BeamSpot> beamspot;
1013  if (!event.getByToken(beamspot__, beamspot)) return;
1014  if (!(*beamspotSelect_)(*beamspot)) return;
1015  }
1016 
1017  if (!vertex__.isUninitialized()) {
1019  if (!event.getByToken(vertex__, vertex)) return;
1020  edm::View<reco::Vertex>::const_iterator pv = vertex->begin();
1021  if (!(*vertexSelect_)(*pv)) return;
1022  }
1023 
1024  // apply selection steps
1025  unsigned int passed = 0;
1026  unsigned int nJetSteps = -1;
1027  unsigned int nPFJetSteps = -1;
1028  unsigned int nCaloJetSteps = -1;
1029  for (std::vector<std::string>::const_iterator selIt = selectionOrder_.begin();
1030  selIt != selectionOrder_.end(); ++selIt) {
1031  std::string key = selectionStep(*selIt), type = objectType(*selIt);
1032  if (selection_.find(key) != selection_.end()) {
1033  if (type == "empty") {
1034  selection_[key].second->fill(event, setup);
1035  }
1036  if (type == "presel") {
1037  selection_[key].second->fill(event, setup);
1038  }
1039  if (type == "elecs" && ElectronStep != 0) {
1040  if (ElectronStep->select(event)) {
1041  ++passed;
1042  selection_[key].second->fill(event, setup);
1043  } else
1044  break;
1045  }
1046  if (type == "elecs/pf" && PFElectronStep != 0) {
1047 
1048  if (PFElectronStep->select(event, "electron")) {
1049  ++passed;
1050 
1051  selection_[key].second->fill(event, setup);
1052 
1053  } else
1054  break;
1055  }
1056  if (type == "muons" && MuonStep != 0) {
1057  if (MuonStep->select(event)) {
1058  ++passed;
1059  selection_[key].second->fill(event, setup);
1060  } else
1061  break;
1062  }
1063  if (type == "muons/pf" && PFMuonStep != 0) {
1064  if (PFMuonStep->select(event, "muon")) {
1065  ++passed;
1066  selection_[key].second->fill(event, setup);
1067  } else
1068  break;
1069  }
1070  if (type == "jets") {
1071  nJetSteps++;
1072  if (JetSteps[nJetSteps]) {
1073  if (JetSteps[nJetSteps]->select(event, setup)) {
1074  ++passed;
1075  selection_[key].second->fill(event, setup);
1076  } else
1077  break;
1078  }
1079  }
1080  if (type == "jets/pf") {
1081  nPFJetSteps++;
1082  if (PFJetSteps[nPFJetSteps]) {
1083  if (PFJetSteps[nPFJetSteps]->select(event, setup)) {
1084  ++passed;
1085  selection_[key].second->fill(event, setup);
1086  } else
1087  break;
1088  }
1089  }
1090  if (type == "jets/calo") {
1091  nCaloJetSteps++;
1092  if (CaloJetSteps[nCaloJetSteps]) {
1093  if (CaloJetSteps[nCaloJetSteps]->select(event, setup)) {
1094  ++passed;
1095  selection_[key].second->fill(event, setup);
1096  } else
1097  break;
1098  }
1099  }
1100  if (type == "met" && METStep != 0) {
1101  if (METStep->select(event)) {
1102  ++passed;
1103  selection_[key].second->fill(event, setup);
1104  } else
1105  break;
1106  }
1107  }
1108  }
1109 }
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:446
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:25
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
list key
Definition: combine.py:13
boost::indirect_iterator< typename seq_t::const_iterator > const_iterator
Definition: View.h:81
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:71
std::vector< std::unique_ptr< SelectionStep< reco::PFJet > > > PFJetSteps
std::unique_ptr< SelectionStep< reco::Muon > > MuonStep
std::unique_ptr< SelectionStep< reco::PFCandidate > > PFMuonStep
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 298 of file SingleTopTChannelLeptonDQM.h.

Referenced by analyze(), and SingleTopTChannelLeptonDQM().

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

Referenced by analyze(), and SingleTopTChannelLeptonDQM().

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

Member Data Documentation

edm::InputTag SingleTopTChannelLeptonDQM::beamspot_
private

beamspot

Definition at line 320 of file SingleTopTChannelLeptonDQM.h.

Referenced by SingleTopTChannelLeptonDQM().

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

Definition at line 321 of file SingleTopTChannelLeptonDQM.h.

Referenced by analyze(), and SingleTopTChannelLeptonDQM().

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

string cut selector

Definition at line 323 of file SingleTopTChannelLeptonDQM.h.

Referenced by analyze(), and SingleTopTChannelLeptonDQM().

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

Definition at line 346 of file SingleTopTChannelLeptonDQM.h.

Referenced by analyze(), and SingleTopTChannelLeptonDQM().

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

Definition at line 341 of file SingleTopTChannelLeptonDQM.h.

Referenced by analyze(), and SingleTopTChannelLeptonDQM().

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

Definition at line 345 of file SingleTopTChannelLeptonDQM.h.

Referenced by analyze(), and SingleTopTChannelLeptonDQM().

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

Definition at line 349 of file SingleTopTChannelLeptonDQM.h.

Referenced by analyze(), and SingleTopTChannelLeptonDQM().

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

Definition at line 339 of file SingleTopTChannelLeptonDQM.h.

Referenced by analyze(), and SingleTopTChannelLeptonDQM().

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

Definition at line 342 of file SingleTopTChannelLeptonDQM.h.

Referenced by analyze(), and SingleTopTChannelLeptonDQM().

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

Definition at line 347 of file SingleTopTChannelLeptonDQM.h.

Referenced by analyze(), and SingleTopTChannelLeptonDQM().

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

Definition at line 340 of file SingleTopTChannelLeptonDQM.h.

Referenced by analyze(), and SingleTopTChannelLeptonDQM().

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

Definition at line 343 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 337 of file SingleTopTChannelLeptonDQM.h.

Referenced by analyze(), 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 327 of file SingleTopTChannelLeptonDQM.h.

Referenced by analyze(), and SingleTopTChannelLeptonDQM().

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

trigger paths

Definition at line 312 of file SingleTopTChannelLeptonDQM.h.

Referenced by analyze(), and SingleTopTChannelLeptonDQM().

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

trigger table

Definition at line 305 of file SingleTopTChannelLeptonDQM.h.

Referenced by analyze(), and SingleTopTChannelLeptonDQM().

edm::InputTag SingleTopTChannelLeptonDQM::vertex_
private

primary vertex

Definition at line 314 of file SingleTopTChannelLeptonDQM.h.

Referenced by SingleTopTChannelLeptonDQM().

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

Definition at line 315 of file SingleTopTChannelLeptonDQM.h.

Referenced by analyze(), and SingleTopTChannelLeptonDQM().

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

string cut selector

Definition at line 317 of file SingleTopTChannelLeptonDQM.h.

Referenced by analyze(), and SingleTopTChannelLeptonDQM().