![]() |
ATLAS Offline Software
|
#include <Lepton.h>
Public Member Functions | |
| Lepton (const xAOD::IParticle *ptr, std::size_t tag=0) | |
| Lepton (const xAOD::Electron *ptr, std::size_t tag=0) | |
| Lepton (const xAOD::Photon *ptr, std::size_t tag=0) | |
| Lepton (const Lepton &)=default | |
| Lepton & | operator= (const Lepton &)=default |
| Lepton (Lepton &&)=default | |
| Lepton & | operator= (Lepton &&)=default |
| float | pt () const |
| xAOD::Type::ObjectType | type () const |
| std::size_t | tag () const |
| const xAOD::Electron * | electron () const |
| const xAOD::Muon * | muon () const |
| const xAOD::Photon * | photon () const |
| const xAOD::IParticle * | particle () const |
| bool | operator< (const Lepton &rhs) const |
Protected Attributes | |
| const xAOD::IParticle * | m_obj = nullptr |
| std::size_t | m_tag = 0 |
|
inline |
|
inline |
|
inline |
|
default |
|
default |
|
inline |
|
inline |
Definition at line 34 of file Lepton.h.
|
inline |
|
inline |
Definition at line 37 of file Lepton.h.
|
inline |
|
inline |
|
inline |
|
protected |