CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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
 
 EDAnalyzer (const EDAnalyzer &)=delete
 
SerialTaskQueueglobalLuminosityBlocksQueue () final
 
SerialTaskQueueglobalRunsQueue () final
 
const EDAnalyzeroperator= (const EDAnalyzer &)=delete
 
bool wantsGlobalLuminosityBlocks () const final
 
bool wantsGlobalRuns () const final
 
bool wantsInputProcessBlocks () const final
 
bool wantsProcessBlocks () 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
 
std::vector< ESProxyIndex > const & esGetTokenIndicesVector (edm::Transition iTrans) const
 
std::vector< ESRecordIndex >
const & 
esGetTokenRecordIndicesVector (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::array< std::vector< ModuleDescription const * > *, NumBranchTypes > &modulesAll, std::vector< ModuleProcessName > &modulesInPreviousProcesses, 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
 
void selectInputProcessBlocks (ProductRegistry const &productRegistry, ProcessBlockHelperBase const &processBlockHelperBase)
 
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)
 
template<BranchType B = InEvent>
EDConsumerBaseAdaptor< Bconsumes (edm::InputTag tag) noexcept
 
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<Transition Tr = Transition::Event>
constexpr auto esConsumes ()
 
template<Transition Tr = Transition::Event>
auto esConsumes (ESInputTag tag)
 
template<Transition Tr = Transition::Event>
ESGetTokenGeneric esConsumes (eventsetup::EventSetupRecordKey const &iRecord, eventsetup::DataKey const &iKey)
 Used with EventSetupRecord::doGet. More...
 
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)
 
void resetItemsToGetFrom (BranchType iType)
 

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

Definition at line 34 of file PatPhotonSimpleAnalyzer.cc.

Constructor & Destructor Documentation

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

Definition at line 122 of file PatPhotonSimpleAnalyzer.cc.

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

122  {
123  // Read Parameters from configuration file
124 
125  // output filename
126  outputFile_ = ps.getParameter<std::string>("outputFile");
127  // Read variables that must be passed to allow a
128  // supercluster to be placed in histograms as a photon.
129  minPhotonEt_ = ps.getParameter<double>("minPhotonEt");
130  minPhotonAbsEta_ = ps.getParameter<double>("minPhotonAbsEta");
131  maxPhotonAbsEta_ = ps.getParameter<double>("maxPhotonAbsEta");
132  minPhotonR9_ = ps.getParameter<double>("minPhotonR9");
133  maxPhotonHoverE_ = ps.getParameter<double>("maxPhotonHoverE");
134 
135  // Read variable to that decidedes whether
136  // a TTree of photons is created or not
137  createPhotonTTree_ = ps.getParameter<bool>("createPhotonTTree");
138 
139  // open output file to store histograms
140  rootFile_ = TFile::Open(outputFile_.c_str(), "RECREATE");
141 }
T getParameter(std::string const &) const
Definition: ParameterSet.h:303
PatPhotonSimpleAnalyzer::~PatPhotonSimpleAnalyzer ( )
override

Definition at line 146 of file PatPhotonSimpleAnalyzer.cc.

146  {
147  // do anything here that needs to be done at desctruction time
148  // (e.g. close files, deallocate resources etc.)
149 
150  delete rootFile_;
151 }

Member Function Documentation

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

Implements edm::one::EDAnalyzerBase.

Definition at line 205 of file PatPhotonSimpleAnalyzer.cc.

References 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, reco::Photon::isEB(), reco::Photon::isEBEEGap(), reco::Photon::isEBGap(), reco::Photon::isEE(), reco::Photon::isEEGap(), reco::Photon::nTrkHollowConeDR04(), reco::Photon::nTrkSolidConeDR04(), reco::LeafCandidate::phi(), interactiveExample::photons, reco::Photon::r9(), pat::Photon::superCluster(), pat::Photon::trackIso(), reco::Photon::trkSumPtHollowConeDR04(), and reco::Photon::trkSumPtSolidConeDR04().

