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

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

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

Public Member Functions

 TopDiLeptonHLTValidation (const edm::ParameterSet &)
 
 ~TopDiLeptonHLTValidation ()
 
- 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::GsfElectronelec1_
 
const reco::GsfElectronelec2_
 
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::Muonmu1_
 
const reco::Muonmu2_
 
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:

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

Implementation: harvesting

Definition at line 51 of file TopDiLeptonHLTValidation.h.

Constructor & Destructor Documentation

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

Definition at line 134 of file TopDiLeptonHLTValidation.h.

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

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

Definition at line 165 of file TopDiLeptonHLTValidation.h.

166 {
167 
168  // do anything here that needs to be done at desctruction time
169  // (e.g. close files, deallocate resources etc.)
170 
171 }

Member Function Documentation

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

Implements edm::stream::EDAnalyzerBase.

Definition at line 46 of file TopDiLeptonHLTValidation.cc.

References alignCSCRings::e, elec1_, elec2_, 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_, mu1_, mu2_, patZpeak::muons, mergeVDriftHistosByStation::name, reco::LeafCandidate::pt(), ptElectrons_, ptJets_, ptMuons_, tokElectrons_, tokJets_, tokMuons_, tokTrigger_, edm::Event::triggerNames(), and vsPaths_.

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

Implements DQMEDAnalyzer.

Definition at line 163 of file TopDiLeptonHLTValidation.cc.

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

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

Definition at line 185 of file TopDiLeptonHLTValidation.cc.

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

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

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

Definition at line 64 of file TopDiLeptonHLTValidation.h.

Referenced by triggerBinLabels().

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

set configurable labels for trigger monitoring histograms

Definition at line 115 of file TopDiLeptonHLTValidation.h.

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

Referenced by bookHistograms().

116 {
117  for(unsigned int idx=0; idx<labels.size(); ++idx){
118  hNumTriggerMon->setBinLabel( idx+1, "["+monitorPath(labels[idx])+"]", 1);
119  hDenTriggerMon->setBinLabel( idx+1, "["+monitorPath(labels[idx])+"]", 1);
120  }
121 }
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* TopDiLeptonHLTValidation::elec1_
private

Definition at line 82 of file TopDiLeptonHLTValidation.h.

Referenced by analyze().

const reco::GsfElectron* TopDiLeptonHLTValidation::elec2_
private

Definition at line 83 of file TopDiLeptonHLTValidation.h.

Referenced by analyze().

double TopDiLeptonHLTValidation::etaElectrons_
private

Definition at line 87 of file TopDiLeptonHLTValidation.h.

Referenced by analyze().

double TopDiLeptonHLTValidation::etaJets_
private

Definition at line 104 of file TopDiLeptonHLTValidation.h.

Referenced by analyze().

double TopDiLeptonHLTValidation::etaMuons_
private

Definition at line 96 of file TopDiLeptonHLTValidation.h.

Referenced by analyze().

MonitorElement* TopDiLeptonHLTValidation::hDenJetEta
private

Definition at line 78 of file TopDiLeptonHLTValidation.h.

Referenced by analyze(), and bookHistograms().

MonitorElement* TopDiLeptonHLTValidation::hDenJetPt
private

Definition at line 76 of file TopDiLeptonHLTValidation.h.

Referenced by analyze(), and bookHistograms().

MonitorElement* TopDiLeptonHLTValidation::hDenLeptonEta
private

Definition at line 74 of file TopDiLeptonHLTValidation.h.

Referenced by analyze(), and bookHistograms().

MonitorElement* TopDiLeptonHLTValidation::hDenLeptonPt
private

Definition at line 72 of file TopDiLeptonHLTValidation.h.

Referenced by analyze(), and bookHistograms().

MonitorElement* TopDiLeptonHLTValidation::hDenTriggerMon
private

Definition at line 80 of file TopDiLeptonHLTValidation.h.

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

MonitorElement* TopDiLeptonHLTValidation::hNumJetEta
private

Definition at line 77 of file TopDiLeptonHLTValidation.h.

Referenced by analyze(), and bookHistograms().

MonitorElement* TopDiLeptonHLTValidation::hNumJetPt
private

Definition at line 75 of file TopDiLeptonHLTValidation.h.

Referenced by analyze(), and bookHistograms().

