CMS 3D CMS Logo

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

#include <PatTauAnalyzer.h>

Inheritance diagram for PatTauAnalyzer:
edm::EDAnalyzer edm::EDConsumerBase

Public Member Functions

void analyze (const edm::Event &, const edm::EventSetup &) override
 
void beginJob () override
 
void endJob () override
 
 PatTauAnalyzer (const edm::ParameterSet &)
 
 ~PatTauAnalyzer () override
 
- Public Member Functions inherited from edm::EDAnalyzer
void callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func)
 
 EDAnalyzer ()
 
SerialTaskQueueglobalLuminosityBlocksQueue ()
 
SerialTaskQueueglobalRunsQueue ()
 
ModuleDescription const & moduleDescription () const
 
std::string workerType () const
 
 ~EDAnalyzer () 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
 
ESProxyIndex const * esGetTokenIndices (edm::Transition iTrans) const
 
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)
 
void updateLookup (eventsetup::ESRecordsToProxyIndices const &)
 
virtual ~EDConsumerBase () noexcept(false)
 

Private Attributes

std::string discrByIso_
 
std::string discrByLeadTrack_
 
std::string discrByTaNC_
 
TH1 * hGenTauEnergy_
 
TH1 * hGenTauEta_
 
TH1 * hGenTauPhi_
 
TH1 * hGenTauPt_
 
TH1 * hNumTauJets_
 
TH1 * hTauDiscrAgainstElectrons_
 
TH1 * hTauDiscrAgainstMuons_
 
TH1 * hTauDiscrByIso_
 
TH1 * hTauDiscrByTaNC_
 
TH1 * hTauJetEnergy_
 
TH1 * hTauJetEnergyIsoPassed_
 
TH1 * hTauJetEnergyTaNCpassed_
 
TH1 * hTauJetEta_
 
TH1 * hTauJetEtaIsoPassed_
 
TH1 * hTauJetEtaTaNCpassed_
 
TH1 * hTauJetPhi_
 
TH1 * hTauJetPhiIsoPassed_
 
TH1 * hTauJetPhiTaNCpassed_
 
TH1 * hTauJetPt_
 
TH1 * hTauJetPtIsoPassed_
 
TH1 * hTauJetPtTaNCpassed_
 
TH1 * hTauLeadTrackPt_
 
TH1 * hTauNumIsoConeTracks_
 
TH1 * hTauNumSigConeTracks_
 
bool requireGenTauMatch_
 
edm::InputTag src_
 
edm::EDGetTokenT< pat::TauCollectionsrcToken_
 

Additional Inherited Members

- Public Types inherited from edm::EDAnalyzer
typedef EDAnalyzer ModuleType
 
- Public Types inherited from edm::EDConsumerBase
typedef ProductLabels Labels
 
- Static Public Member Functions inherited from edm::EDAnalyzer
static const std::string & baseType ()
 
static void fillDescriptions (ConfigurationDescriptions &descriptions)
 
static void prevalidate (ConfigurationDescriptions &)
 
static bool wantsGlobalLuminosityBlocks ()
 
static bool wantsGlobalRuns ()
 
static bool wantsStreamLuminosityBlocks ()
 
static bool wantsStreamRuns ()
 
- 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 ESProduct , typename ESRecord , Transition Tr = Transition::Event>
auto esConsumes ()
 
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event>
auto esConsumes (ESInputTag const &tag)
 
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

Definition at line 16 of file PatTauAnalyzer.h.

Constructor & Destructor Documentation

PatTauAnalyzer::PatTauAnalyzer ( const edm::ParameterSet cfg)
explicit

Definition at line 25 of file PatTauAnalyzer.cc.

References discrByIso_, discrByLeadTrack_, discrByTaNC_, edm::ParameterSet::getParameter(), requireGenTauMatch_, src_, srcToken_, and AlCaHLTBitMon_QueryRunRegistry::string.

