Public Member Functions | |
CandidateType | candidateType () const final |
GsfEleE2x5OverE5x5Cut (const edm::ParameterSet ¶ms) | |
result_type | operator() (const reco::GsfElectronPtr &) const final |
double | value (const reco::CandidatePtr &cand) const final |
Public Member Functions inherited from CutApplicatorBase | |
virtual result_type | asCandidate (const argument_type &) const |
CutApplicatorBase () | |
CutApplicatorBase (const edm::ParameterSet &c) | |
CutApplicatorBase (const CutApplicatorBase &)=delete | |
const std::string & | name () const override |
result_type | operator() (const argument_type &) const override final |
virtual result_type | operator() (const pat::ElectronPtr &) const |
virtual result_type | operator() (const reco::PhotonPtr &) const |
virtual result_type | operator() (const pat::PhotonPtr &) const |
virtual result_type | operator() (const reco::MuonPtr &) const |
virtual result_type | operator() (const pat::MuonPtr &) const |
virtual result_type | operator() (const reco::PFTauPtr &) const |
virtual result_type | operator() (const pat::TauPtr &) const |
CutApplicatorBase & | operator= (const CutApplicatorBase &)=delete |
~CutApplicatorBase () override | |
Destructor. More... | |
Public Member Functions inherited from candidate_functions::CandidateCut | |
CandidateCut () | |
virtual | ~CandidateCut () |
Private Attributes | |
EBEECutValues | minE1x5OverE5x5_ |
EBEECutValues | minE2x5OverE5x5_ |
Additional Inherited Members | |
Public Types inherited from CutApplicatorBase | |
enum | CandidateType { NONE, ELECTRON, MUON, PHOTON, TAU, PATELECTRON, PATMUON, PATPHOTON, PATTAU } |
Definition at line 5 of file GsfEleE2x5OverE5x5Cut.cc.
|
inline |
Definition at line 7 of file GsfEleE2x5OverE5x5Cut.cc.
References operator()(), and value().
|
inlinefinalvirtual |
Reimplemented from CutApplicatorBase.
Definition at line 16 of file GsfEleE2x5OverE5x5Cut.cc.
References CutApplicatorBase::ELECTRON.
|
finalvirtual |
Reimplemented from CutApplicatorBase.
Definition at line 33 of file GsfEleE2x5OverE5x5Cut.cc.
References reco::GsfElectron::e1x5(), reco::GsfElectron::e2x5Max(), reco::GsfElectron::e5x5(), minE1x5OverE5x5_, and minE2x5OverE5x5_.
Referenced by GsfEleE2x5OverE5x5Cut().
|
finalvirtual |
Implements candidate_functions::CandidateCut.
Definition at line 40 of file GsfEleE2x5OverE5x5Cut.cc.
References reco::GsfElectron::e1x5(), and reco::GsfElectron::e2x5Max().
Referenced by GsfEleE2x5OverE5x5Cut().
|
private |
Definition at line 21 of file GsfEleE2x5OverE5x5Cut.cc.
Referenced by operator()().
|
private |
Definition at line 22 of file GsfEleE2x5OverE5x5Cut.cc.
Referenced by operator()().