|
ACTS
Experiment-independent tracking
|
Common class for jets. More...
#include </home/runner/work/acts/acts/Plugins/FastJet/include/ActsPlugins/FastJet/Jets.hpp>
Public Member Functions | |
| Jet (const Acts::Vector4 &fourMom, const JetLabel &label) | |
| Acts::Vector4 | fourMomentum () const |
| Get the jet 4-momentum. | |
| JetLabel | jetLabel () const |
| Get the jet label. | |
| void | setJetLabel (const JetLabel &label) |
| Set the jet label. | |
Common class for jets.
| ActsPlugins::FastJet::Jet::Jet | ( | const Acts::Vector4 & | fourMom, |
| const JetLabel & | label ) |
| Acts::Vector4 ActsPlugins::FastJet::Jet::fourMomentum | ( | ) | const |
Get the jet 4-momentum.
| JetLabel ActsPlugins::FastJet::Jet::jetLabel | ( | ) | const |
Get the jet label.
| void ActsPlugins::FastJet::Jet::setJetLabel | ( | const JetLabel & | label | ) |
Set the jet label.
| label | the jet label as JetLabel enum |