#include <L1RecoMatch.h>
Public Member Functions | |
const edm::EventID & | id () const |
Get the run-lumi-event numbers. More... | |
unsigned int | index () const |
Get the index of this match in the event. More... | |
const reco::Candidate * | l1 () const |
const reco::Candidate * | l1g () const |
bool | l1gMatch () const |
bool | l1Match () const |
L1RecoMatch () | |
L1RecoMatch (const reco::Candidate *reco, const reco::Candidate *l1, const reco::Candidate *l1g, edm::EventID id, unsigned int index, unsigned int nTotalObjects, unsigned int nPVs) | |
unsigned int | nPVs () const |
Get number of PVs. More... | |
unsigned int | nTotalObjects () const |
Get the total number of reco objects in this event. More... | |
const reco::Candidate * | reco () const |
Private Attributes | |
edm::EventID | id_ |
unsigned int | index_ |
const reco::Candidate * | l1extra_ |
const reco::Candidate * | l1g_ |
unsigned int | nPVs_ |
unsigned int | nTotalObjects_ |
const reco::Candidate * | reco_ |
Definition at line 19 of file L1RecoMatch.h.
|
inline |
Definition at line 22 of file L1RecoMatch.h.
References id(), index(), l1(), l1g(), l1gMatch(), l1Match(), nPVs(), nTotalObjects(), and reco().
L1RecoMatch::L1RecoMatch | ( | const reco::Candidate * | reco, |
const reco::Candidate * | l1, | ||
const reco::Candidate * | l1g, | ||
edm::EventID | id, | ||
unsigned int | index, | ||
unsigned int | nTotalObjects, | ||
unsigned int | nPVs | ||
) |
Definition at line 3 of file L1RecoMatch.cc.
const edm::EventID & L1RecoMatch::id | ( | void | ) | const |
Get the run-lumi-event numbers.
Definition at line 29 of file L1RecoMatch.cc.
References id_.
Referenced by L1RecoMatch().
unsigned int L1RecoMatch::index | ( | ) | const |
Get the index of this match in the event.
Definition at line 33 of file L1RecoMatch.cc.
References index_.
Referenced by BeautifulSoup.PageElement::insert(), and L1RecoMatch().
const reco::Candidate * L1RecoMatch::l1 | ( | ) | const |
const reco::Candidate * L1RecoMatch::l1g | ( | ) | const |
bool L1RecoMatch::l1gMatch | ( | ) | const |
bool L1RecoMatch::l1Match | ( | ) | const |
unsigned int L1RecoMatch::nPVs | ( | ) | const |
Get number of PVs.
Definition at line 41 of file L1RecoMatch.cc.
References nPVs_.
Referenced by L1RecoMatch().
unsigned int L1RecoMatch::nTotalObjects | ( | ) | const |
Get the total number of reco objects in this event.
Definition at line 37 of file L1RecoMatch.cc.
References nTotalObjects_.
Referenced by L1RecoMatch().
const reco::Candidate * L1RecoMatch::reco | ( | ) | const |
|
private |
Definition at line 50 of file L1RecoMatch.h.
Referenced by id().
|
private |
Definition at line 51 of file L1RecoMatch.h.
Referenced by index().
|
private |
Definition at line 48 of file L1RecoMatch.h.
|
private |
Definition at line 49 of file L1RecoMatch.h.
Referenced by l1g(), and l1gMatch().
|
private |
Definition at line 53 of file L1RecoMatch.h.
Referenced by nPVs().
|
private |
Definition at line 52 of file L1RecoMatch.h.
Referenced by nTotalObjects().
|
private |
Definition at line 47 of file L1RecoMatch.h.
Referenced by reco().