#include <JetRecoTypes.h>
Public Types | |
typedef reco::Candidate | value_type |
Public Member Functions | |
const value_type * | get () const |
unsigned | index () const |
IndexedCandidate (const value_type *fCandidate, unsigned fIndex) | |
IndexedCandidate () | |
bool | operator! () const |
const bool | operator!= (const IndexedCandidate &other) const |
const value_type & | operator* () const |
const value_type * | operator-> () const |
const bool | operator== (const IndexedCandidate &other) const |
Private Attributes | |
const value_type * | mCandidate |
unsigned | mIndex |
Definition at line 12 of file JetRecoTypes.h.
Definition at line 14 of file JetRecoTypes.h.
JetReco::IndexedCandidate::IndexedCandidate | ( | ) | [inline] |
Definition at line 15 of file JetRecoTypes.h.
: mCandidate (0), mIndex(0) {}
JetReco::IndexedCandidate::IndexedCandidate | ( | const value_type * | fCandidate, |
unsigned | fIndex | ||
) | [inline] |
Definition at line 17 of file JetRecoTypes.h.
: mCandidate (fCandidate), mIndex (fIndex) {}
const value_type* JetReco::IndexedCandidate::get | ( | void | ) | const [inline] |
unsigned JetReco::IndexedCandidate::index | ( | ) | const [inline] |
bool JetReco::IndexedCandidate::operator! | ( | ) | const [inline] |
const bool JetReco::IndexedCandidate::operator!= | ( | const IndexedCandidate & | other | ) | const [inline] |
const value_type& JetReco::IndexedCandidate::operator* | ( | void | ) | const [inline] |
const value_type* JetReco::IndexedCandidate::operator-> | ( | ) | const [inline] |
const bool JetReco::IndexedCandidate::operator== | ( | const IndexedCandidate & | other | ) | const [inline] |
Definition at line 22 of file JetRecoTypes.h.
References mCandidate.
Referenced by operator!=().
{return mCandidate == other.mCandidate;}
const value_type* JetReco::IndexedCandidate::mCandidate [private] |
Definition at line 27 of file JetRecoTypes.h.
Referenced by get(), operator!(), operator*(), operator->(), and operator==().
unsigned JetReco::IndexedCandidate::mIndex [private] |
Definition at line 28 of file JetRecoTypes.h.
Referenced by index().