Public Member Functions | |
MatchStruct () | |
MatchStruct (const reco::Candidate *cand) | |
bool | operator< (MatchStruct match) |
bool | operator> (MatchStruct match) |
Public Attributes | |
const reco::Candidate * | candBase |
std::vector< const reco::RecoChargedCandidate * > | candHlt |
const l1extra::L1MuonParticle * | candL1 |
Definition at line 70 of file HLTMuonValidator.h.
HLTMuonValidator::MatchStruct::MatchStruct | ( | ) | [inline] |
HLTMuonValidator::MatchStruct::MatchStruct | ( | const reco::Candidate * | cand | ) | [inline] |
bool HLTMuonValidator::MatchStruct::operator< | ( | MatchStruct | match | ) | [inline] |
Definition at line 82 of file HLTMuonValidator.h.
References candBase, and reco::Candidate::pt().
bool HLTMuonValidator::MatchStruct::operator> | ( | MatchStruct | match | ) | [inline] |
Definition at line 85 of file HLTMuonValidator.h.
References candBase, and reco::Candidate::pt().
Definition at line 71 of file HLTMuonValidator.h.
Referenced by MatchStruct(), HLTMuonValidator::matchesByDescendingPt::operator()(), operator<(), and operator>().
std::vector<const reco::RecoChargedCandidate *> HLTMuonValidator::MatchStruct::candHlt |
Definition at line 73 of file HLTMuonValidator.h.
Definition at line 72 of file HLTMuonValidator.h.
Referenced by MatchStruct().