25  {
26  //std::cout << "<PatTauAnalyzer::PatTauAnalyzer>:" << std::endl;
27 
28  //--- read name of pat::Tau collection
29  src_ = cfg.getParameter<edm::InputTag>("src");
30  //std::cout << " src = " << src_ << std::endl;
31  srcToken_ = consumes<pat::TauCollection>(src_);
32 
33  //--- fill histograms for all tau-jet candidates or for "real" taus only ?
34  requireGenTauMatch_ = cfg.getParameter<bool>("requireGenTauMatch");
35  //std::cout << " requireGenTauMatch = " << requireGenTauMatch_ << std::endl;
36 
37  //--- read names of tau id. discriminators
38  discrByLeadTrack_ = cfg.getParameter<std::string>("discrByLeadTrack");
39  //std::cout << " discrByLeadTrack = " << discrByLeadTrack_ << std::endl;
40 
41  discrByIso_ = cfg.getParameter<std::string>("discrByIso");
42  //std::cout << " discrByIso = " << discrByIso_ << std::endl;
43 
44  discrByTaNC_ = cfg.getParameter<std::string>("discrByTaNC");
45  //std::cout << " discrByTaNC = " << discrByTaNC_ << std::endl;
46 }
T getParameter(std::string const &) const
std::string discrByLeadTrack_
std::string discrByIso_
bool requireGenTauMatch_
edm::InputTag src_
std::string discrByTaNC_
edm::EDGetTokenT< pat::TauCollection > srcToken_
PatTauAnalyzer::~PatTauAnalyzer ( )
override

Definition at line 48 of file PatTauAnalyzer.cc.

48  {
49  //std::cout << "<PatTauAnalyzer::~PatTauAnalyzer>:" << std::endl;
50 
51  //--- clean-up memory;
52  // delete all histograms
53  /*
54  deletion of histograms taken care of by TFileService;
55  do not delete them here (if the histograms are deleted here,
56  they will not appear in the ROOT file written by TFileService)
57 
58  delete hGenTauEnergy_;
59  delete hGenTauPt_;
60  delete hGenTauEta_;
61  delete hGenTauPhi_;
62  delete hTauJetEnergy_;
63  delete hTauJetPt_;
64  delete hTauJetEta_;
65  delete hTauJetPhi_;
66  delete hNumTauJets_;
67  delete hTauLeadTrackPt_;
68  delete hTauNumSigConeTracks_;
69  delete hTauNumIsoConeTracks_;
70  delete hTauDiscrByIso_;
71  delete hTauDiscrByTaNC_;
72  delete hTauDiscrAgainstElectrons_;
73  delete hTauDiscrAgainstMuons_;
74  delete hTauJetEnergyIsoPassed_;
75  delete hTauJetPtIsoPassed_;
76  delete hTauJetEtaIsoPassed_;
77  delete hTauJetPhiIsoPassed_;
78  delete hTauJetEnergyTaNCpassed_;
79  delete hTauJetPtTaNCpassed_;
80  delete hTauJetEtaTaNCpassed_;
81  delete hTauJetPhiTaNCpassed_;
82  */
83 }

Member Function Documentation

void PatTauAnalyzer::analyze ( const edm::Event evt,
const edm::EventSetup es 
)
override

Definition at line 151 of file PatTauAnalyzer.cc.

References discrByIso_, discrByLeadTrack_, discrByTaNC_, reco::LeafCandidate::energy(), reco::LeafCandidate::eta(), edm::Event::getByToken(), getGenTau(), hGenTauEnergy_, hGenTauEta_, hGenTauPhi_, hGenTauPt_, hNumTauJets_, hTauDiscrAgainstMuons_, hTauDiscrByIso_, hTauDiscrByTaNC_, hTauJetEnergy_, hTauJetEnergyIsoPassed_, hTauJetEnergyTaNCpassed_, hTauJetEtaIsoPassed_, hTauJetEtaTaNCpassed_, hTauJetPhiIsoPassed_, hTauJetPhiTaNCpassed_, hTauJetPt_, hTauJetPtIsoPassed_, hTauJetPtTaNCpassed_, hTauNumIsoConeTracks_, hTauNumSigConeTracks_, hemisphereProducer_cfi::patTaus, reco::LeafCandidate::phi(), reco::LeafCandidate::pt(), requireGenTauMatch_, and srcToken_.

