CMS 3D CMS Logo

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

#include <RecoEgamma/PhotonIdentification/test/PatPhotonSimpleAnalyzer.cc>

Inheritance diagram for PatPhotonSimpleAnalyzer:
edm::one::EDAnalyzer<> edm::one::EDAnalyzerBase edm::EDConsumerBase

Classes

struct  struct_recPhoton
 

Public Member Functions

void analyze (const edm::Event &, const edm::EventSetup &) override
 
void beginJob () override
 
void endJob () override
 
 PatPhotonSimpleAnalyzer (const edm::ParameterSet &)
 
 ~PatPhotonSimpleAnalyzer () override
 
- Public Member Functions inherited from edm::one::EDAnalyzer<>
 EDAnalyzer ()=default
 
SerialTaskQueueglobalLuminosityBlocksQueue () final
 
SerialTaskQueueglobalRunsQueue () final
 
bool wantsGlobalLuminosityBlocks () const final
 
bool wantsGlobalRuns () const final
 
- Public Member Functions inherited from edm::one::EDAnalyzerBase
void callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func)
 
 EDAnalyzerBase ()
 
ModuleDescription const & moduleDescription () const
 
bool wantsStreamLuminosityBlocks () const
 
bool wantsStreamRuns () const
 
 ~EDAnalyzerBase () override
 
- Public Member Functions inherited from edm::EDConsumerBase
std::vector< ConsumesInfoconsumesInfo () const
 
void convertCurrentProcessAlias (std::string const &processName)
 Convert "@currentProcess" in InputTag process names to the actual current process name. More...
 
 EDConsumerBase ()
 
 EDConsumerBase (EDConsumerBase const &)=delete
 
 EDConsumerBase (EDConsumerBase &&)=default
 
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

bool createPhotonTTree_
 
TH1F * h_ebeeGap_
 
TH1F * h_ebgap_
 
TH1F * h_eeGap_
 
TH1F * h_hadoverem_
 
TH1F * h_isoEcalRecHit_
 
TH1F * h_isoHcalRecHit_
 
TH1F * h_nPassingPho_
 
TH1F * h_nPho_
 
TH1F * h_ntrk_hollow_
 
TH1F * h_ntrk_solid_
 
TH1F * h_photonEt_
 
TH1F * h_photonEta_
 
TH1F * h_photonInAnyGap_
 
TH1F * h_photonPhi_
 
TH1F * h_photonScEt_
 
TH1F * h_photonScEta_
 
TH1F * h_photonScEtaWidth_
 
TH1F * h_photonScPhi_
 
TH1F * h_r9_
 
TH1F * h_trk_pt_hollow_
 
TH1F * h_trk_pt_solid_
 
double maxPhotonAbsEta_
 
double maxPhotonHoverE_
 
double minPhotonAbsEta_
 
double minPhotonEt_
 
double minPhotonR9_
 
std::string outputFile_
 
struct_recPhoton recPhoton
 
TFile * rootFile_
 
TTree * tree_PhotonAll_
 

Additional Inherited Members

- Public Types inherited from edm::one::EDAnalyzerBase
typedef EDAnalyzerBase ModuleType
 
- Public Types inherited from edm::EDConsumerBase
typedef ProductLabels Labels
 
- Static Public Member Functions inherited from edm::one::EDAnalyzerBase
static const std::string & baseType ()
 
static void fillDescriptions (ConfigurationDescriptions &descriptions)
 
static void prevalidate (ConfigurationDescriptions &descriptions)
 
- 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

Description: Generate various histograms for cuts and important photon ID parameters using a data sample of photons in QCD events.

Implementation: <Notes on="" implementation>="">

Description: Analyzer to make a load of histograms for the improvement of the PhotonID object

Implementation: \

Author
: J. Stilley, A. Askew May 2008

Definition at line 36 of file PatPhotonSimpleAnalyzer.h.

Constructor & Destructor Documentation

