CMS 3D CMS Logo

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

#include <HLTriggerOffline/Top/src/TopSingleLeptonHLTValidation.cc>

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

Public Member Functions

 TopSingleLeptonHLTValidation (const edm::ParameterSet &)
 
 ~TopSingleLeptonHLTValidation ()
 
- 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 ()
 

Static Public Member Functions

static void fillDescriptions (edm::ConfigurationDescriptions &descriptions)
 
- 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)
 

Private Member Functions

virtual void analyze (const edm::Event &, const edm::EventSetup &) override
 
void bookHistograms (DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override
 
std::string monitorPath (const std::string &label) const
 
void triggerBinLabels (const std::vector< std::string > &labels)
 set configurable labels for trigger monitoring histograms More...
 

Private Attributes

const reco::GsfElectronelec_
 
double etaElectrons_
 
double etaJets_
 
double etaMuons_
 
MonitorElementhDenJetEta
 
MonitorElementhDenJetPt
 
MonitorElementhDenLeptonEta
 
MonitorElementhDenLeptonPt
 
MonitorElementhDenTriggerMon
 
MonitorElementhNumJetEta
 
MonitorElementhNumJetPt
 
MonitorElementhNumLeptonEta
 
MonitorElementhNumLeptonPt
 
MonitorElementhNumTriggerMon
 
bool isAll_ = false
 
double isoElectrons_
 
double isoMuons_
 
bool isSel_ = false
 
edm::InputTag iTrigger_
 
const reco::Jetjet_
 
unsigned int minElectrons_
 
unsigned int minJets_
 
unsigned int minMuons_
 
const reco::Muonmu_
 
double ptElectrons_
 
double ptJets_
 
double ptMuons_
 
std::string sDir_
 
std::string sElectrons_
 
std::string sJets_
 
std::string sMuons_
 
edm::EDGetTokenT< edm::View
< reco::GsfElectron > > 
tokElectrons_
 
edm::EDGetTokenT< edm::View
< reco::Jet > > 
tokJets_
 
edm::EDGetTokenT< edm::View
< reco::Muon > > 
tokMuons_
 
edm::EDGetTokenT
< edm::TriggerResults
tokTrigger_
 
std::vector< std::string > vsPaths_
 

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
 
- 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

Description: compute efficiencies of trigger paths on offline reco selection with respect to pt and eta

Implementation: harvesting

Description:

Description: compute efficiencies of trigger paths on offline reco selection with respect to pt and eta

Implementation: harvesting

Definition at line 48 of file TopSingleLeptonHLTValidation.h.

Constructor & Destructor Documentation

TopSingleLeptonHLTValidation::TopSingleLeptonHLTValidation ( const edm::ParameterSet iConfig)
explicit

Definition at line 130 of file TopSingleLeptonHLTValidation.h.

References HLT_25ns14e33_v1_cff::InputTag, iTrigger_, sElectrons_, sJets_, sMuons_, tokElectrons_, tokJets_, tokMuons_, and tokTrigger_.

130  :
131  sDir_(iConfig.getUntrackedParameter<std::string>("sDir","HLTValidation/Top/Efficiencies/")),
132  sElectrons_(iConfig.getUntrackedParameter<std::string>("sElectrons","gsfElectrons")),
133  ptElectrons_(iConfig.getUntrackedParameter<double>("ptElectrons",0.)),
134  etaElectrons_(iConfig.getUntrackedParameter<double>("etaElectrons",0.)),
135  isoElectrons_(iConfig.getUntrackedParameter<double>("isoElectrons",0.)),
136  minElectrons_(iConfig.getUntrackedParameter<unsigned int>("minElectrons",0)),
137  sMuons_(iConfig.getUntrackedParameter<std::string>("sMuons","muons")),
138  ptMuons_(iConfig.getUntrackedParameter<double>("ptMuons",0.)),
139  etaMuons_(iConfig.getUntrackedParameter<double>("etaMuons",0.)),
140  isoMuons_(iConfig.getUntrackedParameter<double>("isoMuons",0.)),
141  minMuons_(iConfig.getUntrackedParameter<unsigned int>("minMuons",0)),
142  sJets_(iConfig.getUntrackedParameter<std::string>("sJets","ak5PFJets")),
143  ptJets_(iConfig.getUntrackedParameter<double>("ptJets",0.)),
144  etaJets_(iConfig.getUntrackedParameter<double>("etaJets",0.)),
145  minJets_(iConfig.getUntrackedParameter<unsigned int>("minJets",0)),
146  iTrigger_(iConfig.getUntrackedParameter<edm::InputTag>("iTrigger")),
147  vsPaths_(iConfig.getUntrackedParameter< std::vector<std::string> >("vsPaths"))
148 
149 {
150  // Electrons
151  tokElectrons_ = consumes< edm::View<reco::GsfElectron> >(edm::InputTag(sElectrons_));
152  // Muons
153  tokMuons_ = consumes< edm::View<reco::Muon> >(edm::InputTag(sMuons_));
154  // Jets
155  tokJets_ = consumes< edm::View<reco::Jet> >(edm::InputTag(sJets_));
156  // Trigger
157  tokTrigger_ = consumes<edm::TriggerResults>(iTrigger_);
158 }
T getUntrackedParameter(std::string const &, T const &) const
edm::EDGetTokenT< edm::View< reco::Jet > > tokJets_
edm::EDGetTokenT< edm::TriggerResults > tokTrigger_
edm::EDGetTokenT< edm::View< reco::Muon > > tokMuons_
edm::EDGetTokenT< edm::View< reco::GsfElectron > > tokElectrons_
TopSingleLeptonHLTValidation::~TopSingleLeptonHLTValidation ( )

Definition at line 161 of file TopSingleLeptonHLTValidation.h.

162 {
163 
164  // do anything here that needs to be done at desctruction time
165  // (e.g. close files, deallocate resources etc.)
166 
167 }

Member Function Documentation

void TopSingleLeptonHLTValidation::analyze ( const edm::Event iEvent,
const edm::EventSetup iSetup 
)
overrideprivatevirtual

Implements edm::stream::EDAnalyzerBase.

Definition at line 45 of file TopSingleLeptonHLTValidation.cc.

References alignCSCRings::e, elec_, HI_PhotonSkim_cff::electrons, reco::LeafCandidate::eta(), etaElectrons_, etaJets_, etaMuons_, MonitorElement::Fill(), edm::Event::getByToken(), hDenJetEta, hDenJetPt, hDenLeptonEta, hDenLeptonPt, hDenTriggerMon, hNumJetEta, hNumJetPt, hNumLeptonEta, hNumLeptonPt, hNumTriggerMon, i, customizeTrackingMonitorSeedNumber::idx, isAll_, isoElectrons_, isoMuons_, isSel_, j, jet_, fwrapper::jets, visualization-live-secondInstance_cfg::m, minElectrons_, minJets_, minMuons_, mu_, patZpeak::muons, mergeVDriftHistosByStation::name, EnergyCorrector::pt, reco::LeafCandidate::pt(), ptElectrons_, ptJets_, ptMuons_, tokElectrons_, tokJets_, tokMuons_, tokTrigger_, edm::Event::triggerNames(), and vsPaths_.

46 {
47  using namespace edm;
48 
49  isAll_ = false; isSel_ = false;
50 
51  // Electrons
53  if (!iEvent.getByToken(tokElectrons_,electrons))
54  edm::LogWarning("TopSingleLeptonHLTValidation") << "Electrons collection not found \n";
55  unsigned int nGoodE = 0;
57  if (e->pt() < ptElectrons_) continue;
58  if (fabs(e->eta()) > etaElectrons_) continue;
59  if ((e->dr03TkSumPt()+e->dr03EcalRecHitSumEt()+e->dr03HcalTowerSumEt())/e->pt() > isoElectrons_ ) continue;
60  nGoodE++;
61  if (nGoodE == 1) elec_ = &(*e);
62  }
63  // Muons
65  if (!iEvent.getByToken(tokMuons_,muons))
66  edm::LogWarning("TopSingleLeptonHLTValidation") << "Muons collection not found \n";
67  unsigned int nGoodM = 0;
68  for(edm::View<reco::Muon>::const_iterator m = muons->begin(); m != muons->end(); ++m){
69  if (!m->isPFMuon() || !m->isGlobalMuon()) continue;
70  if (m->pt() < ptMuons_) continue;
71  if (fabs(m->eta()) > etaMuons_) continue;
72  if (((m->pfIsolationR04()).sumChargedHadronPt+(m->pfIsolationR04()).sumPhotonEt+(m->pfIsolationR04()).sumNeutralHadronEt)/m->pt() > isoMuons_ ) continue;
73  nGoodM++;
74  if (nGoodM == 1) mu_ = &(*m);
75  }
76  // Jets
78  if (!iEvent.getByToken(tokJets_,jets))
79  edm::LogWarning("TopSingleLeptonHLTValidation") << "Jets collection not found \n";
80  unsigned int nGoodJ = 0;
81  if (minJets_ == 4) {
82  for(edm::View<reco::Jet>::const_iterator j = jets->begin(); j != jets->end(); ++j){
83  if (nGoodJ < 1 && j->pt() < 55) continue;
84  if (nGoodJ < 2 && j->pt() < 45) continue;
85  if (nGoodJ < 3 && j->pt() < 35) continue;
86  if (nGoodJ >= 3 && j->pt() < 20) continue;
87  if (fabs(j->eta()) > etaJets_) continue;
88  nGoodJ++;
89  if (nGoodJ == minJets_) jet_ = &(*j);
90  }
91  }
92  else {
93  for(edm::View<reco::Jet>::const_iterator j = jets->begin(); j != jets->end(); ++j){
94  if (j->pt() < ptJets_) continue;
95  if (fabs(j->eta()) > etaJets_) continue;
96  nGoodJ++;
97  if (nGoodJ == minJets_) jet_ = &(*j);
98  }
99  }
100 
101  if (nGoodE >= minElectrons_ && nGoodM >= minMuons_ && nGoodJ >= minJets_) isAll_ = true;
102 
103 
104  //Trigger
105  Handle<edm::TriggerResults> triggerTable;
106  if (!iEvent.getByToken(tokTrigger_,triggerTable))
107  edm::LogWarning("TopSingleLeptonHLTValidation") << "Trigger collection not found \n";
108  const edm::TriggerNames& triggerNames = iEvent.triggerNames(*triggerTable);
109  unsigned int isInteresting = 0;
110  for (unsigned int i=0; i<triggerNames.triggerNames().size(); ++i) {
111 
112  TString name = triggerNames.triggerNames()[i].c_str();
113  for (unsigned int j=0; j<vsPaths_.size(); j++) {
114  if (name.Contains(TString(vsPaths_[j]), TString::kIgnoreCase)) {
115  if (triggerTable->accept(i)){
116  isInteresting++;
117  if (isAll_) hNumTriggerMon->Fill(j+0.5 );
118  }
119  }
120  }
121  }
122 
123  if (isAll_ && isInteresting > 0) isSel_ = true;
124  else isSel_ = false;
125 
126  //Histos
127  if (isAll_) {
128  if (minElectrons_ > 0) {
129  hDenLeptonPt->Fill(elec_->pt());
131  }
132  if (minMuons_ > 0) {
133  hDenLeptonPt->Fill(mu_->pt());
134  hDenLeptonEta->Fill(mu_->eta());
135  }
136  hDenJetPt->Fill(jet_->pt());
137  hDenJetEta->Fill(jet_->eta());
138  for(unsigned int idx=0; idx<vsPaths_.size(); ++idx){
139  hDenTriggerMon->Fill(idx+0.5);
140  }
141 
142  }
143  if (isSel_) {
144  if (minElectrons_ > 0) {
145  hNumLeptonPt->Fill(elec_->pt());
147  }
148  if (minMuons_ > 0) {
149  hNumLeptonPt->Fill(mu_->pt());
150  hNumLeptonEta->Fill(mu_->eta());
151  }
152  hNumJetPt->Fill(jet_->pt());
153  hNumJetEta->Fill(jet_->eta());
154  }
155 }
int i
Definition: DBlmapReader.cc:9
virtual edm::TriggerNames const & triggerNames(edm::TriggerResults const &triggerResults) const
Definition: Event.cc:220
bool getByToken(EDGetToken token, Handle< PROD > &result) const
Definition: Event.h:464
edm::EDGetTokenT< edm::View< reco::Jet > > tokJets_
virtual double eta() const
momentum pseudorapidity
virtual double pt() const
transverse momentum
void Fill(long long x)
edm::EDGetTokenT< edm::TriggerResults > tokTrigger_
vector< PseudoJet > jets
int j
Definition: DBlmapReader.cc:9
tuple idx
DEBUGGING if hasattr(process,&quot;trackMonIterativeTracking2012&quot;): print &quot;trackMonIterativeTracking2012 D...
edm::EDGetTokenT< edm::View< reco::Muon > > tokMuons_
tuple muons
Definition: patZpeak.py:38
boost::indirect_iterator< typename seq_t::const_iterator > const_iterator
Definition: View.h:85
edm::EDGetTokenT< edm::View< reco::GsfElectron > > tokElectrons_
void TopSingleLeptonHLTValidation::bookHistograms ( DQMStore::IBooker dbe,
edm::Run const &  ,
edm::EventSetup const &   
)
overrideprivatevirtual