151  {
152  //std::cout << "<PatTauAnalyzer::analyze>:" << std::endl;
153 
155  evt.getByToken(srcToken_, patTaus);
156 
157  hNumTauJets_->Fill(patTaus->size());
158 
159  for (pat::TauCollection::const_iterator patTau = patTaus->begin(); patTau != patTaus->end(); ++patTau) {
160  //--- skip fake taus in case configuration parameters set to do so...
161  const reco::GenParticle* genTau = getGenTau(*patTau);
162  if (requireGenTauMatch_ && !genTau)
163  continue;
164 
165  //--- fill generator level histograms
166  if (genTau) {
167  hGenTauEnergy_->Fill(genTau->energy());
168  hGenTauPt_->Fill(genTau->pt());
169  hGenTauEta_->Fill(genTau->eta());
170  hGenTauPhi_->Fill(genTau->phi());
171  }
172 
173  //--- fill reconstruction level histograms
174  // for Pt of highest Pt track within signal cone tau-jet...
175  hTauJetEnergy_->Fill(patTau->energy());
176  hTauJetPt_->Fill(patTau->pt());
177  //
178  // TO-DO:
179  // 1.) fill histograms
180  // hTauJetEta_ and hTauJetPhi_
181  // with the pseudo-rapidity and azimuthal angle
182  // of the tau-jet candidate respectively
183  // hTauJetEta_->...
184  // hTauJetPhi_->...
185  //
186  // 2.) fill histogram
187  // hTauLeadTrackPt_
188  // with the transverse momentum of the highest Pt ("leading") track within the tau-jet
189  //
190  // NOTE:
191  // 1.) please have a look at
192  // http://cmssw.cvs.cern.ch/cgi-bin/cmssw.cgi/CMSSW/DataFormats/Candidate/interface/Particle.h?revision=1.28&view=markup
193  // to find the methods for accessing eta and phi of the tau-jet
194  //
195  // 2.) please have a look at
196  // http://cmssw.cvs.cern.ch/cgi-bin/cmssw.cgi/CMSSW/DataFormats/PatCandidates/interface/Tau.h?revision=1.25&view=markup
197  // to find the method for accessing the leading track
198  //
199  // 3.) the method pat::Tau::leadTrack returns a reference (reco::TrackRef) to a reco::Track object
200  // this reference can be null (in case no high Pt track has been reconstructed within the tau-jet),
201  // so a check if the leadTrack exists is needed before dereferencing the reco::TrackRef via operator->
202  //
203  // if ( patTau->leadTrack().isAvailable() ) hTauLeadTrackPt_->Fill(patTau->leadTrack()->pt());
204 
205  //... for total number of tracks within signal/isolation cones
206  hTauNumSigConeTracks_->Fill(patTau->signalTracks().size());
207  hTauNumIsoConeTracks_->Fill(patTau->isolationTracks().size());
208 
209  //... for values of tau id. discriminators based on track isolation cut/
210  // neural network-based tau id.
211  // (combine with requirement of at least one "leading" track of Pt > 5. GeV
212  // within the signal cone of the tau-jet)
213  float discrByIso = (patTau->tauID(discrByLeadTrack_.data()) > 0.5) ? patTau->tauID(discrByIso_.data()) : 0.;
214  hTauDiscrByIso_->Fill(discrByIso);
215  float discrByTaNC = (patTau->tauID(discrByLeadTrack_.data()) > 0.5) ? patTau->tauID(discrByTaNC_.data()) : 0.;
216  hTauDiscrByTaNC_->Fill(discrByTaNC);
217 
218  //... for values of tau id. discriminators against (unidentified) electrons and muons
219  //
220  // TO-DO: fill histogram
221  // hTauDiscrAgainstElectrons_
222  // with the value of the discriminatorAgainstElectronsLoose
223  //
224  // NOTE:
225  // 1.) please have a look at
226  // http://cmssw.cvs.cern.ch/cgi-bin/cmssw.cgi/CMSSW/DataFormats/PatCandidates/interface/Tau.h?revision=1.25&view=markup
227  // to find the method for accessing the tau id. information
228  //
229  // 2.) please have a look at
230  // http://cmssw.cvs.cern.ch/cgi-bin/cmssw.cgi/CMSSW/PhysicsTools/PatAlgos/python/tools/tauTools.py?revision=1.43&view=markup
231  // and convince yourself that the string "againstElectronLoose" needs to be passed as argument
232  // of the pat::Tau::tauID method
233  //
234  // hTauDiscrAgainstElectrons_->Fill...
235  hTauDiscrAgainstMuons_->Fill(patTau->tauID("againstMuonLoose"));
236 
237  //... for Energy, Pt, Eta, Phi of tau-jets passing the discriminatorByIsolation selection
238  if (discrByIso > 0.5) {
239  hTauJetEnergyIsoPassed_->Fill(patTau->energy());
240  hTauJetPtIsoPassed_->Fill(patTau->pt());
241  hTauJetEtaIsoPassed_->Fill(patTau->eta());
242  hTauJetPhiIsoPassed_->Fill(patTau->phi());
243  }
244 
245  //... for Energy, Pt, Eta, Phi of tau-jets passing the discriminatorByTaNC ("Tau Neural Classifier") selection
246  if (discrByTaNC > 0.5) {
247  hTauJetEnergyTaNCpassed_->Fill(patTau->energy());
248  hTauJetPtTaNCpassed_->Fill(patTau->pt());
249  hTauJetEtaTaNCpassed_->Fill(patTau->eta());
250  hTauJetPhiTaNCpassed_->Fill(patTau->phi());
251  }
252  }
253 }
TH1 * hTauDiscrAgainstMuons_
std::string discrByLeadTrack_
double eta() const final
momentum pseudorapidity
TH1 * hTauDiscrByTaNC_
TH1 * hTauNumIsoConeTracks_
bool getByToken(EDGetToken token, Handle< PROD > &result) const
Definition: Event.h:525
const reco::GenParticle * getGenTau(const pat::Tau &patTau)
double pt() const final
transverse momentum
TH1 * hTauJetEnergyIsoPassed_
double energy() const final
energy
std::string discrByIso_
TH1 * hTauJetPtTaNCpassed_
TH1 * hTauJetEnergyTaNCpassed_
bool requireGenTauMatch_
TH1 * hTauJetPtIsoPassed_
TH1 * hTauNumSigConeTracks_
std::string discrByTaNC_
TH1 * hTauJetPhiTaNCpassed_
edm::EDGetTokenT< pat::TauCollection > srcToken_
TH1 * hTauJetEtaIsoPassed_
TH1 * hTauJetPhiIsoPassed_
double phi() const final
momentum azimuthal angle
TH1 * hTauJetEtaTaNCpassed_
void PatTauAnalyzer::beginJob ( void  )
overridevirtual