PatPhotonSimpleAnalyzer::PatPhotonSimpleAnalyzer ( const edm::ParameterSet ps)
explicit

Definition at line 44 of file PatPhotonSimpleAnalyzer.cc.

References edm::ParameterSet::getParameter(), and AlCaHLTBitMon_QueryRunRegistry::string.

44  {
45  // Read Parameters from configuration file
46 
47  // output filename
48  outputFile_ = ps.getParameter<std::string>("outputFile");
49  // Read variables that must be passed to allow a
50  // supercluster to be placed in histograms as a photon.
51  minPhotonEt_ = ps.getParameter<double>("minPhotonEt");
52  minPhotonAbsEta_ = ps.getParameter<double>("minPhotonAbsEta");
53  maxPhotonAbsEta_ = ps.getParameter<double>("maxPhotonAbsEta");
54  minPhotonR9_ = ps.getParameter<double>("minPhotonR9");
55  maxPhotonHoverE_ = ps.getParameter<double>("maxPhotonHoverE");
56 
57  // Read variable to that decidedes whether
58  // a TTree of photons is created or not
59  createPhotonTTree_ = ps.getParameter<bool>("createPhotonTTree");
60 
61  // open output file to store histograms
62  rootFile_ = TFile::Open(outputFile_.c_str(), "RECREATE");
63 }
T getParameter(std::string const &) const
PatPhotonSimpleAnalyzer::~PatPhotonSimpleAnalyzer ( )
override

Definition at line 68 of file PatPhotonSimpleAnalyzer.cc.

68  {
69  // do anything here that needs to be done at desctruction time
70  // (e.g. close files, deallocate resources etc.)
71 
72  delete rootFile_;
73 }

Member Function Documentation

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

Definition at line 127 of file PatPhotonSimpleAnalyzer.cc.

References edm::View< T >::at(), pat::Photon::ecalIso(), reco::Photon::ecalRecHitSumEtConeDR04(), reco::LeafCandidate::et(), reco::LeafCandidate::eta(), edm::Event::getByLabel(), reco::Photon::hadronicOverEm(), pat::Photon::hcalIso(), reco::Photon::hcalTowerSumEtConeDR04(), mps_fire::i, createfilelist::int, reco::Photon::isEB(), reco::Photon::isEBEEGap(), reco::Photon::isEBGap(), reco::Photon::isEE(), reco::Photon::isEEGap(), reco::Photon::nTrkHollowConeDR04(), reco::Photon::nTrkSolidConeDR04(), reco::LeafCandidate::phi(), BPHMonitor_cfi::photons, reco::Photon::r9(), edm::View< T >::size(), pat::Photon::superCluster(), pat::Photon::trackIso(), reco::Photon::trkSumPtHollowConeDR04(), and reco::Photon::trkSumPtSolidConeDR04().

