EICrecon
JANA based reconstruction for the EPIC detector
Loading...
Searching...
No Matches
Public Member Functions | List of all members
eicrecon::TrackPropagation Class Reference

#include <TrackPropagation.h>

Inheritance diagram for eicrecon::TrackPropagation:
Inheritance graph
[legend]
Collaboration diagram for eicrecon::TrackPropagation:
Collaboration graph
[legend]

Public Member Functions

 TrackPropagation (std::string_view name)
 
void init () final
 
void process (const Input &input, const Output &output) const final
 
std::unique_ptr< edm4eic::TrackPoint > propagate (const edm4eic::Track &, const ActsExamples::ConstTrackProxy &, const ActsExamples::ConstTrackContainer &, const std::shared_ptr< const Acts::Surface > &targetSurf) const
 
void propagateToSurfaceList (const Input &input, const Output &output) const
 
- Public Member Functions inherited from eicrecon::WithPodConfig< TrackPropagationConfig >
TrackPropagationConfiggetConfig ()
 Get a configuration to be changed.
 
TrackPropagationConfigapplyConfig (TrackPropagationConfig cfg)
 Sets a configuration (config is properly copyible)
 

Additional Inherited Members

- Public Types inherited from eicrecon::WithPodConfig< TrackPropagationConfig >
using ConfigType = TrackPropagationConfig
 
- Protected Attributes inherited from eicrecon::WithPodConfig< TrackPropagationConfig >
TrackPropagationConfig m_cfg
 

Detailed Description

Extract the particles from fitted tracks.

Constructor & Destructor Documentation

◆ TrackPropagation()

eicrecon::TrackPropagation::TrackPropagation ( std::string_view  name)
inline

Member Function Documentation

◆ init()

void eicrecon::TrackPropagation::init ( )
final

Initialize algorithm

◆ process()

void eicrecon::TrackPropagation::process ( const Input &  input,
const Output &  output 
) const
inlinefinal

◆ propagate()

std::unique_ptr< edm4eic::TrackPoint > eicrecon::TrackPropagation::propagate ( const edm4eic::Track &  ,
const ActsExamples::ConstTrackProxy &  acts_track,
const ActsExamples::ConstTrackContainer &  trackContainer,
const std::shared_ptr< const Acts::Surface > &  targetSurf 
) const

Propagates a single track to a given surface

◆ propagateToSurfaceList()

void eicrecon::TrackPropagation::propagateToSurfaceList ( const Input &  input,
const Output &  output 
) const

Propagates a collection of tracks to a list of surfaces, and returns the full TrackSegment;

Parameters
tracksthe input collection of tracks
Returns
the resulting collection of propagated tracks

The documentation for this class was generated from the following files: