![]() |
ATLAS Offline Software
|
#include <Jet_p3.h>
Public Member Functions | |
| Jet_p3 ()=default | |
| Default constructor: | |
| ~Jet_p3 () | |
| Destructor: | |
| Jet_p3 (const Jet_p3 &other) noexcept=default | |
| Jet_p3 (Jet_p3 &&other) noexcept=default | |
| Jet_p3 & | operator= (const Jet_p3 &) noexcept=default |
| Jet_p3 & | operator= (Jet_p3 &&) 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 {0} |
| unsigned int | m_num_combinedLikelihood {0} |
| 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. | |
| char | m_ratioE {0} |
| char | m_ratioPx {0} |
| ratio for uncalibrated E | |
| char | m_ratioPy {0} |
| ratio for uncalibrated p_x | |
| char | m_ratioPz {0} |
| ratio for uncalibrated p_y | |
Friends | |
| class | JetCnv_p3 |
|
default |
Default constructor:
| Jet_p3::~Jet_p3 | ( | ) |
Destructor:
Definition at line 21 of file Jet_p3.cxx.
|
defaultnoexcept |
|
private |
JetAssociationBase objects.
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
JetTagInfoBase objects.