205  {
206  using namespace std;
207  using namespace edm;
208 
209  // Grab pat::Photon
210  Handle<View<pat::Photon> > photonHandle;
211  evt.getByLabel("selectedLayer1Photons", photonHandle);
212  View<pat::Photon> photons = *photonHandle;
213 
214  int photonCounter = 0;
215 
216  for (int i = 0; i < int(photons.size()); i++) {
217  pat::Photon currentPhoton = photons.at(i);
218 
219  float photonEt = currentPhoton.et();
220  float superClusterEt =
221  (currentPhoton.superCluster()->energy()) / (cosh(currentPhoton.superCluster()->position().eta()));
222 
223  // Only store photon candidates (SuperClusters) that pass some simple cuts
224  bool passCuts = (photonEt > minPhotonEt_) && (fabs(currentPhoton.eta()) > minPhotonAbsEta_) &&
225  (fabs(currentPhoton.eta()) < maxPhotonAbsEta_) && (currentPhoton.r9() > minPhotonR9_) &&
226  (currentPhoton.hadronicOverEm() < maxPhotonHoverE_);
227 
228  if (passCuts) {
230  // fill histograms //
232  // PhotonID Variables
233  h_isoEcalRecHit_->Fill(currentPhoton.ecalRecHitSumEtConeDR04());
234  h_isoHcalRecHit_->Fill(currentPhoton.hcalTowerSumEtConeDR04());
235  h_trk_pt_solid_->Fill(currentPhoton.trkSumPtSolidConeDR04());
236  h_trk_pt_hollow_->Fill(currentPhoton.trkSumPtHollowConeDR04());
237  h_ntrk_solid_->Fill(currentPhoton.nTrkSolidConeDR04());
238  h_ntrk_hollow_->Fill(currentPhoton.nTrkHollowConeDR04());
239  h_ebgap_->Fill(currentPhoton.isEBGap());
240  h_eeGap_->Fill(currentPhoton.isEEGap());
241  h_ebeeGap_->Fill(currentPhoton.isEBEEGap());
242  h_r9_->Fill(currentPhoton.r9());
243 
244  // Photon Variables
245  h_photonEt_->Fill(photonEt);
246  h_photonEta_->Fill(currentPhoton.eta());
247  h_photonPhi_->Fill(currentPhoton.phi());
248  h_hadoverem_->Fill(currentPhoton.hadronicOverEm());
249 
250  // Photon's SuperCluster Variables
251  // eta is with respect to detector (not physics) vertex,
252  // thus Et and eta are different from photon.
253  h_photonScEt_->Fill(superClusterEt);
254  h_photonScEta_->Fill(currentPhoton.superCluster()->position().eta());
255  h_photonScPhi_->Fill(currentPhoton.superCluster()->position().phi());
256  h_photonScEtaWidth_->Fill(currentPhoton.superCluster()->etaWidth());
257 
258  // It passed photon cuts, mark it
259  h_nPassingPho_->Fill(1.0);
260 
262  // fill TTree (optional) //
264  if (createPhotonTTree_) {
269  recPhoton.nTrkSolidCone = currentPhoton.nTrkSolidConeDR04();
270  recPhoton.nTrkHollowCone = currentPhoton.nTrkHollowConeDR04();
271  recPhoton.isEBGap = currentPhoton.isEBGap();
272  recPhoton.isEEGap = currentPhoton.isEEGap();
273  recPhoton.isEBEEGap = currentPhoton.isEBEEGap();
274  recPhoton.r9 = currentPhoton.r9();
275  recPhoton.et = currentPhoton.et();
276  recPhoton.eta = currentPhoton.eta();
277  recPhoton.phi = currentPhoton.phi();
278  recPhoton.hadronicOverEm = currentPhoton.hadronicOverEm();
279  recPhoton.ecalIso = currentPhoton.ecalIso();
280  recPhoton.hcalIso = currentPhoton.hcalIso();
281  recPhoton.trackIso = currentPhoton.trackIso();
282 
283  // Fill the tree (this records all the recPhoton.* since
284  // tree_PhotonAll_ was set to point at that.
285  tree_PhotonAll_->Fill();
286  }
287 
288  // Record whether it was near any module gap.
289  // Very convoluted at the moment.
290  bool inAnyGap = currentPhoton.isEBEEGap() || (currentPhoton.isEB() && currentPhoton.isEBGap()) ||
291  (currentPhoton.isEE() && currentPhoton.isEEGap());
292  if (inAnyGap) {
293  h_photonInAnyGap_->Fill(1.0);
294  } else {
295  h_photonInAnyGap_->Fill(0.0);
296  }
297 
298  photonCounter++;
299  } else {
300  // This didn't pass photon cuts, mark it
301  h_nPassingPho_->Fill(0.0);
302  }
303 
304  } // End Loop over photons
305  h_nPho_->Fill(photonCounter);
306 }
Analysis-level Photon class.
Definition: Photon.h:46
float trackIso() const
Definition: Photon.h:111
bool isEE() const
Definition: Photon.h:125
bool isEBGap() const
true if photon is in EB, and inside the boundaries in super crystals/modules
Definition: Photon.h:127
float hcalTowerSumEtConeDR04(int depth=0) const
Definition: Photon.h:475
float trkSumPtSolidConeDR04() const
Definition: Photon.h:495
bool isEBEEGap() const
true if photon is in boundary between EB and EE
Definition: Photon.h:135
float ecalRecHitSumEtConeDR04() const
Definition: Photon.h:457
float hcalIso() const
Definition: Photon.h:117
int nTrkHollowConeDR04() const
Definition: Photon.h:501
float hadronicOverEm(int depth=0) const
Definition: Photon.h:236
bool getByLabel(InputTag const &tag, Handle< PROD > &result) const
Definition: Event.h:500
bool isEEGap() const
true if photon is in EE, and inside the boundaries in supercrystal/D
Definition: Photon.h:131
float ecalIso() const
Definition: Photon.h:114
int nTrkSolidConeDR04() const
Definition: Photon.h:499
reco::SuperClusterRef superCluster() const override
override the superCluster method from CaloJet, to access the internal storage of the supercluster ...
bool isEB() const
Definition: Photon.h:123
float trkSumPtHollowConeDR04() const
Definition: Photon.h:497
double et() const final
transverse energy
float r9() const
Definition: Photon.h:276
double phi() const final
momentum azimuthal angle
double eta() const final
momentum pseudorapidity
void PatPhotonSimpleAnalyzer::beginJob ( void  )
overridevirtual