127  {
128  using namespace std;
129  using namespace edm;
130 
131  // Grab pat::Photon
132  Handle<View<pat::Photon> > photonHandle;
133  evt.getByLabel("selectedLayer1Photons", photonHandle);
134  View<pat::Photon> photons = *photonHandle;
135 
136  int photonCounter = 0;
137 
138  for (int i = 0; i < int(photons.size()); i++) {
139  pat::Photon currentPhoton = photons.at(i);
140 
141  float photonEt = currentPhoton.et();
142  float superClusterEt =
143  (currentPhoton.superCluster()->energy()) / (cosh(currentPhoton.superCluster()->position().eta()));
144 
145  // Only store photon candidates (SuperClusters) that pass some simple cuts
146  bool passCuts = (photonEt > minPhotonEt_) && (fabs(currentPhoton.eta()) > minPhotonAbsEta_) &&
147  (fabs(currentPhoton.eta()) < maxPhotonAbsEta_) && (currentPhoton.r9() > minPhotonR9_) &&
148  (currentPhoton.hadronicOverEm() < maxPhotonHoverE_);
149 
150  if (passCuts) {
152  // fill histograms //
154  // PhotonID Variables
155  h_isoEcalRecHit_->Fill(currentPhoton.ecalRecHitSumEtConeDR04());
156  h_isoHcalRecHit_->Fill(currentPhoton.hcalTowerSumEtConeDR04());
157  h_trk_pt_solid_->Fill(currentPhoton.trkSumPtSolidConeDR04());
158  h_trk_pt_hollow_->Fill(currentPhoton.trkSumPtHollowConeDR04());
159  h_ntrk_solid_->Fill(currentPhoton.nTrkSolidConeDR04());
160  h_ntrk_hollow_->Fill(currentPhoton.nTrkHollowConeDR04());
161  h_ebgap_->Fill(currentPhoton.isEBGap());
162  h_eeGap_->Fill(currentPhoton.isEEGap());
163  h_ebeeGap_->Fill(currentPhoton.isEBEEGap());
164  h_r9_->Fill(currentPhoton.r9());
165 
166  // Photon Variables
167  h_photonEt_->Fill(photonEt);
168  h_photonEta_->Fill(currentPhoton.eta());
169  h_photonPhi_->Fill(currentPhoton.phi());
170  h_hadoverem_->Fill(currentPhoton.hadronicOverEm());
171 
172  // Photon's SuperCluster Variables
173  // eta is with respect to detector (not physics) vertex,
174  // thus Et and eta are different from photon.
175  h_photonScEt_->Fill(superClusterEt);
176  h_photonScEta_->Fill(currentPhoton.superCluster()->position().eta());
177  h_photonScPhi_->Fill(currentPhoton.superCluster()->position().phi());
178  h_photonScEtaWidth_->Fill(currentPhoton.superCluster()->etaWidth());
179 
180  // It passed photon cuts, mark it
181  h_nPassingPho_->Fill(1.0);
182 
184  // fill TTree (optional) //
186  if (createPhotonTTree_) {
191  recPhoton.nTrkSolidCone = currentPhoton.nTrkSolidConeDR04();
192  recPhoton.nTrkHollowCone = currentPhoton.nTrkHollowConeDR04();
193  recPhoton.isEBGap = currentPhoton.isEBGap();
194  recPhoton.isEEGap = currentPhoton.isEEGap();
195  recPhoton.isEBEEGap = currentPhoton.isEBEEGap();
196  recPhoton.r9 = currentPhoton.r9();
197  recPhoton.et = currentPhoton.et();
198  recPhoton.eta = currentPhoton.eta();
199  recPhoton.phi = currentPhoton.phi();
200  recPhoton.hadronicOverEm = currentPhoton.hadronicOverEm();
201  recPhoton.ecalIso = currentPhoton.ecalIso();
202  recPhoton.hcalIso = currentPhoton.hcalIso();
203  recPhoton.trackIso = currentPhoton.trackIso();
204 
205  // Fill the tree (this records all the recPhoton.* since
206  // tree_PhotonAll_ was set to point at that.
207  tree_PhotonAll_->Fill();
208  }
209 
210  // Record whether it was near any module gap.
211  // Very convoluted at the moment.
212  bool inAnyGap = currentPhoton.isEBEEGap() || (currentPhoton.isEB() && currentPhoton.isEBGap()) ||
213  (currentPhoton.isEE() && currentPhoton.isEEGap());
214  if (inAnyGap) {
215  h_photonInAnyGap_->Fill(1.0);
216  } else {
217  h_photonInAnyGap_->Fill(0.0);
218  }
219 
220  photonCounter++;
221  } else {
222  // This didn't pass photon cuts, mark it
223  h_nPassingPho_->Fill(0.0);
224  }
225 
226  } // End Loop over photons
227  h_nPho_->Fill(photonCounter);
228 }
float hcalTowerSumEtConeDR04() const
Hcal isolation sum.
Definition: Photon.h:412
Analysis-level Photon class.
Definition: Photon.h:46
float trackIso() const
Definition: Photon.h:111
double eta() const final
momentum pseudorapidity
bool isEE() const
Definition: Photon.h:121
bool isEBGap() const
true if photon is in EB, and inside the boundaries in super crystals/modules
Definition: Photon.h:123
float trkSumPtSolidConeDR04() const
Definition: Photon.h:424
bool isEBEEGap() const
true if photon is in boundary between EB and EE
Definition: Photon.h:131
size_type size() const
float ecalRecHitSumEtConeDR04() const
Definition: Photon.h:410
float hcalIso() const
Definition: Photon.h:117
reco::SuperClusterRef superCluster() const override
override the superCluster method from CaloJet, to access the internal storage of the supercluster ...
double et() const final
transverse energy
int nTrkHollowConeDR04() const
Definition: Photon.h:430
float hadronicOverEm() const
the total hadronic over electromagnetic fraction
Definition: Photon.h:208
bool getByLabel(InputTag const &tag, Handle< PROD > &result) const
Definition: Event.h:488
bool isEEGap() const
true if photon is in EE, and inside the boundaries in supercrystal/D
Definition: Photon.h:127
float ecalIso() const
Definition: Photon.h:114
int nTrkSolidConeDR04() const
Definition: Photon.h:428
bool isEB() const
Definition: Photon.h:119
float trkSumPtHollowConeDR04() const
Definition: Photon.h:426
HLT enums.
float r9() const
Definition: Photon.h:240
const_reference at(size_type pos) const
double phi() const final
momentum azimuthal angle
void PatPhotonSimpleAnalyzer::beginJob ( void  )
overridevirtual

