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 323 of file GsfElectron.h.


Constructor & Destructor Documentation

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

Definition at line 332 of file GsfElectron.h.

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

Member Data Documentation

Definition at line 325 of file GsfElectron.h.

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

Definition at line 327 of file GsfElectron.h.

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

Definition at line 326 of file GsfElectron.h.

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