CMS 3D CMS Logo

Public Member Functions | Public Attributes

reco::Photon::FiducialFlags Struct Reference

#include <Photon.h>

List of all members.

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


Constructor & Destructor Documentation

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)
           
      {}

Member Data Documentation

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().