MonitorElement* TopDiLeptonHLTValidation::hNumLeptonEta
private

Definition at line 73 of file TopDiLeptonHLTValidation.h.

Referenced by analyze(), and bookHistograms().

MonitorElement* TopDiLeptonHLTValidation::hNumLeptonPt
private

Definition at line 71 of file TopDiLeptonHLTValidation.h.

Referenced by analyze(), and bookHistograms().

MonitorElement* TopDiLeptonHLTValidation::hNumTriggerMon
private

Definition at line 79 of file TopDiLeptonHLTValidation.h.

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

bool TopDiLeptonHLTValidation::isAll_ = false
private

Definition at line 111 of file TopDiLeptonHLTValidation.h.

Referenced by analyze().

double TopDiLeptonHLTValidation::isoElectrons_
private

Definition at line 88 of file TopDiLeptonHLTValidation.h.

Referenced by analyze().

double TopDiLeptonHLTValidation::isoMuons_
private

Definition at line 97 of file TopDiLeptonHLTValidation.h.

Referenced by analyze().

bool TopDiLeptonHLTValidation::isSel_ = false
private

Definition at line 112 of file TopDiLeptonHLTValidation.h.

Referenced by analyze().

edm::InputTag TopDiLeptonHLTValidation::iTrigger_
private

Definition at line 107 of file TopDiLeptonHLTValidation.h.

Referenced by TopDiLeptonHLTValidation().

const reco::Jet* TopDiLeptonHLTValidation::jet_
private

Definition at line 100 of file TopDiLeptonHLTValidation.h.

Referenced by analyze().

unsigned int TopDiLeptonHLTValidation::minElectrons_
private

Definition at line 89 of file TopDiLeptonHLTValidation.h.

Referenced by analyze().

unsigned int TopDiLeptonHLTValidation::minJets_
private

Definition at line 105 of file TopDiLeptonHLTValidation.h.

Referenced by analyze().

unsigned int TopDiLeptonHLTValidation::minMuons_
private

Definition at line 98 of file TopDiLeptonHLTValidation.h.

Referenced by analyze().

const reco::Muon* TopDiLeptonHLTValidation::mu1_
private

Definition at line 91 of file TopDiLeptonHLTValidation.h.

Referenced by analyze().

const reco::Muon* TopDiLeptonHLTValidation::mu2_
private

Definition at line 92 of file TopDiLeptonHLTValidation.h.

Referenced by analyze().

double TopDiLeptonHLTValidation::ptElectrons_
private

Definition at line 86 of file TopDiLeptonHLTValidation.h.

Referenced by analyze().

double TopDiLeptonHLTValidation::ptJets_
private

Definition at line 103 of file TopDiLeptonHLTValidation.h.

Referenced by analyze().

double TopDiLeptonHLTValidation::ptMuons_
private

Definition at line 95 of file TopDiLeptonHLTValidation.h.

Referenced by analyze().

std::string TopDiLeptonHLTValidation::sDir_
private

Definition at line 70 of file TopDiLeptonHLTValidation.h.

Referenced by bookHistograms().

std::string TopDiLeptonHLTValidation::sElectrons_
private

Definition at line 84 of file TopDiLeptonHLTValidation.h.

Referenced by TopDiLeptonHLTValidation().

std::string TopDiLeptonHLTValidation::sJets_
private

Definition at line 101 of file TopDiLeptonHLTValidation.h.

Referenced by TopDiLeptonHLTValidation().

std::string TopDiLeptonHLTValidation::sMuons_
private

Definition at line 93 of file TopDiLeptonHLTValidation.h.

Referenced by TopDiLeptonHLTValidation().

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

Definition at line 85 of file TopDiLeptonHLTValidation.h.

Referenced by analyze(), and TopDiLeptonHLTValidation().

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

Definition at line 102 of file TopDiLeptonHLTValidation.h.

Referenced by analyze(), and TopDiLeptonHLTValidation().

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

Definition at line 94 of file TopDiLeptonHLTValidation.h.

Referenced by analyze(), and TopDiLeptonHLTValidation().

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

Definition at line 108 of file TopDiLeptonHLTValidation.h.

Referenced by analyze(), and TopDiLeptonHLTValidation().

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

Definition at line 109 of file TopDiLeptonHLTValidation.h.

Referenced by analyze(), and bookHistograms().