Reimplemented from edm::EDAnalyzer.

Definition at line 85 of file PatTauAnalyzer.cc.

References hGenTauEnergy_, hGenTauEta_, hGenTauPhi_, hGenTauPt_, hNumTauJets_, hTauDiscrAgainstElectrons_, hTauDiscrAgainstMuons_, hTauDiscrByIso_, hTauDiscrByTaNC_, hTauJetEnergy_, hTauJetEnergyIsoPassed_, hTauJetEnergyTaNCpassed_, hTauJetEtaIsoPassed_, hTauJetEtaTaNCpassed_, hTauJetPhiIsoPassed_, hTauJetPhiTaNCpassed_, hTauJetPt_, hTauJetPtIsoPassed_, hTauJetPtTaNCpassed_, hTauLeadTrackPt_, hTauNumIsoConeTracks_, hTauNumSigConeTracks_, TFileService::make(), and Pi.

85  {
86  //--- retrieve handle to auxiliary service
87  // used for storing histograms into ROOT file
89 
90  //--- book generator level histograms
91  hGenTauEnergy_ = fs->make<TH1F>("GenTauEnergy", "GenTauEnergy", 30, 0., 150.);
92  hGenTauPt_ = fs->make<TH1F>("GenTauPt", "GenTauPt", 30, 0., 150.);
93  hGenTauEta_ = fs->make<TH1F>("GenTauEta", "GenTauEta", 24, -3., +3.);
94  hGenTauPhi_ = fs->make<TH1F>("GenTauPhi", "GenTauPhi", 18, -TMath::Pi(), +TMath::Pi());
95 
96  //--- book reconstruction level histograms
97  // for tau-jet Energy, Pt, Eta, Phi
98  hTauJetEnergy_ = fs->make<TH1F>("TauJetEnergy", "TauJetEnergy", 30, 0., 150.);
99  hTauJetPt_ = fs->make<TH1F>("TauJetPt", "TauJetPt", 30, 0., 150.);
100  //
101  // TO-DO: add histograms for eta and phi of the tau-jet candidate
102  //
103  // NOTE:
104  // 1.) please use
105  // "TauJetEta" and "TauJetPhi"
106  // for the names of the histograms and choose the exact same binning
107  // as is used for the histograms
108  // "TauJetEtaIsoPassed" and "TauJetPhiIsoPassed"
109  // below
110  //
111  // 2.) please check the histograms
112  // hTauJetEta_ and hTauJetPt_
113  // have already been defined in PatTauAnalyzer.h
114  //
115  //hTauJetEta_ =...
116  //hTauJetPt_ =...
117 
118  //... for number of tau-jet candidates
119  hNumTauJets_ = fs->make<TH1F>("NumTauJets", "NumTauJets", 10, -0.5, 9.5);
120 
121  //... for Pt of highest Pt track within signal cone tau-jet...
122  hTauLeadTrackPt_ = fs->make<TH1F>("TauLeadTrackPt", "TauLeadTrackPt", 40, 0., 100.);
123 
124  //... for total number of tracks within signal/isolation cones
125  hTauNumSigConeTracks_ = fs->make<TH1F>("TauNumSigConeTracks", "TauNumSigConeTracks", 10, -0.5, 9.5);
126  hTauNumIsoConeTracks_ = fs->make<TH1F>("TauNumIsoConeTracks", "TauNumIsoConeTracks", 20, -0.5, 19.5);
127 
128  //... for values of tau id. discriminators based on track isolation cut/
129  // neural network-based tau id.
130  hTauDiscrByIso_ = fs->make<TH1F>("TauDiscrByIso", "TauDiscrByIso", 103, -0.015, 1.015);
131  hTauDiscrByTaNC_ = fs->make<TH1F>("TauDiscrByTaNC", "TauDiscrByTaNC", 103, -0.015, 1.015);
132 
133  //... for values of tau id. discriminators against (unidentified) electrons and muons
135  fs->make<TH1F>("TauDiscrAgainstElectrons", "TauDiscrAgainstElectrons", 103, -0.015, 1.015);
136  hTauDiscrAgainstMuons_ = fs->make<TH1F>("TauDiscrAgainstMuons", "TauDiscrAgainstMuons", 103, -0.015, 1.015);
137 
138  //... for Energy, Pt, Eta, Phi of tau-jets passing the discriminatorByIsolation selection
139  hTauJetEnergyIsoPassed_ = fs->make<TH1F>("TauJetEnergyIsoPassed", "TauJetEnergyIsoPassed", 30, 0., 150.);
140  hTauJetPtIsoPassed_ = fs->make<TH1F>("TauJetPtIsoPassed", "TauJetPtIsoPassed", 30, 0., 150.);
141  hTauJetEtaIsoPassed_ = fs->make<TH1F>("TauJetEtaIsoPassed", "TauJetEtaIsoPassed", 24, -3., +3.);
142  hTauJetPhiIsoPassed_ = fs->make<TH1F>("TauJetPhiIsoPassed", "TauJetPhiIsoPassed", 18, -TMath::Pi(), +TMath::Pi());
143 
144  //... for Energy, Pt, Eta, Phi of tau-jets passing the discriminatorByTaNC ("Tau Neural Classifier") selection
145  hTauJetEnergyTaNCpassed_ = fs->make<TH1F>("TauJetEnergyTaNCpassed", "TauJetEnergyTaNCpassed", 30, 0., 150.);
146  hTauJetPtTaNCpassed_ = fs->make<TH1F>("TauJetPtTaNCpassed", "TauJetPtTaNCpassed", 30, 0., 150.);
147  hTauJetEtaTaNCpassed_ = fs->make<TH1F>("TauJetEtaTaNCpassed", "TauJetEtaTaNCpassed", 24, -3., +3.);
148  hTauJetPhiTaNCpassed_ = fs->make<TH1F>("TauJetPhiTaNCpassed", "TauJetPhiTaNCpassed", 18, -TMath::Pi(), +TMath::Pi());
149 }
const double Pi
TH1 * hTauDiscrAgainstMuons_
TH1 * hTauDiscrByTaNC_
TH1 * hTauNumIsoConeTracks_
T * make(const Args &...args) const
make new ROOT object
Definition: TFileService.h:64
TH1 * hTauDiscrAgainstElectrons_
TH1 * hTauJetEnergyIsoPassed_
TH1 * hTauLeadTrackPt_
TH1 * hTauJetPtTaNCpassed_
TH1 * hTauJetEnergyTaNCpassed_
TH1 * hTauJetPtIsoPassed_
TH1 * hTauNumSigConeTracks_
TH1 * hTauJetPhiTaNCpassed_
TH1 * hTauJetEtaIsoPassed_
TH1 * hTauJetPhiIsoPassed_
TH1 * hTauJetEtaTaNCpassed_
void PatTauAnalyzer::endJob ( void  )
overridevirtual

