ACTS
Experiment-independent tracking
Loading...
Searching...
No Matches
ActsPlugins::FastJet::TrackJet Class Reference

#include </home/runner/work/acts/acts/Plugins/FastJet/include/ActsPlugins/FastJet/Jets.hpp>

Inheritance diagram for ActsPlugins::FastJet::TrackJet:
[legend]
Collaboration diagram for ActsPlugins::FastJet::TrackJet:
[legend]

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.

Constructor & Destructor Documentation

◆ TrackJet()

ActsPlugins::FastJet::TrackJet::TrackJet ( const Acts::Vector4 & fourMom,
const JetLabel & label )
explicit

Member Function Documentation

◆ constituents()

const std::vector< Acts::AnyConstTrackProxy > & ActsPlugins::FastJet::TrackJet::constituents ( ) const

Get the track jet constituents that are tracks.

◆ setConstituents()

void ActsPlugins::FastJet::TrackJet::setConstituents ( const std::vector< Acts::AnyConstTrackProxy > & constituents)

Set the tracks as constituents of this track jet.