#include <JetRecoTypes.h>
Public Types | |
typedef reco::Candidate | value_type |
Public Member Functions | |
const value_type * | get () const |
unsigned | index () const |
IndexedCandidate () | |
IndexedCandidate (const value_type *fCandidate, unsigned fIndex) | |
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.
|
inline |
Definition at line 15 of file JetRecoTypes.h.
|
inline |
Definition at line 17 of file JetRecoTypes.h.
|
inline |
Definition at line 24 of file JetRecoTypes.h.
References mCandidate.
Referenced by Options.Options::__getitem__(), betterConfigParser.BetterConfigParser::__updateDict(), betterConfigParser.BetterConfigParser::getCompares(), betterConfigParser.BetterConfigParser::getGeneral(), and betterConfigParser.BetterConfigParser::getResultingSection().
|
inline |
|
inline |
|
inline |
Definition at line 23 of file JetRecoTypes.h.
References operator==().
|
inline |
|
inline |
|
inline |
|
private |
Definition at line 27 of file JetRecoTypes.h.
Referenced by get(), operator!(), operator*(), operator->(), and operator==().
|
private |
Definition at line 28 of file JetRecoTypes.h.
Referenced by index().