Reimplemented from edm::one::EDAnalyzerBase.

Definition at line 78 of file PatPhotonSimpleAnalyzer.cc.

References Pi.

78  {
79  // go to *OUR* rootfile
80  rootFile_->cd();
81 
82  // Book Histograms
83  // PhotonID Histograms
84  h_isoEcalRecHit_ = new TH1F("photonEcalIso", "Ecal Rec Hit Isolation", 100, 0, 100);
85  h_isoHcalRecHit_ = new TH1F("photonHcalIso", "Hcal Rec Hit Isolation", 100, 0, 100);
86  h_trk_pt_solid_ = new TH1F("photonTrackSolidIso", "Sum of track pT in a cone of #DeltaR", 100, 0, 100);
87  h_trk_pt_hollow_ = new TH1F("photonTrackHollowIso", "Sum of track pT in a hollow cone", 100, 0, 100);
88  h_ntrk_solid_ = new TH1F("photonTrackCountSolid", "Number of tracks in a cone of #DeltaR", 100, 0, 100);
89  h_ntrk_hollow_ = new TH1F("photonTrackCountHollow", "Number of tracks in a hollow cone", 100, 0, 100);
90  h_ebgap_ = new TH1F("photonInEBgap", "Ecal Barrel gap flag", 2, -0.5, 1.5);
91  h_eeGap_ = new TH1F("photonInEEgap", "Ecal Endcap gap flag", 2, -0.5, 1.5);
92  h_ebeeGap_ = new TH1F("photonInEEgap", "Ecal Barrel/Endcap gap flag", 2, -0.5, 1.5);
93  h_r9_ = new TH1F("photonR9", "R9 = E(3x3) / E(SuperCluster)", 300, 0, 3);
94 
95  // Photon Histograms
96  h_photonEt_ = new TH1F("photonEt", "Photon E_{T}", 200, 0, 200);
97  h_photonEta_ = new TH1F("photonEta", "Photon #eta", 200, -4, 4);
98  h_photonPhi_ = new TH1F("photonPhi", "Photon #phi", 200, -1. * TMath::Pi(), TMath::Pi());
99  h_hadoverem_ = new TH1F("photonHoverE", "Hadronic over EM", 200, 0, 1);
100 
101  // Photon's SuperCluster Histograms
102  h_photonScEt_ = new TH1F("photonScEt", "Photon SuperCluster E_{T}", 200, 0, 200);
103  h_photonScEta_ = new TH1F("photonScEta", "Photon #eta", 200, -4, 4);
104  h_photonScPhi_ = new TH1F("photonScPhi", "Photon #phi", 200, -1. * TMath::Pi(), TMath::Pi());
105  h_photonScEtaWidth_ = new TH1F("photonScEtaWidth", "#eta-width", 100, 0, .1);
106 
107  // Composite or Other Histograms
108  h_photonInAnyGap_ = new TH1F("photonInAnyGap", "Photon in any gap flag", 2, -0.5, 1.5);
109  h_nPassingPho_ = new TH1F("photonPassingCount", "Total number photons (0=NotPassing, 1=Passing)", 2, -0.5, 1.5);
110  h_nPho_ = new TH1F("photonCount", "Number of photons passing cuts in event", 10, 0, 10);
111 
112  // Create a TTree of photons if set to 'True' in config file
113  if (createPhotonTTree_) {
114  tree_PhotonAll_ = new TTree("TreePhotonAll", "Reconstructed Photon");
115  tree_PhotonAll_->Branch(
116  "recPhoton",
118  "isolationEcalRecHit/"
119  "F:isolationHcalRecHit:isolationSolidTrkCone:isolationHollowTrkCone:nTrkSolidCone:nTrkHollowCone:isEBGap:"
120  "isEEGap:isEBEEGap:r9:et:eta:phi:hadronicOverEm:ecalIso:hcalIso:trackIso");
121  }
122 }
const double Pi
void PatPhotonSimpleAnalyzer::endJob ( void  )
overridevirtual

