![]() |
ATLAS Offline Software
|
#include <Jet_p4.h>
Public Member Functions | |
| Jet_p4 ()=default | |
| Default constructor: | |
| ~Jet_p4 ()=default | |
| Destructor: | |
| Jet_p4 (const Jet_p4 &other) noexcept=default | |
| Jet_p4 (Jet_p4 &&other) noexcept=default | |
| Jet_p4 & | operator= (const Jet_p4 &) noexcept=default |
| Jet_p4 & | operator= (Jet_p4 &&) noexcept=default |
Private Attributes | |
| Navigable_p1< uint32_t, double > | m_nav |
| the navigable part | |
| P4PxPyPzE_p1 | m_momentum |
| the 4-mom part | |
| ParticleBase_p1 | m_partBase |
| The Particle base stuff – since Jet now inherrits from particle base. | |
| unsigned int | m_author {0} |
| std::vector< float > | m_shapeStore |
| JetMomentStore. | |
| std::vector< TPObjRef > | m_tagJetInfo |
| JetTagInfoBase objects. | |
| std::vector< TPObjRef > | m_associations |
| JetAssociationBase objects. | |
| char | m_ratioE {} |
| char | m_ratioPx {} |
| ratio for uncalibrated E | |
| char | m_ratioPy {} |
| ratio for uncalibrated p_x | |
| char | m_ratioPz {} |
| ratio for uncalibrated p_y | |
Friends | |
| class | JetCnv_p4 |
|
default |
Default constructor:
|
default |
Destructor:
|
defaultnoexcept |
|
private |
JetAssociationBase objects.
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
JetTagInfoBase objects.