CMS 3D CMS Logo

Public Member Functions | Public Attributes

reco::GsfElectron::FiducialFlags Struct Reference

#include <GsfElectron.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 313 of file GsfElectron.h.


Constructor & Destructor Documentation

reco::GsfElectron::FiducialFlags::FiducialFlags ( ) [inline]

Definition at line 322 of file GsfElectron.h.

       : isEB(false), isEE(false), isEBEEGap(false),
         isEBEtaGap(false), isEBPhiGap(false),
             isEEDeeGap(false), isEERingGap(false)
           {}

Member Data Documentation

Definition at line 315 of file GsfElectron.h.

Referenced by GsfElectronAlgo::createElectron(), and reco::GsfElectron::isEB().

Definition at line 317 of file GsfElectron.h.

Referenced by GsfElectronAlgo::createElectron(), and reco::GsfElectron::isEBEEGap().

Definition at line 316 of file GsfElectron.h.

Referenced by GsfElectronAlgo::createElectron(), and reco::GsfElectron::isEE().