Public Member Functions | |
BaseIndexedConstituentUserInfo (Index idx, const LabelIndex *pli) | |
Constructor from index and map. | |
const SG::AuxElement * | element () const |
Label | label () const |
Return the label. | |
Index | index () const |
Return the index. | |
const LabelIndex * | labelMap () const |
Return the index-to-label map. | |
bool | isGhost () const |
Returns true if this constituent is a ghost. | |
xAOD::JetConstitScale | constitScale () const |
Return the constituent scale used to build the PseudoJet. | |
Protected Attributes | |
int | m_idx |
const LabelIndex * | m_pli |
const SG::AuxElement * BaseIndexedConstituentUserInfo::element | ( | ) | const [virtual] |
Return the particle pointer. Method particle is implemented in subclass.
Implements jet::IConstituentUserInfo.
Reimplemented in jet::IndexedTConstituentUserInfo< T >.