#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 323 of file GsfElectron.h.
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) {}
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 328 of file GsfElectron.h.
Referenced by GsfElectronAlgo::createElectron(), and reco::GsfElectron::isEBEtaGap().
Definition at line 329 of file GsfElectron.h.
Referenced by GsfElectronAlgo::createElectron(), and reco::GsfElectron::isEBPhiGap().
Definition at line 326 of file GsfElectron.h.
Referenced by GsfElectronAlgo::createElectron(), and reco::GsfElectron::isEE().
Definition at line 330 of file GsfElectron.h.
Referenced by GsfElectronAlgo::createElectron(), and reco::GsfElectron::isEEDeeGap().
Definition at line 331 of file GsfElectron.h.
Referenced by GsfElectronAlgo::createElectron(), and reco::GsfElectron::isEERingGap().