Reimplemented from edm::one::EDAnalyzerBase.

Definition at line 233 of file PatPhotonSimpleAnalyzer.cc.

233  {
234  // go to *OUR* root file and store histograms
235  rootFile_->cd();
236 
237  // PhotonID Histograms
238  h_isoEcalRecHit_->Write();
239  h_isoHcalRecHit_->Write();
240  h_trk_pt_solid_->Write();
241  h_trk_pt_hollow_->Write();
242  h_ntrk_solid_->Write();
243  h_ntrk_hollow_->Write();
244  h_ebgap_->Write();
245  h_eeGap_->Write();
246  h_ebeeGap_->Write();
247  h_r9_->Write();
248 
249  // Photon Histograms
250  h_photonEt_->Write();
251  h_photonEta_->Write();
252  h_photonPhi_->Write();
253  h_hadoverem_->Write();
254 
255  // Photon's SuperCluster Histograms
256  h_photonScEt_->Write();
257  h_photonScEta_->Write();
258  h_photonScPhi_->Write();
259  h_photonScEtaWidth_->Write();
260 
261  // Composite or Other Histograms
262  h_photonInAnyGap_->Write();
263  h_nPassingPho_->Write();
264  h_nPho_->Write();
265 
266  // Write the root file (really writes the TTree)
267  rootFile_->Write();
268  rootFile_->Close();
269 }

Member Data Documentation

bool PatPhotonSimpleAnalyzer::createPhotonTTree_
private

Definition at line 52 of file PatPhotonSimpleAnalyzer.h.

TH1F* PatPhotonSimpleAnalyzer::h_ebeeGap_
private

Definition at line 92 of file PatPhotonSimpleAnalyzer.h.

TH1F* PatPhotonSimpleAnalyzer::h_ebgap_
private

Definition at line 90 of file PatPhotonSimpleAnalyzer.h.

TH1F* PatPhotonSimpleAnalyzer::h_eeGap_
private

Definition at line 91 of file PatPhotonSimpleAnalyzer.h.

TH1F* PatPhotonSimpleAnalyzer::h_hadoverem_
private

Definition at line 99 of file PatPhotonSimpleAnalyzer.h.

TH1F* PatPhotonSimpleAnalyzer::h_isoEcalRecHit_
private

Definition at line 84 of file PatPhotonSimpleAnalyzer.h.

