CMS 3D CMS Logo

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 100 of file Photon.h.

Constructor & Destructor Documentation

◆ FiducialFlags()

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

Definition at line 110 of file Photon.h.

111  : isEB(false),
112  isEE(false),
113  isEBEtaGap(false),
114  isEBPhiGap(false),
115  isEERingGap(false),
116  isEEDeeGap(false),
117  isEBEEGap(false)
118 
119  {}

Member Data Documentation

◆ isEB

bool reco::Photon::FiducialFlags::isEB

◆ isEBEEGap

bool reco::Photon::FiducialFlags::isEBEEGap

Definition at line 108 of file Photon.h.

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

◆ isEBEtaGap

bool reco::Photon::FiducialFlags::isEBEtaGap

Definition at line 104 of file Photon.h.

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

◆ isEBPhiGap

bool reco::Photon::FiducialFlags::isEBPhiGap

Definition at line 105 of file Photon.h.

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

◆ isEE

bool reco::Photon::FiducialFlags::isEE

◆ isEEDeeGap

bool reco::Photon::FiducialFlags::isEEDeeGap

Definition at line 107 of file Photon.h.

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

◆ isEERingGap

bool reco::Photon::FiducialFlags::isEERingGap

Definition at line 106 of file Photon.h.

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