Implements DQMEDAnalyzer.

Definition at line 160 of file TopSingleLeptonHLTValidation.cc.

References DQMStore::IBooker::book1D(), hDenJetEta, hDenJetPt, hDenLeptonEta, hDenLeptonPt, hDenTriggerMon, hNumJetEta, hNumJetPt, hNumLeptonEta, hNumLeptonPt, hNumTriggerMon, sDir_, DQMStore::IBooker::setCurrentFolder(), triggerBinLabels(), and vsPaths_.

161 {
162  dbe.setCurrentFolder(sDir_);
163  hDenLeptonPt = dbe.book1D("PtLeptonAll", "PtLeptonAll", 50, 0., 250.);
164  hDenLeptonEta = dbe.book1D("EtaLeptonAll", "EtaLeptonAll", 30, -3. , 3.);
165  hDenJetPt = dbe.book1D("PtLastJetAll", "PtLastJetAll", 60, 0., 300.);
166  hDenJetEta = dbe.book1D("EtaLastJetAll", "EtaLastJetAll", 30, -3., 3.);
167  hNumLeptonPt = dbe.book1D("PtLeptonSel", "PtLeptonSel", 50, 0., 250.);
168  hNumLeptonEta = dbe.book1D("EtaLeptonSel", "EtaLeptonSel", 30, -3. , 3.);
169  hNumJetPt = dbe.book1D("PtLastJetSel", "PtLastJetSel", 60, 0., 300.);
170  hNumJetEta = dbe.book1D("EtaLastJetSel", "EtaLastJetSel", 30, -3., 3.);
171  // determine number of bins for trigger monitoring
172  unsigned int nPaths = vsPaths_.size();
173  // monitored trigger occupancy for single lepton triggers
174  hNumTriggerMon = dbe.book1D("TriggerMonSel" , "TriggerMonSel", nPaths, 0., nPaths);
175  hDenTriggerMon = dbe.book1D("TriggerMonAll" , "TriggerMonAll", nPaths, 0., nPaths);
176  // set bin labels for trigger monitoring
178 }
MonitorElement * book1D(Args &&...args)
Definition: DQMStore.h:115
void triggerBinLabels(const std::vector< std::string > &labels)
set configurable labels for trigger monitoring histograms
void setCurrentFolder(const std::string &fullpath)
Definition: DQMStore.cc:274
void TopSingleLeptonHLTValidation::fillDescriptions ( edm::ConfigurationDescriptions descriptions)
static