TH1F* PatPhotonSimpleAnalyzer::h_isoHcalRecHit_
private

Definition at line 85 of file PatPhotonSimpleAnalyzer.h.

TH1F* PatPhotonSimpleAnalyzer::h_nPassingPho_
private

Definition at line 109 of file PatPhotonSimpleAnalyzer.h.

TH1F* PatPhotonSimpleAnalyzer::h_nPho_
private

Definition at line 110 of file PatPhotonSimpleAnalyzer.h.

TH1F* PatPhotonSimpleAnalyzer::h_ntrk_hollow_
private

Definition at line 89 of file PatPhotonSimpleAnalyzer.h.

TH1F* PatPhotonSimpleAnalyzer::h_ntrk_solid_
private

Definition at line 88 of file PatPhotonSimpleAnalyzer.h.

TH1F* PatPhotonSimpleAnalyzer::h_photonEt_
private

Definition at line 96 of file PatPhotonSimpleAnalyzer.h.

TH1F* PatPhotonSimpleAnalyzer::h_photonEta_
private

Definition at line 97 of file PatPhotonSimpleAnalyzer.h.

TH1F* PatPhotonSimpleAnalyzer::h_photonInAnyGap_
private

Definition at line 108 of file PatPhotonSimpleAnalyzer.h.

TH1F* PatPhotonSimpleAnalyzer::h_photonPhi_
private

Definition at line 98 of file PatPhotonSimpleAnalyzer.h.

TH1F* PatPhotonSimpleAnalyzer::h_photonScEt_
private

Definition at line 102 of file PatPhotonSimpleAnalyzer.h.

TH1F* PatPhotonSimpleAnalyzer::h_photonScEta_
private

Definition at line 103 of file PatPhotonSimpleAnalyzer.h.

TH1F* PatPhotonSimpleAnalyzer::h_photonScEtaWidth_
private

Definition at line 105 of file PatPhotonSimpleAnalyzer.h.

TH1F* PatPhotonSimpleAnalyzer::h_photonScPhi_
private

Definition at line 104 of file PatPhotonSimpleAnalyzer.h.

TH1F* PatPhotonSimpleAnalyzer::h_r9_
private

Definition at line 93 of file PatPhotonSimpleAnalyzer.h.

TH1F* PatPhotonSimpleAnalyzer::h_trk_pt_hollow_
private

Definition at line 87 of file PatPhotonSimpleAnalyzer.h.

TH1F* PatPhotonSimpleAnalyzer::h_trk_pt_solid_
private

Definition at line 86 of file PatPhotonSimpleAnalyzer.h.

double PatPhotonSimpleAnalyzer::maxPhotonAbsEta_
private

Definition at line 49 of file PatPhotonSimpleAnalyzer.h.

double PatPhotonSimpleAnalyzer::maxPhotonHoverE_
private

Definition at line 51 of file PatPhotonSimpleAnalyzer.h.

double PatPhotonSimpleAnalyzer::minPhotonAbsEta_
private

Definition at line 48 of file PatPhotonSimpleAnalyzer.h.

double PatPhotonSimpleAnalyzer::minPhotonEt_
private

Definition at line 47 of file PatPhotonSimpleAnalyzer.h.

double PatPhotonSimpleAnalyzer::minPhotonR9_
private

Definition at line 50 of file PatPhotonSimpleAnalyzer.h.

std::string PatPhotonSimpleAnalyzer::outputFile_
private

Definition at line 46 of file PatPhotonSimpleAnalyzer.h.

struct_recPhoton PatPhotonSimpleAnalyzer::recPhoton
private

Definition at line 76 of file PatPhotonSimpleAnalyzer.h.

TFile* PatPhotonSimpleAnalyzer::rootFile_
private

Definition at line 79 of file PatPhotonSimpleAnalyzer.h.

TTree* PatPhotonSimpleAnalyzer::tree_PhotonAll_
private

Definition at line 113 of file PatPhotonSimpleAnalyzer.h.