![]() |
![]() |
#include <JetRecoTypes.h>
Public Types | |
typedef reco::Candidate | value_type |
Public Member Functions | |
CorrectedIndexedCandidate () | |
CorrectedIndexedCandidate (const value_type *cCandidate, const value_type *fCandidate, unsigned fIndex) | |
CorrectedIndexedCandidate (const value_type *fCandidate, unsigned fIndex) | |
const value_type * | get () const |
const value_type * | getOriginal () const |
unsigned | index () const |
bool | operator! () const |
const bool | operator!= (const CorrectedIndexedCandidate &other) const |
const value_type & | operator* () const |
const value_type * | operator-> () const |
const bool | operator== (const CorrectedIndexedCandidate &other) const |
void | setBase (const value_type *a) |
void | setIndex (unsigned nIndex) |
void | setOriginal (const value_type *a) |
Private Attributes | |
const value_type * | mCandidate |
unsigned | mIndex |
const value_type * | oCandidate |
Definition at line 32 of file JetRecoTypes.h.
Definition at line 34 of file JetRecoTypes.h.
JetReco::CorrectedIndexedCandidate::CorrectedIndexedCandidate | ( | ) | [inline] |
Definition at line 35 of file JetRecoTypes.h.
: mCandidate (0), oCandidate(0), mIndex(0) {}
JetReco::CorrectedIndexedCandidate::CorrectedIndexedCandidate | ( | const value_type * | cCandidate, |
const value_type * | fCandidate, | ||
unsigned | fIndex | ||
) | [inline] |
Definition at line 37 of file JetRecoTypes.h.
: mCandidate (cCandidate), oCandidate(fCandidate), mIndex (fIndex) {}
JetReco::CorrectedIndexedCandidate::CorrectedIndexedCandidate | ( | const value_type * | fCandidate, |
unsigned | fIndex | ||
) | [inline] |
Definition at line 39 of file JetRecoTypes.h.
: mCandidate (fCandidate), mIndex (fIndex) {}
const value_type* JetReco::CorrectedIndexedCandidate::get | ( | void | ) | const [inline] |
const value_type* JetReco::CorrectedIndexedCandidate::getOriginal | ( | ) | const [inline] |
unsigned JetReco::CorrectedIndexedCandidate::index | ( | ) | const [inline] |
bool JetReco::CorrectedIndexedCandidate::operator! | ( | ) | const [inline] |
const bool JetReco::CorrectedIndexedCandidate::operator!= | ( | const CorrectedIndexedCandidate & | other | ) | const [inline] |
const value_type& JetReco::CorrectedIndexedCandidate::operator* | ( | void | ) | const [inline] |
const value_type* JetReco::CorrectedIndexedCandidate::operator-> | ( | ) | const [inline] |
const bool JetReco::CorrectedIndexedCandidate::operator== | ( | const CorrectedIndexedCandidate & | other | ) | const [inline] |
Definition at line 44 of file JetRecoTypes.h.
References mCandidate.
Referenced by operator!=().
{return mCandidate == other.mCandidate;}
void JetReco::CorrectedIndexedCandidate::setBase | ( | const value_type * | a | ) | [inline] |
void JetReco::CorrectedIndexedCandidate::setIndex | ( | unsigned | nIndex | ) | [inline] |
void JetReco::CorrectedIndexedCandidate::setOriginal | ( | const value_type * | a | ) | [inline] |
const value_type* JetReco::CorrectedIndexedCandidate::mCandidate [private] |
Definition at line 53 of file JetRecoTypes.h.
Referenced by get(), operator!(), operator*(), operator->(), operator==(), and setBase().
unsigned JetReco::CorrectedIndexedCandidate::mIndex [private] |
Definition at line 55 of file JetRecoTypes.h.
Referenced by index(), and setIndex().
const value_type* JetReco::CorrectedIndexedCandidate::oCandidate [private] |
Definition at line 54 of file JetRecoTypes.h.
Referenced by getOriginal(), and setOriginal().