![]() |
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. | |
| virtual xAOD::JetConstitScale | constitScale () const |
| Return the constituent scale used to build the PseudoJet. | |
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.
Definition at line 32 of file IConstituentUserInfo.cxx.
|
pure virtual |
|
virtual |
Definition at line 14 of file IConstituentUserInfo.cxx.
|
virtual |
Returns true if this constituent is a ghost.
Definition at line 26 of file IConstituentUserInfo.cxx.
|
pure virtual |
|
virtual |
Definition at line 20 of file IConstituentUserInfo.cxx.
|
pure virtual |