ATLAS Offline Software
|
#include <IndexedConstituentUserInfo.h>
Public Types | |
typedef int | Index |
typedef std::string | Label |
Public Member Functions | |
IndexedConstituentUserInfo () | |
IndexedConstituentUserInfo (const xAOD::IParticle &par, Index idx, const LabelIndex *pli) | |
Constructor from IParticle, index and map. More... | |
const xAOD::IParticle * | particle () const |
Return the particle pointer. More... | |
const SG::AuxElement * | element () const |
Return the particle pointer. More... | |
Label | label () const |
Return the label. More... | |
Index | index () const |
Return the index. More... | |
const LabelIndex * | labelMap () const |
Return the index-to-label map. More... | |
bool | isGhost () const |
Returns true if this constituent is a ghost. More... | |
xAOD::JetConstitScale | constitScale () const |
Return the constituent scale used to build the PseudoJet. More... | |
Protected Attributes | |
const xAOD::IParticle * | m_ppar |
int | m_idx |
const LabelIndex * | m_pli |
Definition at line 28 of file IndexedConstituentUserInfo.h.
|
inherited |
Definition at line 30 of file IConstituentUserInfo.h.
|
inherited |
Definition at line 31 of file IConstituentUserInfo.h.
IndexedConstituentUserInfo::IndexedConstituentUserInfo | ( | ) |
Definition at line 18 of file IndexedConstituentUserInfo.cxx.
jet::IndexedConstituentUserInfo::IndexedConstituentUserInfo | ( | const xAOD::IParticle & | par, |
Index | idx, | ||
const LabelIndex * | pli | ||
) |
Constructor from IParticle, index and map.
|
virtualinherited |
Return the constituent scale used to build the PseudoJet.
Reimplemented from jet::IConstituentUserInfo.
Definition at line 57 of file BaseIndexedConstituentUserInfo.cxx.
|
virtualinherited |
Return the particle pointer.
Method particle is implemented in subclass.
Implements jet::IConstituentUserInfo.
Reimplemented in jet::IndexedTConstituentUserInfo< T >.
Definition at line 23 of file BaseIndexedConstituentUserInfo.cxx.
|
virtualinherited |
Return the index.
Reimplemented from jet::IConstituentUserInfo.
Definition at line 38 of file BaseIndexedConstituentUserInfo.cxx.
|
virtualinherited |
Returns true if this constituent is a ghost.
Reimplemented from jet::IConstituentUserInfo.
Definition at line 50 of file BaseIndexedConstituentUserInfo.cxx.
|
virtualinherited |
Return the label.
Implements jet::IConstituentUserInfo.
Definition at line 30 of file BaseIndexedConstituentUserInfo.cxx.
|
virtualinherited |
Return the index-to-label map.
Reimplemented from jet::IConstituentUserInfo.
Definition at line 44 of file BaseIndexedConstituentUserInfo.cxx.
|
virtual |
Return the particle pointer.
Implements jet::IConstituentUserInfo.
Definition at line 30 of file IndexedConstituentUserInfo.cxx.
|
protectedinherited |
Definition at line 60 of file BaseIndexedConstituentUserInfo.h.
|
protectedinherited |
Definition at line 61 of file BaseIndexedConstituentUserInfo.h.
|
protected |
Definition at line 44 of file IndexedConstituentUserInfo.h.