Reimplemented from edm::EDAnalyzer.

Definition at line 255 of file PatTauAnalyzer.cc.

References DEFINE_FWK_MODULE.

255  {
256  //--- nothing to be done yet...
257 }

Member Data Documentation

std::string PatTauAnalyzer::discrByIso_
private

Definition at line 34 of file PatTauAnalyzer.h.

Referenced by analyze(), and PatTauAnalyzer().

std::string PatTauAnalyzer::discrByLeadTrack_
private

Definition at line 33 of file PatTauAnalyzer.h.

Referenced by analyze(), and PatTauAnalyzer().

std::string PatTauAnalyzer::discrByTaNC_
private

Definition at line 35 of file PatTauAnalyzer.h.

Referenced by analyze(), and PatTauAnalyzer().

TH1* PatTauAnalyzer::hGenTauEnergy_
private

Definition at line 38 of file PatTauAnalyzer.h.

Referenced by analyze(), and beginJob().

TH1* PatTauAnalyzer::hGenTauEta_
private

Definition at line 40 of file PatTauAnalyzer.h.

Referenced by analyze(), and beginJob().

TH1* PatTauAnalyzer::hGenTauPhi_
private

Definition at line 41 of file PatTauAnalyzer.h.

Referenced by analyze(), and beginJob().