Reimplemented from edm::one::EDAnalyzerBase.

Definition at line 156 of file PatPhotonSimpleAnalyzer.cc.

References M_PI.

156  {
157  // go to *OUR* rootfile
158  rootFile_->cd();
159 
160  // Book Histograms
161  // PhotonID Histograms
162  h_isoEcalRecHit_ = new TH1F("photonEcalIso", "Ecal Rec Hit Isolation", 100, 0, 100);
163  h_isoHcalRecHit_ = new TH1F("photonHcalIso", "Hcal Rec Hit Isolation", 100, 0, 100);
164  h_trk_pt_solid_ = new TH1F("photonTrackSolidIso", "Sum of track pT in a cone of #DeltaR", 100, 0, 100);
165  h_trk_pt_hollow_ = new TH1F("photonTrackHollowIso", "Sum of track pT in a hollow cone", 100, 0, 100);
166  h_ntrk_solid_ = new TH1F("photonTrackCountSolid", "Number of tracks in a cone of #DeltaR", 100, 0, 100);
167  h_ntrk_hollow_ = new TH1F("photonTrackCountHollow", "Number of tracks in a hollow cone", 100, 0, 100);
168  h_ebgap_ = new TH1F("photonInEBgap", "Ecal Barrel gap flag", 2, -0.5, 1.5);
169  h_eeGap_ = new TH1F("photonInEEgap", "Ecal Endcap gap flag", 2, -0.5, 1.5);
170  h_ebeeGap_ = new TH1F("photonInEEgap", "Ecal Barrel/Endcap gap flag", 2, -0.5, 1.5);
171  h_r9_ = new TH1F("photonR9", "R9 = E(3x3) / E(SuperCluster)", 300, 0, 3);
172 
173  // Photon Histograms
174  h_photonEt_ = new TH1F("photonEt", "Photon E_{T}", 200, 0, 200);
175  h_photonEta_ = new TH1F("photonEta", "Photon #eta", 200, -4, 4);
176  h_photonPhi_ = new TH1F("photonPhi", "Photon #phi", 200, -1. * M_PI, M_PI);
177  h_hadoverem_ = new TH1F("photonHoverE", "Hadronic over EM", 200, 0, 1);
178 
179  // Photon's SuperCluster Histograms
180  h_photonScEt_ = new TH1F("photonScEt", "Photon SuperCluster E_{T}", 200, 0, 200);
181  h_photonScEta_ = new TH1F("photonScEta", "Photon #eta", 200, -4, 4);
182  h_photonScPhi_ = new TH1F("photonScPhi", "Photon #phi", 200, -1. * M_PI, M_PI);
183  h_photonScEtaWidth_ = new TH1F("photonScEtaWidth", "#eta-width", 100, 0, .1);
184 
185  // Composite or Other Histograms
186  h_photonInAnyGap_ = new TH1F("photonInAnyGap", "Photon in any gap flag", 2, -0.5, 1.5);
187  h_nPassingPho_ = new TH1F("photonPassingCount", "Total number photons (0=NotPassing, 1=Passing)", 2, -0.5, 1.5);
188  h_nPho_ = new TH1F("photonCount", "Number of photons passing cuts in event", 10, 0, 10);
189 
190  // Create a TTree of photons if set to 'True' in config file
191  if (createPhotonTTree_) {
192  tree_PhotonAll_ = new TTree("TreePhotonAll", "Reconstructed Photon");
193  tree_PhotonAll_->Branch(
194  "recPhoton",
196  "isolationEcalRecHit/"
197  "F:isolationHcalRecHit:isolationSolidTrkCone:isolationHollowTrkCone:nTrkSolidCone:nTrkHollowCone:isEBGap:"
198  "isEEGap:isEBEEGap:r9:et:eta:phi:hadronicOverEm:ecalIso:hcalIso:trackIso");
199  }
200 }
#define M_PI
void PatPhotonSimpleAnalyzer::endJob ( void  )
overridevirtual