Definition at line 183 of file TopSingleLeptonHLTValidation.cc.

References edm::ConfigurationDescriptions::addDefault(), and edm::ParameterSetDescription::setUnknown().

183  {
184  //The following says we do not know what parameters are allowed so do no validation
185  // Please change this to state exactly what you do use, even if it is no parameters
187  desc.setUnknown();
188  descriptions.addDefault(desc);
189 }
void addDefault(ParameterSetDescription const &psetDescription)
std::string TopSingleLeptonHLTValidation::monitorPath ( const std::string &  label) const
inlineprivate

deduce monitorPath from label, the label is expected to be of type 'selectionPath:monitorPath'

Definition at line 61 of file TopSingleLeptonHLTValidation.h.

Referenced by triggerBinLabels().

61 { return label.substr(label.find(':')+1); };
void TopSingleLeptonHLTValidation::triggerBinLabels ( const std::vector< std::string > &  labels)
inlineprivate

set configurable labels for trigger monitoring histograms

Definition at line 111 of file TopSingleLeptonHLTValidation.h.

References hDenTriggerMon, hNumTriggerMon, customizeTrackingMonitorSeedNumber::idx, monitorPath(), and MonitorElement::setBinLabel().

Referenced by bookHistograms().

112 {
113  for(unsigned int idx=0; idx<labels.size(); ++idx){
114  hNumTriggerMon->setBinLabel( idx+1, "["+monitorPath(labels[idx])+"]", 1);
115  hDenTriggerMon->setBinLabel( idx+1, "["+monitorPath(labels[idx])+"]", 1);
116  }
117 }
void setBinLabel(int bin, const std::string &label, int axis=1)
set bin label for x, y or z axis (axis=1, 2, 3 respectively)
tuple idx
DEBUGGING if hasattr(process,&quot;trackMonIterativeTracking2012&quot;): print &quot;trackMonIterativeTracking2012 D...
std::string monitorPath(const std::string &label) const

