![]() |
ATLAS Offline Software
|
#include <Jet_p2.h>
Public Member Functions | |
| Jet_p2 ()=default | |
| Default constructor: | |
| ~Jet_p2 () | |
| Destructor: | |
| Jet_p2 (const Jet_p2 &other) noexcept=default | |
| Jet_p2 (Jet_p2 &&other) noexcept=default | |
| Jet_p2 & | operator= (const Jet_p2 &) noexcept=default |
| Jet_p2 & | operator= (Jet_p2 &&) noexcept=default |
Private Attributes | |
| Navigable_p1< uint32_t, double > | m_nav |
| the navigable part | |
| P4PxPyPzE_p1 | m_momentum |
| the 4-mom part | |
| unsigned int | m_author {} |
| std::vector< double > | m_combinedLikelihood |
| combined likelihoods | |
| std::vector< float > | m_shapeStore |
| JetMomentStore. | |
| std::vector< const JetTagInfoBase * > | m_tagJetInfo |
| JetTagInfoBase objects. | |
| std::vector< const JetAssociationBase * > | m_associations |
| JetAssociationBase objects. | |
| bool | m_ownPointers {true} |
| True if we own the objects pointed to from the above collections. | |
Friends | |
| class | JetCnv_p2 |
|
default |
Default constructor:
| Jet_p2::~Jet_p2 | ( | ) |
Destructor:
Definition at line 22 of file Jet_p2.cxx.
|
defaultnoexcept |
|
private |
JetAssociationBase objects.
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
JetTagInfoBase objects.