Reimplemented from edm::one::EDAnalyzerBase.

Definition at line 311 of file PatPhotonSimpleAnalyzer.cc.

311  {
312  // go to *OUR* root file and store histograms
313  rootFile_->cd();
314 
315  // PhotonID Histograms
316  h_isoEcalRecHit_->Write();
317  h_isoHcalRecHit_->Write();
318  h_trk_pt_solid_->Write();
319  h_trk_pt_hollow_->Write();
320  h_ntrk_solid_->Write();
321  h_ntrk_hollow_->Write();
322  h_ebgap_->Write();
323  h_eeGap_->Write();
324  h_ebeeGap_->Write();
325  h_r9_->Write();
326 
327  // Photon Histograms
328  h_photonEt_->Write();
329  h_photonEta_->Write();
330  h_photonPhi_->Write();
331  h_hadoverem_->Write();
332 
333  // Photon's SuperCluster Histograms
334  h_photonScEt_->Write();
335  h_photonScEta_->Write();
336  h_photonScPhi_->Write();
337  h_photonScEtaWidth_->Write();
338 
339  // Composite or Other Histograms
340  h_photonInAnyGap_->Write();
341  h_nPassingPho_->Write();
342  h_nPho_->Write();
343 
344  // Write the root file (really writes the TTree)
345  rootFile_->Write();
346  rootFile_->Close();
347 }

Member Data Documentation

bool PatPhotonSimpleAnalyzer::createPhotonTTree_
private

Definition at line 50 of file PatPhotonSimpleAnalyzer.cc.

TH1F* PatPhotonSimpleAnalyzer::h_ebeeGap_
private

Definition at line 90 of file PatPhotonSimpleAnalyzer.cc.

TH1F* PatPhotonSimpleAnalyzer::h_ebgap_
private

Definition at line 88 of file PatPhotonSimpleAnalyzer.cc.

TH1F* PatPhotonSimpleAnalyzer::h_eeGap_
private

Definition at line 89 of file PatPhotonSimpleAnalyzer.cc.

TH1F* PatPhotonSimpleAnalyzer::h_hadoverem_
private

Definition at line 97 of file PatPhotonSimpleAnalyzer.cc.