Member Data Documentation

const reco::GsfElectron* TopSingleLeptonHLTValidation::elec_
private

Definition at line 79 of file TopSingleLeptonHLTValidation.h.

Referenced by analyze().

double TopSingleLeptonHLTValidation::etaElectrons_
private

Definition at line 83 of file TopSingleLeptonHLTValidation.h.

Referenced by analyze().

double TopSingleLeptonHLTValidation::etaJets_
private

Definition at line 99 of file TopSingleLeptonHLTValidation.h.

Referenced by analyze().

double TopSingleLeptonHLTValidation::etaMuons_
private

Definition at line 91 of file TopSingleLeptonHLTValidation.h.

Referenced by analyze().

MonitorElement* TopSingleLeptonHLTValidation::hDenJetEta
private

Definition at line 75 of file TopSingleLeptonHLTValidation.h.

Referenced by analyze(), and bookHistograms().

MonitorElement* TopSingleLeptonHLTValidation::hDenJetPt
private

Definition at line 73 of file TopSingleLeptonHLTValidation.h.

Referenced by analyze(), and bookHistograms().

MonitorElement* TopSingleLeptonHLTValidation::hDenLeptonEta
private

Definition at line 71 of file TopSingleLeptonHLTValidation.h.

Referenced by analyze(), and bookHistograms().

