ATLAS Offline Software
|
#include <IConstituentUserInfo.h>
Public Types | |
typedef int | Index |
typedef std::string | Label |
Public Member Functions | |
virtual const SG::AuxElement * | element () const =0 |
virtual const xAOD::IParticle * | particle () const =0 |
virtual Label | label () 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... | |
Definition at line 26 of file IConstituentUserInfo.h.
typedef int jet::IConstituentUserInfo::Index |
Definition at line 30 of file IConstituentUserInfo.h.
typedef std::string jet::IConstituentUserInfo::Label |
Definition at line 31 of file IConstituentUserInfo.h.
|
virtual |
Return the constituent scale used to build the PseudoJet.
Reimplemented in jet::BaseIndexedConstituentUserInfo.
Definition at line 32 of file IConstituentUserInfo.cxx.
|
pure virtual |
Implemented in jet::IndexedTConstituentUserInfo< T >, and jet::BaseIndexedConstituentUserInfo.
|
virtual |
Reimplemented in jet::BaseIndexedConstituentUserInfo.
Definition at line 14 of file IConstituentUserInfo.cxx.
|
virtual |
Returns true if this constituent is a ghost.
Reimplemented in jet::BaseIndexedConstituentUserInfo.
Definition at line 26 of file IConstituentUserInfo.cxx.
|
pure virtual |
Implemented in jet::BaseIndexedConstituentUserInfo, and jet::SimpleConstituentUserInfo.
|
virtual |
Reimplemented in jet::BaseIndexedConstituentUserInfo.
Definition at line 20 of file IConstituentUserInfo.cxx.
|
pure virtual |