TH1F* PatPhotonSimpleAnalyzer::h_isoEcalRecHit_
private

Definition at line 82 of file PatPhotonSimpleAnalyzer.cc.

TH1F* PatPhotonSimpleAnalyzer::h_isoHcalRecHit_
private

Definition at line 83 of file PatPhotonSimpleAnalyzer.cc.

TH1F* PatPhotonSimpleAnalyzer::h_nPassingPho_
private

Definition at line 107 of file PatPhotonSimpleAnalyzer.cc.

TH1F* PatPhotonSimpleAnalyzer::h_nPho_
private

Definition at line 108 of file PatPhotonSimpleAnalyzer.cc.

TH1F* PatPhotonSimpleAnalyzer::h_ntrk_hollow_
private

Definition at line 87 of file PatPhotonSimpleAnalyzer.cc.

TH1F* PatPhotonSimpleAnalyzer::h_ntrk_solid_
private

Definition at line 86 of file PatPhotonSimpleAnalyzer.cc.

TH1F* PatPhotonSimpleAnalyzer::h_photonEt_
private

Definition at line 94 of file PatPhotonSimpleAnalyzer.cc.

TH1F* PatPhotonSimpleAnalyzer::h_photonEta_
private

Definition at line 95 of file PatPhotonSimpleAnalyzer.cc.

TH1F* PatPhotonSimpleAnalyzer::h_photonInAnyGap_
private

Definition at line 106 of file PatPhotonSimpleAnalyzer.cc.

TH1F* PatPhotonSimpleAnalyzer::h_photonPhi_
private

Definition at line 96 of file PatPhotonSimpleAnalyzer.cc.

TH1F* PatPhotonSimpleAnalyzer::h_photonScEt_
private

Definition at line 100 of file PatPhotonSimpleAnalyzer.cc.

TH1F* PatPhotonSimpleAnalyzer::h_photonScEta_
private

Definition at line 101 of file PatPhotonSimpleAnalyzer.cc.

TH1F* PatPhotonSimpleAnalyzer::h_photonScEtaWidth_
private

Definition at line 103 of file PatPhotonSimpleAnalyzer.cc.

TH1F* PatPhotonSimpleAnalyzer::h_photonScPhi_
private

Definition at line 102 of file PatPhotonSimpleAnalyzer.cc.

TH1F* PatPhotonSimpleAnalyzer::h_r9_
private

Definition at line 91 of file PatPhotonSimpleAnalyzer.cc.

TH1F* PatPhotonSimpleAnalyzer::h_trk_pt_hollow_
private

Definition at line 85 of file PatPhotonSimpleAnalyzer.cc.

TH1F* PatPhotonSimpleAnalyzer::h_trk_pt_solid_
private

Definition at line 84 of file PatPhotonSimpleAnalyzer.cc.

double PatPhotonSimpleAnalyzer::maxPhotonAbsEta_
private

Definition at line 47 of file PatPhotonSimpleAnalyzer.cc.

double PatPhotonSimpleAnalyzer::maxPhotonHoverE_
private

Definition at line 49 of file PatPhotonSimpleAnalyzer.cc.

double PatPhotonSimpleAnalyzer::minPhotonAbsEta_
private

Definition at line 46 of file PatPhotonSimpleAnalyzer.cc.

double PatPhotonSimpleAnalyzer::minPhotonEt_
private

Definition at line 45 of file PatPhotonSimpleAnalyzer.cc.

double PatPhotonSimpleAnalyzer::minPhotonR9_
private

Definition at line 48 of file PatPhotonSimpleAnalyzer.cc.

std::string PatPhotonSimpleAnalyzer::outputFile_
private

Definition at line 44 of file PatPhotonSimpleAnalyzer.cc.

struct_recPhoton PatPhotonSimpleAnalyzer::recPhoton
private

Definition at line 74 of file PatPhotonSimpleAnalyzer.cc.

TFile* PatPhotonSimpleAnalyzer::rootFile_
private

Definition at line 77 of file PatPhotonSimpleAnalyzer.cc.

TTree* PatPhotonSimpleAnalyzer::tree_PhotonAll_
private

Definition at line 111 of file PatPhotonSimpleAnalyzer.cc.