MonitorElement* TopSingleLeptonHLTValidation::hDenLeptonPt
private

Definition at line 69 of file TopSingleLeptonHLTValidation.h.

Referenced by analyze(), and bookHistograms().

MonitorElement* TopSingleLeptonHLTValidation::hDenTriggerMon
private

Definition at line 77 of file TopSingleLeptonHLTValidation.h.

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

MonitorElement* TopSingleLeptonHLTValidation::hNumJetEta
private

Definition at line 74 of file TopSingleLeptonHLTValidation.h.

Referenced by analyze(), and bookHistograms().

MonitorElement* TopSingleLeptonHLTValidation::hNumJetPt
private

Definition at line 72 of file TopSingleLeptonHLTValidation.h.

Referenced by analyze(), and bookHistograms().

MonitorElement* TopSingleLeptonHLTValidation::hNumLeptonEta
private

Definition at line 70 of file TopSingleLeptonHLTValidation.h.

Referenced by analyze(), and bookHistograms().

MonitorElement* TopSingleLeptonHLTValidation::hNumLeptonPt
private

Definition at line 68 of file TopSingleLeptonHLTValidation.h.

Referenced by analyze(), and bookHistograms().

MonitorElement* TopSingleLeptonHLTValidation::hNumTriggerMon
private

Definition at line 76 of file TopSingleLeptonHLTValidation.h.

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

bool TopSingleLeptonHLTValidation::isAll_ = false
private

Definition at line 106 of file TopSingleLeptonHLTValidation.h.

