ATLAS Offline Software
|
#include <SimpleConstituentUserInfo.h>
Public Types | |
typedef int | Index |
typedef std::string | Label |
Public Member Functions | |
SimpleConstituentUserInfo () | |
SimpleConstituentUserInfo (const xAOD::IParticle &par, std::string label) | |
const xAOD::IParticle * | particle () const |
Label | label () const |
virtual const SG::AuxElement * | element () const =0 |
virtual Index | index () const |
virtual const LabelIndex * | labelMap () const |
virtual bool | isGhost () const |
Returns true if this constituent is a ghost. More... | |
virtual xAOD::JetConstitScale | constitScale () const |
Return the constituent scale used to build the PseudoJet. More... | |
Private Attributes | |
const xAOD::IParticle * | m_ppar |
Label | m_label |
Definition at line 19 of file SimpleConstituentUserInfo.h.
|
inherited |
Definition at line 30 of file IConstituentUserInfo.h.
|
inherited |
Definition at line 31 of file IConstituentUserInfo.h.
SimpleConstituentUserInfo::SimpleConstituentUserInfo | ( | ) |
Definition at line 17 of file SimpleConstituentUserInfo.cxx.
jet::SimpleConstituentUserInfo::SimpleConstituentUserInfo | ( | const xAOD::IParticle & | par, |
std::string | label | ||
) |
|
virtualinherited |
Return the constituent scale used to build the PseudoJet.
Reimplemented in jet::BaseIndexedConstituentUserInfo.
Definition at line 32 of file IConstituentUserInfo.cxx.
|
pure virtualinherited |
Implemented in jet::IndexedTConstituentUserInfo< T >, and jet::BaseIndexedConstituentUserInfo.
|
virtualinherited |
Reimplemented in jet::BaseIndexedConstituentUserInfo.
Definition at line 14 of file IConstituentUserInfo.cxx.
|
virtualinherited |
Returns true if this constituent is a ghost.
Reimplemented in jet::BaseIndexedConstituentUserInfo.
Definition at line 26 of file IConstituentUserInfo.cxx.
|
virtual |
Implements jet::IConstituentUserInfo.
Definition at line 34 of file SimpleConstituentUserInfo.cxx.
|
virtualinherited |
Reimplemented in jet::BaseIndexedConstituentUserInfo.
Definition at line 20 of file IConstituentUserInfo.cxx.
|
virtual |
Implements jet::IConstituentUserInfo.
Definition at line 28 of file SimpleConstituentUserInfo.cxx.
|
private |
Definition at line 39 of file SimpleConstituentUserInfo.h.
|
private |
Definition at line 38 of file SimpleConstituentUserInfo.h.