TH1* PatTauAnalyzer::hGenTauPt_
private

Definition at line 39 of file PatTauAnalyzer.h.

Referenced by analyze(), and beginJob().

TH1* PatTauAnalyzer::hNumTauJets_
private

Definition at line 49 of file PatTauAnalyzer.h.

Referenced by analyze(), and beginJob().

TH1* PatTauAnalyzer::hTauDiscrAgainstElectrons_
private

Definition at line 58 of file PatTauAnalyzer.h.

Referenced by beginJob().

TH1* PatTauAnalyzer::hTauDiscrAgainstMuons_
private

Definition at line 59 of file PatTauAnalyzer.h.

Referenced by analyze(), and beginJob().

TH1* PatTauAnalyzer::hTauDiscrByIso_
private

Definition at line 56 of file PatTauAnalyzer.h.

Referenced by analyze(), and beginJob().

TH1* PatTauAnalyzer::hTauDiscrByTaNC_
private

Definition at line 57 of file PatTauAnalyzer.h.

Referenced by analyze(), and beginJob().

TH1* PatTauAnalyzer::hTauJetEnergy_
private

Definition at line 44 of file PatTauAnalyzer.h.

Referenced by analyze(), and beginJob().

TH1* PatTauAnalyzer::hTauJetEnergyIsoPassed_
private

