|
ACTS
Experiment-independent tracking
|
#include </home/runner/work/acts/acts/Plugins/FastJet/include/ActsPlugins/FastJet/Jets.hpp>
Public Member Functions | |
| TrackJet (const Acts::Vector4 &fourMom, const JetLabel &label) | |
| const std::vector< Acts::AnyConstTrackProxy > & | constituents () const |
| Get the track jet constituents that are tracks. | |
| void | setConstituents (const std::vector< Acts::AnyConstTrackProxy > &constituents) |
| Set the tracks as constituents of this track jet. | |
| Public Member Functions inherited from ActsPlugins::FastJet::Jet | |
| 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. | |
|
explicit |
| const std::vector< Acts::AnyConstTrackProxy > & ActsPlugins::FastJet::TrackJet::constituents | ( | ) | const |
Get the track jet constituents that are tracks.
| void ActsPlugins::FastJet::TrackJet::setConstituents | ( | const std::vector< Acts::AnyConstTrackProxy > & | constituents | ) |
Set the tracks as constituents of this track jet.