#include <Photon.h>
Public Member Functions | |
FiducialFlags () | |
Public Attributes | |
bool | isEB |
bool | isEBEEGap |
bool | isEBEtaGap |
bool | isEBPhiGap |
bool | isEE |
bool | isEEDeeGap |
bool | isEERingGap |
reco::Photon::FiducialFlags::FiducialFlags | ( | ) | [inline] |
Definition at line 93 of file Photon.h.
: isEB(false), isEE(false), isEBEtaGap(false), isEBPhiGap(false), isEERingGap(false), isEEDeeGap(false), isEBEEGap(false) {}
Definition at line 85 of file Photon.h.
Referenced by PhotonIsolationCalculator::calculate(), and reco::Photon::isEB().
Definition at line 91 of file Photon.h.
Referenced by PhotonIsolationCalculator::calculate(), and reco::Photon::isEBEEGap().
Definition at line 87 of file Photon.h.
Referenced by PhotonIsolationCalculator::calculate(), and reco::Photon::isEBEtaGap().
Definition at line 88 of file Photon.h.
Referenced by PhotonIsolationCalculator::calculate(), and reco::Photon::isEBPhiGap().
Definition at line 86 of file Photon.h.
Referenced by PhotonIsolationCalculator::calculate(), and reco::Photon::isEE().
Definition at line 90 of file Photon.h.
Referenced by PhotonIsolationCalculator::calculate(), and reco::Photon::isEEDeeGap().
Definition at line 89 of file Photon.h.
Referenced by PhotonIsolationCalculator::calculate(), and reco::Photon::isEERingGap().