Definition at line 61 of file PatTauAnalyzer.h.

Referenced by analyze(), and beginJob().

TH1* PatTauAnalyzer::hTauJetEnergyTaNCpassed_
private

Definition at line 66 of file PatTauAnalyzer.h.

Referenced by analyze(), and beginJob().

TH1* PatTauAnalyzer::hTauJetEta_
private

Definition at line 46 of file PatTauAnalyzer.h.

TH1* PatTauAnalyzer::hTauJetEtaIsoPassed_
private

Definition at line 63 of file PatTauAnalyzer.h.

Referenced by analyze(), and beginJob().

TH1* PatTauAnalyzer::hTauJetEtaTaNCpassed_
private

Definition at line 68 of file PatTauAnalyzer.h.

Referenced by analyze(), and beginJob().

TH1* PatTauAnalyzer::hTauJetPhi_
private

Definition at line 47 of file PatTauAnalyzer.h.

TH1* PatTauAnalyzer::hTauJetPhiIsoPassed_
private

Definition at line 64 of file PatTauAnalyzer.h.

Referenced by analyze(), and beginJob().

TH1* PatTauAnalyzer::hTauJetPhiTaNCpassed_
private

Definition at line 69 of file PatTauAnalyzer.h.

Referenced by analyze(), and beginJob().

TH1* PatTauAnalyzer::hTauJetPt_
private

Definition at line 45 of file PatTauAnalyzer.h.

Referenced by analyze(), and beginJob().

TH1* PatTauAnalyzer::hTauJetPtIsoPassed_
private

Definition at line 62 of file PatTauAnalyzer.h.

Referenced by analyze(), and beginJob().

TH1* PatTauAnalyzer::hTauJetPtTaNCpassed_
private

Definition at line 67 of file PatTauAnalyzer.h.

Referenced by analyze(), and beginJob().

TH1* PatTauAnalyzer::hTauLeadTrackPt_
private

Definition at line 51 of file PatTauAnalyzer.h.

Referenced by beginJob().

TH1* PatTauAnalyzer::hTauNumIsoConeTracks_
private

Definition at line 54 of file PatTauAnalyzer.h.

Referenced by analyze(), and beginJob().

TH1* PatTauAnalyzer::hTauNumSigConeTracks_
private

Definition at line 53 of file PatTauAnalyzer.h.

Referenced by analyze(), and beginJob().

bool PatTauAnalyzer::requireGenTauMatch_
private

Definition at line 31 of file PatTauAnalyzer.h.

Referenced by analyze(), and PatTauAnalyzer().

edm::InputTag PatTauAnalyzer::src_
private

Definition at line 28 of file PatTauAnalyzer.h.

Referenced by PatTauAnalyzer().

edm::EDGetTokenT<pat::TauCollection> PatTauAnalyzer::srcToken_
private

Definition at line 29 of file PatTauAnalyzer.h.

Referenced by analyze(), and PatTauAnalyzer().