#include <GsfElectron.h>
Public Member Functions | |
FiducialFlags () | |
Public Attributes | |
bool | isEB |
bool | isEBEEGap |
bool | isEBEtaGap |
bool | isEBPhiGap |
bool | isEE |
bool | isEEDeeGap |
bool | isEERingGap |
Definition at line 313 of file GsfElectron.h.
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) {}
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 318 of file GsfElectron.h.
Referenced by GsfElectronAlgo::createElectron(), and reco::GsfElectron::isEBEtaGap().
Definition at line 319 of file GsfElectron.h.
Referenced by GsfElectronAlgo::createElectron(), and reco::GsfElectron::isEBPhiGap().
Definition at line 316 of file GsfElectron.h.
Referenced by GsfElectronAlgo::createElectron(), and reco::GsfElectron::isEE().
Definition at line 320 of file GsfElectron.h.
Referenced by GsfElectronAlgo::createElectron(), and reco::GsfElectron::isEEDeeGap().
Definition at line 321 of file GsfElectron.h.
Referenced by GsfElectronAlgo::createElectron(), and reco::GsfElectron::isEERingGap().