CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Public Attributes
reco::Photon::FiducialFlags Struct Reference

#include <Photon.h>

Public Member Functions

 FiducialFlags ()
 

Public Attributes

bool isEB
 
bool isEBEEGap
 
bool isEBEtaGap
 
bool isEBPhiGap
 
bool isEE
 
bool isEEDeeGap
 
bool isEERingGap
 

Detailed Description

Definition at line 80 of file Photon.h.

Constructor & Destructor Documentation

reco::Photon::FiducialFlags::FiducialFlags ( )
inline

Definition at line 92 of file Photon.h.

92  :
93  isEB(false),
94  isEE(false),
95  isEBEtaGap(false),
96  isEBPhiGap(false),
97  isEERingGap(false),
98  isEEDeeGap(false),
99  isEBEEGap(false)
100 
101  {}

Member Data Documentation

bool reco::Photon::FiducialFlags::isEB

Definition at line 84 of file Photon.h.

Referenced by PhotonIsolationCalculator::calculate(), and reco::Photon::isEB().

bool reco::Photon::FiducialFlags::isEBEEGap

Definition at line 90 of file Photon.h.

Referenced by PhotonIsolationCalculator::calculate(), and reco::Photon::isEBEEGap().

bool reco::Photon::FiducialFlags::isEBEtaGap

Definition at line 86 of file Photon.h.

Referenced by PhotonIsolationCalculator::calculate(), and reco::Photon::isEBEtaGap().

bool reco::Photon::FiducialFlags::isEBPhiGap

Definition at line 87 of file Photon.h.

Referenced by PhotonIsolationCalculator::calculate(), and reco::Photon::isEBPhiGap().

bool reco::Photon::FiducialFlags::isEE

Definition at line 85 of file Photon.h.

Referenced by PhotonIsolationCalculator::calculate(), and reco::Photon::isEE().

bool reco::Photon::FiducialFlags::isEEDeeGap

Definition at line 89 of file Photon.h.

Referenced by PhotonIsolationCalculator::calculate(), and reco::Photon::isEEDeeGap().

bool reco::Photon::FiducialFlags::isEERingGap

Definition at line 88 of file Photon.h.

Referenced by PhotonIsolationCalculator::calculate(), and reco::Photon::isEERingGap().