#include <GsfElectron.h>
Public Member Functions | |
ChargeInfo () | |
Public Attributes | |
bool | isGsfCtfConsistent |
bool | isGsfCtfScPixConsistent |
bool | isGsfScPixConsistent |
int | scPixCharge |
Definition at line 123 of file GsfElectron.h.
reco::GsfElectron::ChargeInfo::ChargeInfo | ( | ) | [inline] |
Definition at line 129 of file GsfElectron.h.
: scPixCharge(0), isGsfCtfScPixConsistent(false), isGsfScPixConsistent(false), isGsfCtfConsistent(false) {}
Definition at line 128 of file GsfElectron.h.
Referenced by GsfElectronAlgo::ElectronData::computeCharge(), and reco::GsfElectron::isGsfCtfChargeConsistent().
Definition at line 126 of file GsfElectron.h.
Referenced by GsfElectronAlgo::ElectronData::computeCharge(), and reco::GsfElectron::isGsfCtfScPixChargeConsistent().
Definition at line 127 of file GsfElectron.h.
Referenced by GsfElectronAlgo::ElectronData::computeCharge(), and reco::GsfElectron::isGsfScPixChargeConsistent().
Definition at line 125 of file GsfElectron.h.
Referenced by GsfElectronAlgo::ElectronData::computeCharge(), and reco::GsfElectron::scPixCharge().