Referenced by analyze().

double TopSingleLeptonHLTValidation::isoElectrons_
private

Definition at line 84 of file TopSingleLeptonHLTValidation.h.

Referenced by analyze().

double TopSingleLeptonHLTValidation::isoMuons_
private

Definition at line 92 of file TopSingleLeptonHLTValidation.h.

Referenced by analyze().

bool TopSingleLeptonHLTValidation::isSel_ = false
private

Definition at line 107 of file TopSingleLeptonHLTValidation.h.

Referenced by analyze().

edm::InputTag TopSingleLeptonHLTValidation::iTrigger_
private

Definition at line 102 of file TopSingleLeptonHLTValidation.h.

Referenced by TopSingleLeptonHLTValidation().

const reco::Jet* TopSingleLeptonHLTValidation::jet_
private

Definition at line 95 of file TopSingleLeptonHLTValidation.h.

Referenced by analyze().

unsigned int TopSingleLeptonHLTValidation::minElectrons_
private

Definition at line 85 of file TopSingleLeptonHLTValidation.h.

Referenced by analyze().

unsigned int TopSingleLeptonHLTValidation::minJets_
private

Definition at line 100 of file TopSingleLeptonHLTValidation.h.

Referenced by analyze().

unsigned int TopSingleLeptonHLTValidation::minMuons_
private

Definition at line 93 of file TopSingleLeptonHLTValidation.h.

Referenced by analyze().

const reco::Muon* TopSingleLeptonHLTValidation::mu_
private

Definition at line 87 of file TopSingleLeptonHLTValidation.h.

Referenced by analyze().

double TopSingleLeptonHLTValidation::ptElectrons_
private

Definition at line 82 of file TopSingleLeptonHLTValidation.h.

Referenced by analyze().

double TopSingleLeptonHLTValidation::ptJets_
private

Definition at line 98 of file TopSingleLeptonHLTValidation.h.

Referenced by analyze().

double TopSingleLeptonHLTValidation::ptMuons_
private

Definition at line 90 of file TopSingleLeptonHLTValidation.h.

Referenced by analyze().

std::string TopSingleLeptonHLTValidation::sDir_
private

Definition at line 67 of file TopSingleLeptonHLTValidation.h.

Referenced by bookHistograms().

std::string TopSingleLeptonHLTValidation::sElectrons_
private

Definition at line 80 of file TopSingleLeptonHLTValidation.h.

Referenced by TopSingleLeptonHLTValidation().

std::string TopSingleLeptonHLTValidation::sJets_
private

Definition at line 96 of file TopSingleLeptonHLTValidation.h.

Referenced by TopSingleLeptonHLTValidation().

std::string TopSingleLeptonHLTValidation::sMuons_
private

Definition at line 88 of file TopSingleLeptonHLTValidation.h.

Referenced by TopSingleLeptonHLTValidation().

edm::EDGetTokenT< edm::View<reco::GsfElectron> > TopSingleLeptonHLTValidation::tokElectrons_
private

Definition at line 81 of file TopSingleLeptonHLTValidation.h.

Referenced by analyze(), and TopSingleLeptonHLTValidation().

edm::EDGetTokenT< edm::View<reco::Jet> > TopSingleLeptonHLTValidation::tokJets_
private

Definition at line 97 of file TopSingleLeptonHLTValidation.h.

Referenced by analyze(), and TopSingleLeptonHLTValidation().

edm::EDGetTokenT< edm::View<reco::Muon> > TopSingleLeptonHLTValidation::tokMuons_
private

Definition at line 89 of file TopSingleLeptonHLTValidation.h.

Referenced by analyze(), and TopSingleLeptonHLTValidation().

edm::EDGetTokenT<edm::TriggerResults> TopSingleLeptonHLTValidation::tokTrigger_
private

Definition at line 103 of file TopSingleLeptonHLTValidation.h.

Referenced by analyze(), and TopSingleLeptonHLTValidation().

std::vector<std::string> TopSingleLeptonHLTValidation::vsPaths_
private

Definition at line 104 of file TopSingleLeptonHLTValidation.h.

Referenced by analyze(), and bookHistograms().